21 lines
445 B
Plaintext
21 lines
445 B
Plaintext
# ------------------------------------
|
|
# - 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=""
|