scripts

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

commit ed03d59a62a7f8616045e899a0045a7c677170fd
parent 424b2f253e3c4212f901c166c9720e711d21d9f7
Author: Andrew Laack <andrew@laack.co>
Date:   Sun, 29 Mar 2026 00:23:31 -0500

Fixed

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

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