Add script 'cleanup_from_old_files.sh'.

This commit is contained in:
2018-04-02 19:36:49 +02:00
parent 10c43781f1
commit 00b6ac1d1b
2 changed files with 198 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# ------------------------------------
# - Settings for script clean_trash.sh
# ------------------------------------
# - days
# -
# - Files older then 'days' will be deleted.
# -
# - Defaults to: days=31
# -
#days=31
# - dirs_to_cleanup
# -
# - Directories where files older than given days will be deleted.
# -
# - Example:
# - trash_dirs="/data/samba/transfer/.Trash /data/samba/no-backup-share/multimedia/.Trash"
# -
#dirs_to_cleanup=""