summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2017-03-17 11:30:19 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2017-03-17 11:30:19 +0000
commit6bba9094a73bb96e331c8f2d93604e6093aa4046 (patch)
tree1da48f9988da9966d671486fae9c3ec0508717bc
parentf18230549d129401c6f9fadb0903af75395ec6e1 (diff)
parent4613cfdca23e2b9e8ab1e3e64df53a4de922a455 (diff)
Merge branch '14-xattrs' into 'master' HEADmaster
Supply --xattrs to rsync by default. Closes #14 See merge request !9
-rwxr-xr-x[-rw-r--r--]bin/byteback-backup2
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