chiark / gitweb /
rsync-backup.in: Copy extended attributes and POSIX ACLs.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 9 Jun 2024 11:08:04 +0000 (12:08 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 9 Jun 2024 11:21:49 +0000 (12:21 +0100)
rsync-backup.in

index a48d58ac368825959ade894986c3e9c2da889964..b2ce8ca17d1ad3b0a43d6afacfc02873c89e634f 100644 (file)
@@ -43,7 +43,7 @@ do_rsync () {
   ## to this function are passed on to rsync.
 
   rsync \
-       --archive --hard-links --numeric-ids --del \
+       --archive --hard-links --acls --xattrs --numeric-ids --del \
        --sparse --compress \
        --one-file-system \
        --partial \