From 4f94330be6e6552aeed22924758e166af410aa56 Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Mon, 8 Oct 2018 20:21:59 +0200 Subject: Add `--acls' `--xattrs' E.g. /usr/bin/ping on Arch has capabilities, hence extended attributes set. --- rsync-backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsync-backup.sh b/rsync-backup.sh index 8f278c5..34727f7 100755 --- a/rsync-backup.sh +++ b/rsync-backup.sh @@ -32,7 +32,7 @@ typeset -A filter_file rsync_args=( --recursive --perms --times --owner --group - #--acls --xattrs + --acls --xattrs --links --hard-links --sparse -- cgit v1.2.3