scripts

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

commit ac437059d5bbab2e9165da95a96b296b13b38b25
parent 51f5f61e0e1067464af2f71c1f91b8621e53621f
Author: Andrew Laack <andrew@laack.co>
Date:   Mon, 10 Aug 2026 17:40:09 -0500

Updated backups

Diffstat:
Rbackups/encrypted-backup.sh -> backups/old-encrypted-backup.sh | 0
Mbackups/restic.sh | 2+-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/backups/encrypted-backup.sh b/backups/old-encrypted-backup.sh diff --git a/backups/restic.sh b/backups/restic.sh @@ -15,7 +15,7 @@ source ~/.bashrc # This is executed by cron -restic -vv -r sftp:root@andrew-1.selfhost.imbue.com:/backup/ backup /home/backup $HOME/personal-files | tee -a ~/logs/backup-restic.log 2>&1 +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 # TODO: This isn't great; we don't have pipefail -e set... echo "$(date)" >> $HOME/logs/backup-restic-times.txt