summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2017-03-13 15:45:27 +0200
committerSteve Kemp <steve@steve.org.uk>2017-03-13 15:45:27 +0200
commit4613cfdca23e2b9e8ab1e3e64df53a4de922a455 (patch)
treec2409f08e078ed5aa34edad5f170fe588ac66ca2
parent6844701e97107c389e332bb8efdadafba5cc17b5 (diff)
Supply --xattrs to rsync by default.
This closes #14.
-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