Offsite Backup #74
Labels
No Label
dns
exploration
gitea
new stuff
services
software
art
backup
big
blocked
bug
crash report
disputed
documentation
duplicate
enhancement
good first issue
logging
nixos
question
salt
security
servers n' hardware
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Drift/issues#74
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Copy over backups on principal to external discs, so that we can have external backup outside of the serverrom. More documentation regarding backups here
After some discussion, the disk should probably be encrypted with the root password to avoid a situation where the disks could end up astray if the disk holder loses it somehow (gets stolen, lost during transport, etc.)
the nixos hydra infra uses zfs snapshots, sent with zrepl to rsync.net
66da5cfddb/build/haumea/zrepl.nix
before, both hexa and delroth were the ones to hold a backup. This might be a job for NVG, Omegaversktedet or some Tokyo drifters
The zfs datasets themselves can be encrypted, and will then also be stored encrypted on the offsite host
There are traps here! You must use the raw (
-w
) flag to avoid it being decrypted and then reencrypted and recompressed and whatever according to the dataset rules on the receiving side.