commit 88b012066ffb424070816e250f52bc9efd074e75 parent d3a626e08176a7e13309e829243eb1139f432e30 Author: Andrew Laack <andrew@laack.co> Date: Sun, 6 Sep 2026 09:26:37 -0500 Updated backup location Diffstat:
| M | backups/restic.sh | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/backups/restic.sh b/backups/restic.sh @@ -15,9 +15,7 @@ source ~/.bashrc # This is executed by cron -restic -vv -r sftp:host@andrew-2.selfhost.imbue.com:backup/ backup /home/backup /srv/git $HOME/personal-files | tee -a ~/logs/backup-restic.log 2>&1 +restic -vv -r sftp:host@5.78.226.145:backup/ backup /home/backup /srv/git $HOME/personal-files | tee -a ~/logs/backup-restic.log 2>&1 # TODO: This isn't great; we don't have pipefail -e set... echo "$(date)" >> $HOME/logs/backup-restic-times.txt - -# restic -r sftp:root@andrew-2.selfhost.imbue.com:/backup/ -r restore latest --target /restored