scripts

Scripts for general automations
git clone git://git.laack.co/scripts.git
Log | Files | Refs

commit d3a626e08176a7e13309e829243eb1139f432e30
parent ac437059d5bbab2e9165da95a96b296b13b38b25
Author: Andrew Laack <andrew@laack.co>
Date:   Wed, 12 Aug 2026 18:11:54 -0500

Updated upstream repo for backups

Diffstat:
Mbackups/restic.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/backups/restic.sh b/backups/restic.sh @@ -15,9 +15,9 @@ source ~/.bashrc # This is executed by cron -restic -vv -r sftp:root@andrew-1.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@andrew-2.selfhost.imbue.com: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-1.selfhost.imbue.com:/backup/ -r restore latest --target /restored +# restic -r sftp:root@andrew-2.selfhost.imbue.com:/backup/ -r restore latest --target /restored