From 751c8797e901ab9ec68fc66a5fdccf25e718abbc Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 19 Jun 2015 05:09:34 +0200 Subject: [PATCH] bin/srsync: add --acls and --xattrs --- bin/srsync | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/srsync b/bin/srsync index 473429e..8402bb3 100755 --- a/bin/srsync +++ b/bin/srsync @@ -5,7 +5,7 @@ # Be careful when restoring /boot with --sparse, GRUB doesn't support sparse # files (e.g. the kernel). Therefore don't use --sparse in this case. -# Copyright (C) 2011-2014 Simon Ruderich +# Copyright (C) 2011-2015 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,6 +29,8 @@ exec rsync \ --itemize-changes \ --human-readable \ --archive \ + --acls \ + --xattrs \ --hard-links \ --sparse \ --numeric-ids \ -- 2.44.1