From b52bb097137b4eeac8f9d2d92150570f86944f28 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 4 Jan 2022 18:04:22 +0100 Subject: [PATCH] backup-and-update-system: move to new backup server --- .bin/backup-and-update-system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/backup-and-update-system b/.bin/backup-and-update-system index 35db9f8..4f21154 100755 --- a/.bin/backup-and-update-system +++ b/.bin/backup-and-update-system @@ -34,7 +34,7 @@ done --exclude "/home/kunsi/VirtualBox VMs/" \ --exclude "/home/kunsi/qemu/Windows_10.qcow2" \ --exclude "/home/kunsi/tmp.*/" \ - "/home/kunsi" "kunsi-t470@home.nas":backups/ + "/home/kunsi" "kunsi-t470@htz-hel.backup-kunsi":backups/ # Exit code 24 means some files have vanished during rsync. # I don't know why, but this is very common, apparently?