From c7427cf61dcb79c5df6101e300e438bcc4e693bf Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Wed, 14 Jun 2017 01:11:16 +0200 Subject: [PATCH] Add comment explaining default rsync settings better --- client/etc/rs-backup/client-config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/client/etc/rs-backup/client-config b/client/etc/rs-backup/client-config index 4744ad3..15c5509 100644 --- a/client/etc/rs-backup/client-config +++ b/client/etc/rs-backup/client-config @@ -24,6 +24,14 @@ REMOTE_USER="%h-%u" #SSH_OPTIONS="-C -i .ssh/id_rsa" # Additional options for rsync +# +# For systems that don't support it (e.g. Synology DSM), you may +# need to remove the --acls option +# +# The block size setting should avoid hangs when backing up larger +# files. It's set to the default maximum value allowed by rsync. +# If you need larger values, recompile rsync with MAX_BLOCK_SIZE +# set to an appropriate value. RSYNC_OPTIONS="--acls --hard-links --xattrs --block-size=131072" #RSYNC_OPTIONS="--hard-links --xattrs"