From 4613cfdca23e2b9e8ab1e3e64df53a4de922a455 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 13 Mar 2017 15:45:27 +0200 Subject: Supply --xattrs to rsync by default. This closes #14. --- bin/byteback-backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 bin/byteback-backup diff --git a/bin/byteback-backup b/bin/byteback-backup old mode 100644 new mode 100755 index 8268353..e57540f --- 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 -- cgit v1.2.1