File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1212 "news" : {
1313 "NEWS.md" : " 10960"
1414 },
15- "version" : 8
15+ "version" : 7
1616}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ version = "1"
88reposity = " local:{{ $MOUNTPOINT }}/{{ .Profile.Name }}"
99run-before = " mount -U {{ $DRIVE_UUID }} {{ $MOUNTPOINT }}"
1010run-after = " umount {{ $MOUNTPOINT }}"
11- run-after-fail = " umount {{ $MOUNTPOINT }}"
11+ run-after-fail = " umount {{ $MOUNTPOINT }} && ntfy send '{{ .Profile.Name }} failed' "
1212lock = " $HOME/resticprofile-{{ .Profile.Name }}.lock"
1313restic-lock-retry-after = " 5m"
1414restic-stale-lock-age = " 2h"
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ yay_install \
4242 cockpit-file-sharing \
4343 cockpit-sensors \
4444 cockpit-zfs-manager \
45+ ntfy \
4546 resticprofile
4647
4748sudo systemctl enable --now sshd
You can’t perform that action at this time.
0 commit comments