Don't cross filesystem boundaries during backup.

This commit is contained in:
Laurent Cozic 2013-10-28 11:41:22 +08:00
parent 43ba814961
commit 235d859b3a

View file

@ -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