Compare commits

...

2 commits

Author SHA1 Message Date
b4cba98564
bootshorn "backup" 2025-10-28 12:38:44 +01:00
39d5fb8d16
git ignore .bw_debug_history 2025-10-28 12:38:27 +01:00
3 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
.venv .venv
.cache .cache
*.pyc *.pyc
.bw_debug_history

View file

@ -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.150:/opt/bootshorn/recordings /hdd/bootshorn
# rsync -avh --progress -e 'ssh -o "StrictHostKeyChecking no"' 10.0.0.196:/opt/bootshorn/events ~/Downloads/bootshorn-events

View file

@ -207,6 +207,10 @@
'hdd/nextcloud/ckn-privat': { 'hdd/nextcloud/ckn-privat': {
'mountpoint': '/var/lib/nextcloud/ckn-privat/files', 'mountpoint': '/var/lib/nextcloud/ckn-privat/files',
}, },
'hdd/bootshorn': {
'mountpoint': '/hdd/bootshorn',
'dedup': 'on',
},
}, },
}, },
}, },