From e61d48f0be75b93a44bc40ae39e6587103bfdb48 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 21 Mar 2011 12:12:08 -0300 Subject: [PATCH] Add -S (--sparse) to the default rsync flags --- bacap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacap b/bacap index 8be3167..976ee08 100755 --- a/bacap +++ b/bacap @@ -35,7 +35,7 @@ DATE_FMT="%Y-%m-%d" PING_CHECK=1 # rsync flags to use -RSYNC_FLAGS="-aAXHx --numeric-ids" +RSYNC_FLAGS="-aAHSXx --numeric-ids" # rsync flags to use when in verbose mode RSYNC_VERBOSE_FLAGS="-v --stats" -- 2.43.0