From 22127575aac41b341ea747571cff0f434ec549bc Mon Sep 17 00:00:00 2001 From: Jens Bannmann Date: Sun, 22 Mar 2020 13:32:17 +0100 Subject: [PATCH] Fix $backuplist for monthly archives --- acts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acts b/acts index ddd9b6c..43b24e9 100755 --- a/acts +++ b/acts @@ -240,7 +240,7 @@ for dir in $backuptargets; do archive_starttime=$(date +%s) # shellcheck disable=SC2086 if output="$(calltarsnap -c -f "$monthlyarchive" $tarsnapbackupoptions "@@$dailyarchive" 2>&1)"; then - backuplist="$backuplist $yearlyarchive" + backuplist="$backuplist $monthlyarchive" else log_output=$(prettyprint log_output "$output") log_message "copy-error type=monthly output=\"$log_output\""