From b4cba98564176a9f6d87f4ba4b76c9f05f8a079c Mon Sep 17 00:00:00 2001 From: CroneKorkN Date: Tue, 28 Oct 2025 12:38:44 +0100 Subject: [PATCH] bootshorn "backup" --- nodes/home.bootshorn-laptop.py | 1 + nodes/home.server.py | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/nodes/home.bootshorn-laptop.py b/nodes/home.bootshorn-laptop.py index 4ea35b8..4262b2a 100644 --- a/nodes/home.bootshorn-laptop.py +++ b/nodes/home.bootshorn-laptop.py @@ -17,3 +17,4 @@ } # rsync -avh --progress -e 'ssh -o "StrictHostKeyChecking no"' 10.0.0.150:/opt/bootshorn/recordings /hdd/bootshorn +# rsync -avh --progress -e 'ssh -o "StrictHostKeyChecking no"' 10.0.0.196:/opt/bootshorn/events ~/Downloads/bootshorn-events diff --git a/nodes/home.server.py b/nodes/home.server.py index 23189c3..787f227 100644 --- a/nodes/home.server.py +++ b/nodes/home.server.py @@ -207,6 +207,10 @@ 'hdd/nextcloud/ckn-privat': { 'mountpoint': '/var/lib/nextcloud/ckn-privat/files', }, + 'hdd/bootshorn': { + 'mountpoint': '/hdd/bootshorn', + 'dedup': 'on', + }, }, }, },