Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
  • 1 commit
  • 1 file changed
  • 0 commit comments
  • 1 contributor
Showing with 1 addition and 1 deletion.
  1. +1 −1 docker/persistsync/pvsync.sh
@@ -56,7 +56,7 @@ case $ACTION in
SNAPSHOT_NAME=${VOLUME}_$(date +"%Y-%m-%d").tar.xz
echo "Snapshot ${VOLUME}..."
cd $BASE/$VOLUME
tar -cvJf /tmp/$SNAPSHOT_NAME *
tar -cvJf /tmp/$SNAPSHOT_NAME --exclude 'tmp/*' *
if [[ $? -ne 0 ]]; then
echo "Error: Problem encounted performing snapshot! (tar)"
exit 1

No commit comments for this range

You can’t perform that action at this time.