From: Martin Pitt Date: Thu, 4 Mar 2021 05:54:08 +0000 (+0100) Subject: backup: Adjust for donald → laptop rename X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=d459650e604de4c2875257cd76f97d3e0c32e0e0 backup: Adjust for donald → laptop rename --- 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