22 lines
527 B
Plaintext
22 lines
527 B
Plaintext
## backups
|
|
Backups are done to Hetzner Storagebox using borgmatic installed directly on the host
|
|
Config is at /etc/borgmatic
|
|
|
|
### List backups
|
|
$ sudo borgmatic list
|
|
|
|
### Backup
|
|
$ sudo borgmatic
|
|
|
|
### Repair
|
|
To remove backup locks after failures:
|
|
$ sudo -s
|
|
\# export BORG_RSH="ssh -p 23"
|
|
\# borg break-lock u410354@u410354.your-storagebox.de:backups
|
|
|
|
Failures can happen especially on h1.saltaire.com.au from running out of memory and arbitary processes being killed.
|
|
|
|
|
|
### Hetzner
|
|
$ ssh -p 23 u410354@u410354.your-storagebox.de
|