You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments