diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-17 11:30:19 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-17 11:30:19 +0000 |
commit | 6bba9094a73bb96e331c8f2d93604e6093aa4046 (patch) | |
tree | 1da48f9988da9966d671486fae9c3ec0508717bc /bin | |
parent | f18230549d129401c6f9fadb0903af75395ec6e1 (diff) | |
parent | 4613cfdca23e2b9e8ab1e3e64df53a4de922a455 (diff) |
Supply --xattrs to rsync by default.
Closes #14
See merge request !9
Diffstat (limited to 'bin')
-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 |