aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2018-10-08 20:21:59 +0200
committerEinhard Leichtfuß <alguien@respiranto.de>2018-10-08 20:21:59 +0200
commit4f94330be6e6552aeed22924758e166af410aa56 (patch)
treeadb0e2be6632046340c9fef47c10a0c164321eb2
parent29d9742bd7a7b634d5bb9b06e173007cf7466c24 (diff)
Add `--acls' `--xattrs'
E.g. /usr/bin/ping on Arch has capabilities, hence extended attributes set.
-rwxr-xr-xrsync-backup.sh2
1 files changed, 1 insertions, 1 deletions
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