Compare commits
2 commits
0c74cfd5e9
...
b4cba98564
| Author | SHA1 | Date | |
|---|---|---|---|
| b4cba98564 | |||
| 39d5fb8d16 |
3 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
||||||
.venv
|
.venv
|
||||||
.cache
|
.cache
|
||||||
*.pyc
|
*.pyc
|
||||||
|
.bw_debug_history
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue