We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcef219 + 5f3873c commit 9c7ec63Copy full SHA for 9c7ec63
scripts/save.sh
@@ -283,7 +283,7 @@ remove_old_backups() {
283
local -a files
284
files=($(ls -t $(resurrect_dir)/${RESURRECT_FILE_PREFIX}_*.${RESURRECT_FILE_EXTENSION} | tail -n +6))
285
[[ ${#files[@]} -eq 0 ]] ||
286
- find "${files[@]}" -type f -mtime +30 | xargs rm
+ find "${files[@]}" -type f -mtime +30 -exec rm -v "{}" \;
287
}
288
289
save_all() {
0 commit comments