diff --git a/rsync_tmbackup.sh b/rsync_tmbackup.sh index 7339238..4b88d84 100644 --- a/rsync_tmbackup.sh +++ b/rsync_tmbackup.sh @@ -103,6 +103,7 @@ CMD="$CMD --links" CMD="$CMD --hard-links" CMD="$CMD --delete" CMD="$CMD --delete-excluded" +CMD="$CMD --one-file-system" CMD="$CMD --archive" CMD="$CMD --progress" if [ "$EXCLUSION_FILE" != "" ]; then