1
0
Fork 0

bluefeds: change paths for files under .scripts/

This commit is contained in:
Pratham Patel 2022-09-26 14:36:35 +05:30
parent b411d77210
commit 4c89933cd3
1 changed files with 2 additions and 5 deletions

View File

@ -62,7 +62,7 @@ echo "wireguard" | sudo tee /etc/modules-load.d/wireguard.conf
### Modify motd
```bash
echo "\n# added by PRATHAM\n/home/pratham/.scripts/motd/show_logs.sh" | sudo tee -a /etc/profile
echo "\n# added by PRATHAM\n/home/pratham/.scripts/_bluefeds/motd/show_logs.sh" | sudo tee -a /etc/profile
```
@ -470,13 +470,10 @@ systemctl --user enable container-caddy-vishwambhar container-gitea-chitragupta
* */6 * * * updatedb >/dev/null 2>&1
# create zfs snapshots every Friday
0 0 * * 5 bash /home/pratham/.scripts/cron/root/zfs-bak.sh >/dev/null 2>&1
0 0 * * 5 bash /home/pratham/.scripts/_bluefeds/cron/root/zfs-bak.sh >/dev/null 2>&1
# start scrub
# on the first Friday of every month
# at 2100 hours
0 21 * * 5 [ $(date +\%d) -le 07 ] && /sbin/zpool scrub >/dev/null 2>&1
# maintenance script
#0 20 * * * bash /home/pratham/.scripts/cron/root/maintenance.show
```