neb/common/restic/prune.sh

14 lines
247 B
Bash
Raw Normal View History

2023-10-18 01:31:05 +02:00
#!/bin/sh
notify() {
curl \
-X POST \
-H "Title: $0" \
-H "Priority: urgent" \
-H "Tags: warning" \
-d "$(hostname): $@" \
https://push.ixvd.net/infra-backups
}
notify "pruning old backups..."