mirror of
https://github.com/deajan/obackup.git
synced 2026-02-06 07:05:14 +01:00
Fixed another horrible typo
This commit is contained in:
@@ -1280,7 +1280,7 @@ function Init
|
|||||||
RSYNC_EXCLUDE="$RSYNC_EXCLUDE --exclude=\"$PARTIAL_DIR\""
|
RSYNC_EXCLUDE="$RSYNC_EXCLUDE --exclude=\"$PARTIAL_DIR\""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "DELETE_VANISHED_FILES" == "yes" ]
|
if [ "$DELETE_VANISHED_FILES" == "yes" ]
|
||||||
then
|
then
|
||||||
SYNC_OPTS=$SYNC_OPTS" --delete"
|
SYNC_OPTS=$SYNC_OPTS" --delete"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user