From bd40b411a385ca762e16d69a66c2ace137025dfc Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sun, 9 Jun 2024 12:08:04 +0100 Subject: [PATCH] rsync-backup.in: Copy extended attributes and POSIX ACLs. Organization: Straylight/Edgeware From: Mark Wooding --- rsync-backup.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsync-backup.in b/rsync-backup.in index a48d58a..b2ce8ca 100644 --- a/rsync-backup.in +++ b/rsync-backup.in @@ -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 \ -- [mdw]