From d459650e604de4c2875257cd76f97d3e0c32e0e0 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 4 Mar 2021 06:54:08 +0100 Subject: [PATCH] =?utf8?q?backup:=20Adjust=20for=20donald=20=E2=86=92=20la?= =?utf8?q?ptop=20rename?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- backup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backup b/backup index 2f820ec..c89693b 100755 --- a/backup +++ b/backup @@ -27,6 +27,6 @@ fi notify-send "Backup started" mkdir -p $(dirname $LOG) -env PASSPHRASE="$(cat ~/.backup-passphrase)" duplicity --allow-source-mismatch --full-if-older-than 1M --exclude-filelist .duplicity-ignore . rsync://piware.de/backup/donald >> $LOG || { notify-send "BACKUP FAILED!"; exit 1; } +env PASSPHRASE="$(cat ~/.backup-passphrase)" duplicity --allow-source-mismatch --full-if-older-than 1M --exclude-filelist .duplicity-ignore . rsync://piware.de/backup/laptop >> $LOG || { notify-send "BACKUP FAILED!"; exit 1; } notify-send "Backup finished successfully" -duplicity remove-all-but-n-full 6 --force rsync://piware.de/backup/donald +duplicity remove-all-but-n-full 6 --force rsync://piware.de/backup/laptop -- 2.39.2