Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsonm committed Jun 20, 2024
1 parent 89dd3d4 commit 126e7f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ if [ -n "$BACKUP_KEEP_DAYS" ]; then
--prefix "${S3_PREFIX}" \
--query "${backups_query}" \
--output text \
| xargs -n1 -t -I 'KEY' aws s3 rm s3://'KEY' $aws_args
--debug \
| xargs -n1 -t -I 'KEY' aws s3 rm s3://'KEY' $aws_args --debug
echo "Removal complete."
fi

0 comments on commit 126e7f8

Please sign in to comment.