mirror of
https://github.com/laurent22/rsync-time-backup
synced 2024-12-13 21:52:36 +00:00
Don't cross filesystem boundaries during backup.
This commit is contained in:
parent
43ba814961
commit
235d859b3a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue