switch miniserver backups to HEL
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
3e0269ba99
commit
8684c2cf82
2 changed files with 11 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
# sophie's miniserver
|
||||
# mostly unmanaged
|
||||
|
||||
nodes['htz-cloud.miniserver'] = {
|
||||
'bundles': {
|
||||
|
@ -52,6 +51,7 @@ nodes['htz-cloud.miniserver'] = {
|
|||
'echo \'core.weechat */layout store\' >> /home/sophie/.weechat/weechat_fifo\n' \
|
||||
'echo \'core.weechat */save\' >> /home/sophie/.weechat/weechat_fifo\n',
|
||||
},
|
||||
'target': "htz-hel.backup-sophie",
|
||||
},
|
||||
'backups': {
|
||||
'paths': {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
nodes['htz-hel.backup-sophie'] = {
|
||||
'hostname': 'backup.sophies-kitchen.eu',
|
||||
'bundles': {
|
||||
'backup-server',
|
||||
'zfs',
|
||||
},
|
||||
'groups': {
|
||||
|
@ -11,6 +12,11 @@ nodes['htz-hel.backup-sophie'] = {
|
|||
'packages': {
|
||||
'borgbackup': {},
|
||||
},
|
||||
'unattended-upgrades': {
|
||||
# requires manual apply after reboot to unlock dm-crypt
|
||||
# devices
|
||||
'reboot-enabled': False,
|
||||
},
|
||||
},
|
||||
'backups': {
|
||||
'exclude_from_backups': True,
|
||||
|
@ -30,11 +36,15 @@ nodes['htz-hel.backup-sophie'] = {
|
|||
'cpu': 4,
|
||||
'ram': 8,
|
||||
},
|
||||
'backup-server': {
|
||||
'zfs-base': 'tank/backups',
|
||||
},
|
||||
'zfs': {
|
||||
'datasets': {
|
||||
'tank/ejgwthink': {
|
||||
'mountpoint': '/mnt/backups/ejgwthink',
|
||||
},
|
||||
'tank/backups': {},
|
||||
},
|
||||
'pools': {
|
||||
'tank': {
|
||||
|
|
Loading…
Reference in a new issue