No idea why I forgot those options.
# Thanks to http://www.sanitarium.net/golug/rsync_backups_2010.html for the
# idea.
-# Copyright (C) 2011-2016 Simon Ruderich
+# Copyright (C) 2011-2017 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
mkdir "$target_tmp"
rsync \
--verbose --itemize-changes --human-readable \
- --archive --hard-links --sparse --numeric-ids --one-file-system \
+ --archive --acls --xattrs --hard-links --sparse --numeric-ids \
+ --one-file-system \
--link-dest="$dest" \
"$@" "$target_tmp" \
|| {