summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-05-21 11:48:49 +0200
committerErich Eckner <git@eckner.net>2020-05-21 11:48:49 +0200
commitf5b04e8470d047b15648c2f3655d549688802309 (patch)
tree5d4095c3b7030e210c0d47a48db271002e3eb252
parentb2d4fb8a287317c140013440dbb60d92c965f230 (diff)
downloadarch-mirror-f5b04e8470d047b15648c2f3655d549688802309.tar.xz
arch-mirror: clean up rsync options
-rwxr-xr-xarch-mirror2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-mirror b/arch-mirror
index 81fdf51..72456e1 100755
--- a/arch-mirror
+++ b/arch-mirror
@@ -11,7 +11,7 @@ fi
mirror_dir='/srv/http/arch'
-rsync_options='-rtlH --safe-links --delete-after -h --timeout=600 --contimeout=60 -p --delay-updates --no-motd --temp-dir='"${mirror_dir}"'/.tmp --exclude .tmp'
+rsync_options='-rtlHp --safe-links --delete-after --timeout=600 --contimeout=60 --delay-updates --no-motd --temp-dir='"${mirror_dir}"'/.tmp --exclude .tmp --exclude .~tmp~'
if stty &>/dev/null; then
rsync_verbose='-v'