Move old scripts into scripts/ directory

This commit is contained in:
2021-07-29 01:06:28 +00:00
parent f88292a305
commit 9cfde3e3ca
23 changed files with 0 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# be safe
set -euf -o pipefail
# test these carefully
#find "${backup_folder}" -mindepth 1 -type d -print
#find "${backup_folder}" -mindepth 1 -type d -ctime +14 -print
#find "${backup_folder}" -mindepth 1 -type d -ctime +14 -exec rm -r {} \;