mirror of
https://github.com/linuxserver/docker-transmission.git
synced 2025-11-02 17:55:48 +01:00
11 lines
513 B
Plaintext
11 lines
513 B
Plaintext
# do daily/weekly/monthly maintenance
|
|
# min hour day month weekday command
|
|
*/15 * * * * run-parts /etc/periodic/15min
|
|
0 * * * * run-parts /etc/periodic/hourly
|
|
0 2 * * * run-parts /etc/periodic/daily
|
|
0 3 * * 6 run-parts /etc/periodic/weekly
|
|
0 5 1 * * run-parts /etc/periodic/monthly
|
|
|
|
# run daily blocklist update
|
|
0 3 * * * /config/blocklist-update.sh 2>&1
|