about summary refs log tree commit diff
path: root/bundles/restic-backup/files/cron_job
blob: 6fcea06a401522e42526d4ef96545a759d69203c (plain) (blame)
1
2
3
4
5
#!/bin/sh
set -eu
/usr/bin/resticbackup >/dev/null 2>&1
tgnotify '✨*${node.name}/resticbackup*\nsuccess!' >/dev/null 2>&1
exit 0