Files
oam/docker/pihole/crontab
2023-02-07 03:03:42 +01:00

6 lines
397 B
Plaintext

# Update Graviton's DB once a week (at 3:00 on Sundays).
0 3 * * 0 docker ps -f 'name=pihole' -f 'status=running' -f 'health=healthy' -q | xargs -I{} docker exec {} pihole -g
# Create a complete backup once a week (at 3:30 on Sundays).
30 3 * * 0 docker ps -f 'name=pihole' -f 'status=running' -f 'health=healthy' -q | xargs -I{} docker exec {} pihole -a -t /etc/pihole/teleporter_backup.tar.gz