Compare commits

..

No commits in common. "b4cba98564176a9f6d87f4ba4b76c9f05f8a079c" and "0c74cfd5e9325ad52bd20877bacd75daa713d0fb" have entirely different histories.

3 changed files with 0 additions and 6 deletions

1
.gitignore vendored
View file

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

View file

@ -17,4 +17,3 @@
} }
# 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,10 +207,6 @@
'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',
},
}, },
}, },
}, },