diff options
| author | Laurent Cozic <laurent@pogopixels.com> | 2013-10-28 11:41:22 +0800 |
|---|---|---|
| committer | Laurent Cozic <laurent@pogopixels.com> | 2013-10-28 11:41:22 +0800 |
| commit | 235d859b3a529c4a31fa2ca4c6b7769b87e39bf9 (patch) | |
| tree | 7cff8616f485a9c64c2db35de11a7f4ce019c61e | |
| parent | 43ba814961eaa15e9ec52a17efb5548ce77946dc (diff) | |
Don't cross filesystem boundaries during backup.
| -rw-r--r-- | rsync_tmbackup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
