initial commit

This commit is contained in:
Greg Johnson
2025-09-20 12:20:27 +10:00
commit e01e658ca2
20 changed files with 925 additions and 0 deletions

21
README Normal file
View 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