Switch backup system to autorestic

This commit is contained in:
Tobias Reisinger 2024-10-05 00:42:21 +02:00
parent c6fafa34c9
commit 6da8d4336b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 4 additions and 77 deletions

View file

@ -9,7 +9,7 @@ autostart"
action=$(echo "$actions" | $DMENU)
_menu_shutdown_backup() {
alacritty -e "host-backup"
alacritty -e sh -c "autorestic backup -av && sleep 3"
}
if [ -z "$action" ]; then