diff options
| -rw-r--r-- | f3s/freebsd-hosts/zusb/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/f3s/freebsd-hosts/zusb/README.md b/f3s/freebsd-hosts/zusb/README.md index 60bd259..e84cdac 100644 --- a/f3s/freebsd-hosts/zusb/README.md +++ b/f3s/freebsd-hosts/zusb/README.md @@ -72,6 +72,14 @@ doas zfs list -r zusb doas /usr/local/bin/zusb-unload # snapshot + export, then unplug the disks ``` +The quarterly backup itself is driven by `/opt/snonux/bin/backup/backup` +(which travels on the pool under `zusb/data/opt`). Its S3 sync leg needs the +AWS CLI installed on the hosting f-host and `/root/.aws/credentials` symlinked +to `/opt/snonux/secrets/aws.credentials` (also on the pool). See the +`f3s-storage` skill, `references/backups.md` → "AWS CLI setup on a FreeBSD +host", for the install steps. Without the AWS CLI the snapshot-export part of +the backup still works; only the offsite S3 sync is skipped/fails. + ## Verification ```sh |
