From aa8c4a93e61a6edc6aaf470d52477e41eb611518 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 19 Oct 2024 18:54:15 +0200 Subject: [PATCH] fix --- clone-backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clone-backup.sh b/clone-backup.sh index 2de7f398..ba6e2b0b 100755 --- a/clone-backup.sh +++ b/clone-backup.sh @@ -25,5 +25,5 @@ if [ "$3" = "--print-timestamp-only" ]; then fi base_url="$1" -aria2c -x8 -j8 -s8 -d "$LOCAL_DIR" "${files[@]/#/$base_url}" +aria2c --skip-existing -x8 -j8 -s8 -d "$LOCAL_DIR" "${files[@]/#/$base_url}"