Add correct server pool directory on both sides
This commit is contained in:
@@ -5,6 +5,14 @@ zfs_mount.sh mount
|
||||
mkdir /var/run/motioneye && chown motion /var/run/motioneye/ && service motioneye restart && service motioneye status
|
||||
```
|
||||
|
||||
## Update and reboot
|
||||
```shell
|
||||
apt update && apt list --upgradable
|
||||
apt dist-upgrade && apt autoremove
|
||||
service motioneye stop
|
||||
zfs_mount.sh reboot
|
||||
```
|
||||
|
||||
## Debian Installation
|
||||
Boot Image Debian Netinstall on USB stick, Advanced Options->Expert Install
|
||||
Language: English, Location: other->Europe->Austria
|
||||
|
||||
@@ -77,12 +77,13 @@ borgbackup_install_from_repo: False
|
||||
borgbackup_encryption_mode: "none"
|
||||
|
||||
borgbackup_client_backup_server: fetlabserv.htu.tuwien.ac.at
|
||||
borgbackup_server_pool: "/lab/backup"
|
||||
|
||||
borgbackup_create_jobs:
|
||||
- name: system
|
||||
options: "--lock-wait 1800"
|
||||
day: "1"
|
||||
hour: "1" # default value = 1
|
||||
day: 1
|
||||
hour: 1 # default value = 1
|
||||
minute: 0 # default value = 0
|
||||
random_minute: 59 # default value : ignore randomization
|
||||
directories:
|
||||
|
||||
Reference in New Issue
Block a user