vault backup: 2025-02-06 14:37:50

This commit is contained in:
2025-02-06 14:37:51 +08:00
parent 9f645309c5
commit 024166f189

View File

@@ -64,6 +64,7 @@
### `root` 的 crontab
```
# m h day mon dow command
*/3 * * * * /home/awin/script/ddns.sh > /home/awin/log/ddns.log 2>&1
*/5 * * * * /home/awin/script/clean_nextcloud.sh > /home/awin/log/clean_nextcloud.log 2>&1
1 2 * * 1 /home/awin/script/backup_adguardhome.sh > /home/awin/log/backup_docker_adguardhome.log 2>&1
@@ -74,8 +75,10 @@
1 2 * * 2 /home/awin/script/backup_nextcloud.sh > /home/awin/log/backup_docker_nextcloud.log 2>&1
* * 1 * * /home/awin/script/backup_dotfiles_awin-pc2.sh > /home/awin/log/backup_dotfiles_awin-pc2.log 2>&1
1 1 * * * /home/awin/script/rsync_nasphoto.sh > /home/awin/log/rsync_nasphoto.log 2>&1
@reboot /home/awin/script/fan_hddtemp_exportor.py > /home/awin/log/fan_hddtemp_exportor.log 2>&1
@reboot /home/awin/script/kasa_exporter.py > /home/awin/log/kasa_exporter.log 2>&1
@reboot /home/awin/script/tapo_exporter.py -f /home/awin/.secret/tplink > /home/awin/log/kasa_exporter.log 2>&1
@reboot /home/awin/script/reboot_echo.sh > /home/awin/log/reboot.log 2>&1
## Restart Docker containers
# m h day mon dow command
0 4 * * * docker restart grafana-prometheus-local_data_exporter-1 > /home/awin/log/restart_grafana-prometheus-local_data_exporter-1.log 2>&1
```