Ntfy support

Added ntfy support
This commit is contained in:
kake26 2022-12-17 00:15:03 -06:00
parent d39f56dafc
commit feff8400ff

View file

@ -13,9 +13,13 @@ export RESTIC_PASSWORD="$bkpwd"
# Two dirs I want to keep backed up
restic -r sftp:restic@192.168.1.113:/home/restic backup /etc
restic -r sftp:restic@192.168.1.113:/home/restic backup /opt/scripts
restic -r sftp:restic@192.168.1.113:/home/restic backup /root
vnstat -i eth1.2 --exportdb > /tmp/vnstat.db
restic -r sftp:restic@192.168.1.113:/home/restic backup /tmp/vnstat.db
rm /tmp/vnstat.db
/usb/scripts/bin/restic -r sftp:pi@192.168.1.168:/storage/backup/openwrt backup /etc
curl -d "ETC backed up" 192.168.1.168:83/openwrt_backup
/usb/scripts/bin/restic -r sftp:pi@192.168.1.168:/storage/backup/openwrt backup /usb/scripts
curl -d "Scripts backed up" 192.168.1.168:83/openwrt_backup
/usb/scripts/bin/restic -r sftp:pi@192.168.1.168:/storage/backup/openwrt backup /root
curl -d "Root backed up" 192.168.1.168:83/openwrt_backup
vnstat -i wan --exportdb > /usb/tmp/vnstat.db
/usb/scripts/bin/restic -r sftp:pi@192.168.1.168:/storage/backup/openwrt backup /usb/tmp/vnstat.db
rm /usb/tmp/vnstat.db
curl -d "Vnstat backed up" 192.168.1.168:83/openwrt_backup