From c090ce58a2fd1edfbdefd756e18bf2f2296d8a4a Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Thu, 16 Jun 2022 21:20:08 -0400 Subject: Updated for new partition scheme Updated script for new partition scheme. Removed backups for partitions that no longer exist. --- .local/bin/backups/assimilate | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.local/bin/backups/assimilate b/.local/bin/backups/assimilate index dea18d3..fd6ed7f 100755 --- a/.local/bin/backups/assimilate +++ b/.local/bin/backups/assimilate @@ -48,16 +48,6 @@ sudo $SUDO_OPTS borg create $CREATE_OPTS \ "/mnt/$LOCATION-backup/$(hostname)::boot-{now:%Y-%m-%d}" /boot 2>>$LOG check_rc $? -# Backup home partition -sudo $SUDO_OPTS borg create $CREATE_OPTS \ - "/mnt/$LOCATION-backup/$(hostname)::home-{now:%Y-%m-%d}" /home 2>>$LOG -check_rc $? - -# Backup var partition -sudo $SUDO_OPTS borg create $CREATE_OPTS \ - "/mnt/$LOCATION-backup/$(hostname)::var-{now:%Y-%m-%d}" /var 2>>$LOG -check_rc $? - # Send notifications based on return codes of archives [ $WARNING -eq 1 ] && notify-send "One or more archives produced a warning" \ -- cgit v1.2.3