Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Altinity/clickhouse-backup into s…
Browse files Browse the repository at this point in the history
…traysh/master
  • Loading branch information
Slach committed Jul 29, 2024
2 parents b47adf0 + e57c00d commit 22564d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/restic/delete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -xeuo pipefail
CUR_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
source "${CUR_DIR}/init.sh"
BACKUP_NAME=$1
restic forget --tag "${BACKUP_NAME}" --prune
restic forget --tag "${BACKUP_NAME}" --prune --unsafe-allow-remove-all

0 comments on commit 22564d5

Please sign in to comment.