scripts

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit a6599082da7884e2453111ebcb2506b1476708ac
parent ed03d59a62a7f8616045e899a0045a7c677170fd
Author: Andrew Laack <andrew@laack.co>
Date:   Sun, 29 Mar 2026 00:25:10 -0500

No logs

Diffstat:
Mbackups/simple.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/backups/simple.sh b/backups/simple.sh @@ -51,6 +51,7 @@ backup-vps () { rsync -v --delete --recursive \ --exclude='/lib/containers/' \ --exclude='/lib/docker/' \ + --exclude='/log/' \ root@laack.co:/var/ /home/backup/vps/var # TODO: Consider refactoring this. This sort of breaks with convention, but there is