X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=backup;fp=backup;h=1fa71c3ff083242efdcb914bec144110abacc0ff;hp=421fde9033ce1917c4e6aa8fc3433bb9e1f7aa1f;hb=a60e2d543670d0b3e63af2551e9c7e71a9894ce4;hpb=7e78611ed422f11239be6537980f7aa551629fcd diff --git a/backup b/backup index 421fde9..1fa71c3 100755 --- a/backup +++ b/backup @@ -6,7 +6,7 @@ PATH=$PATH:/sbin:/usr/sbin RESTIC="restic --password-file $HOME/.config/backup-passphrase --repo sftp:piware.de:backup/restic" fail() { - notify-send -i network-error-symbolic -u critical -t 180 "${1:-BACKUP FAILED!}" + notify-send -i /usr/share/icons/Adwaita/48x48/status/network-error-symbolic.symbolic.png -u critical -t 180000 "${1:-BACKUP FAILED!}" exit 1 }