From 0a3d0cff180cca284115a342745de5bc626f4af9 Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Wed, 14 Jun 2017 01:05:16 +0200 Subject: [PATCH] Add --block-size setting to default config to avoid hangs when backing up large files --- client/etc/rs-backup/client-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/etc/rs-backup/client-config b/client/etc/rs-backup/client-config index 57cfe2b..4744ad3 100644 --- a/client/etc/rs-backup/client-config +++ b/client/etc/rs-backup/client-config @@ -24,7 +24,7 @@ REMOTE_USER="%h-%u" #SSH_OPTIONS="-C -i .ssh/id_rsa" # Additional options for rsync -RSYNC_OPTIONS="--acls --hard-links --xattrs" +RSYNC_OPTIONS="--acls --hard-links --xattrs --block-size=131072" #RSYNC_OPTIONS="--hard-links --xattrs" # Name of the file inside the users' home directories