mirror of
https://github.com/linuxserver/docker-haste-server.git
synced 2026-02-20 06:10:40 +08:00
3 lines
72 B
Plaintext
3 lines
72 B
Plaintext
# file expiration job
|
|
0 0 * * * find /data -type f -mtime +7 -delete \;
|