Skip to content

Commit 183c122

Browse files
committed
fix: storagebox
1 parent bbe26d9 commit 183c122

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

Misc/Hetzner-Storagebox.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Hetzner Storagebox
2+
3+
## Copy SSH Key for User
4+
5+
```bash
6+
cat ~/.ssh/id_ed25519.pub | ssh -p23 [email protected] install-ssh-key
7+
```
8+
9+
## Borg
10+
11+
### Borgmatic
12+
13+
#### Init
14+
15+
```bash
16+
borgmatic -c /etc/borgmatic.d/hetzner.yaml init --encryption repokey
17+
borgmatic -c /etc/borgmatic.d/hetzner.yaml borg key export
18+
```
19+
20+
#### Upgrade
21+
22+
```bash
23+
borgmatic -c /etc/borgmatic.d/hetzner.yaml borg info --debug 2>&1 | grep TAM | grep -i manifest
24+
borgmatic -c /etc/borgmatic.d/hetzner.yaml borg list --consider-checkpoints --format='{name} {time} tam:{tam}{NL}'
25+
BORG_WORKAROUNDS=ignore_invalid_archive_tam borgmatic -c /etc/borgmatic.d/hetzner.yaml borg list --consider-checkpoints --format='{name} {time} tam:{tam}{NL}'
26+
BORG_WORKAROUNDS=ignore_invalid_archive_tam borgmatic borg upgrade --archives-tam
27+
```

0 commit comments

Comments
 (0)