adjust one borgmatic config

This commit is contained in:
2025-09-01 09:20:16 +02:00
parent 06cc7755d8
commit 7ab7c0bd7c
2 changed files with 24 additions and 35 deletions

View File

@@ -1,10 +1,10 @@
/usr/bin/borgmatic --stats -v 0 -c /config/home.yaml >> /log/home.log 2>&1
/usr/bin/borgmatic --stats -v 0 -c /config/root.yaml >> /log/root.log 2>&1
/usr/bin/borgmatic --stats -v 0 -c /config/opt.yaml >> /log/opt.log 2>&1
/usr/bin/borgmatic --stats -v 0 -c /config/etc.yaml >> /log/etc.log 2>&1
borgmatic --stats -v 0 -c /config/home.yaml >> /log/home.log 2>&1
borgmatic --stats -v 0 -c /config/root.yaml >> /log/root.log 2>&1
borgmatic --stats -v 0 -c /config/opt.yaml >> /log/opt.log 2>&1
borgmatic --stats -v 0 -c /config/etc.yaml >> /log/etc.log 2>&1
export REMOTE=/remote/server/bram
mkdir -p ${REMOTE}
sshfs user@bram.veenboer.xyz:/media/helios/Bram ${REMOTE}
/usr/bin/borgmatic --stats -v 0 -c /config/bram.yaml >> /log/bram.log 2>&1
borgmatic --stats -v 0 -c /config/bram.yaml >> /log/bram.log 2>&1
umount ${REMOTE}