diff options
-rwxr-xr-x[-rw-r--r--] | bin/byteback-backup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/byteback-backup b/bin/byteback-backup index 8268353..e57540f 100644..100755 --- a/bin/byteback-backup +++ b/bin/byteback-backup @@ -55,7 +55,7 @@ def rsync(*sources) # without jeopardising the timing of the next backup run. # # - args = %w( rsync --archive --numeric-ids --delete-excluded --delete-during --inplace --relative ) + args = %w( rsync --archive --xattrs --numeric-ids --delete-excluded --delete-during --inplace --relative ) # # Add on the I/O-timeout |