diff options
author | Steve Kemp <steve@steve.org.uk> | 2017-03-13 15:45:27 +0200 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2017-03-13 15:45:27 +0200 |
commit | 4613cfdca23e2b9e8ab1e3e64df53a4de922a455 (patch) | |
tree | c2409f08e078ed5aa34edad5f170fe588ac66ca2 /bin/byteback-backup | |
parent | 6844701e97107c389e332bb8efdadafba5cc17b5 (diff) |
Supply --xattrs to rsync by default.
This closes #14.
Diffstat (limited to 'bin/byteback-backup')
-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 |