]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
bin/srsync: add --acls and --xattrs
authorSimon Ruderich <simon@ruderich.org>
Fri, 19 Jun 2015 03:09:34 +0000 (05:09 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 19 Jun 2015 03:09:34 +0000 (05:09 +0200)
bin/srsync

index 473429eb79cf4f357cd7b543711e56db97094c51..8402bb33aeeff8e97ed99af24935d03f8182df47 100755 (executable)
@@ -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 \