summarylogtreecommitdiffstats
path: root/reposync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'reposync.sh')
-rw-r--r--reposync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/reposync.sh b/reposync.sh
index 400351cb10ed..d5afc0102bff 100644
--- a/reposync.sh
+++ b/reposync.sh
@@ -6,7 +6,7 @@ cfg_file="${REPOSYNC_CONFIG:-/etc/xdg/$cfg_name}"
cfg_file_system="$cfg_file"
local_repo="$HOME/.cache/reposync"
-do_rsync="rsync -acv --append"
+do_rsync="rsync -av --append"
set -uo pipefail
trap 's=$?; echo "$0: Error on line "$LINENO": $BASH_COMMAND"; exit $s' ERR