initial commit
This commit is contained in:
21
README
Normal file
21
README
Normal file
@@ -0,0 +1,21 @@
|
||||
## 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
|
||||
Reference in New Issue
Block a user