diff options
author | Erich Eckner <git@eckner.net> | 2020-07-21 13:13:51 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-07-21 13:13:51 +0200 |
commit | ecafde346a31c12191f6d189910ba4cd0d57c178 (patch) | |
tree | 4389476946c489863a2c26869d1b7e72ce314c3f | |
parent | d09930a738c8de9b8a3bfb0c3414d740cc367bf8 (diff) | |
download | arch-mirror-ecafde346a31c12191f6d189910ba4cd0d57c178.tar.xz |
do not specify temp-dir, this might go wrong, but reintroduce --partial
-rwxr-xr-x | arch-mirror | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-mirror b/arch-mirror index 5219dac..c00579d 100755 --- a/arch-mirror +++ b/arch-mirror @@ -11,7 +11,7 @@ fi mirror_dir='/srv/http/arch' -rsync_options='-rtlHp4 --safe-links --timeout=600 --contimeout=60 --delay-updates --no-motd --temp-dir='"${mirror_dir}"'/.tmp --exclude .tmp --exclude .~tmp~' +rsync_options='-rtlHp4 --safe-links --timeout=600 --contimeout=60 --delay-updates --no-motd --partial --exclude .~tmp~' total_timeout=1200 |