nix-config/nixos/fuchsia/services
jasmine a6fa8866ac
feat(fuchsia): implement backup strategy with explicit home paths
Add snapper and borgbackup for fuchsia home directory backups:

Snapper Configuration:
- Hourly snapshots of /home/sajenim
- Retention: 24 hourly, 7 daily, 4 weekly, 12 monthly
- Stored in nested .snapshots subvolume

Borgbackup Onsite:
- Backup to viridian over SSH (local network)
- Target: ssh://viridian/srv/borg-repo/fuchsia
- Hourly backups, unencrypted, deduplicated
- Same retention as snapper

Borgbackup Offsite:
- Backup to borgbase (internet)
- Target: li9kg944@li9kg944.repo.borgbase.com:repo
- Daily backups, encrypted (repokey-blake2), deduplicated
- Retention: 7 daily, 4 weekly, 12 monthly

Explicit Home Paths (valuable user data only):
- Documents, Pictures, Videos, Music, Downloads, Academics, Notes
- Dotfiles: .ssh, .gnupg

System Persist Data:
- SSH host keys, machine-id, nixos state
- Bluetooth, NetworkManager configurations

Intentionally Excluded:
- .config (managed declaratively via home-manager)
- .repositories (cloneable from GitHub)
- .cache and build artifacts

Treats viridian as central backup server, maintaining 3-2-1 strategy
(3 copies, 2 locations, 1 offsite).

chore(viridian): remove unused inputs parameter from borgbackup offsite
2025-10-07 19:14:11 +08:00
..
amdgpu-clocks update amdgpu-clocks 2025-02-16 09:36:06 +08:00
borgbackup feat(fuchsia): implement backup strategy with explicit home paths 2025-10-07 19:14:11 +08:00
flatpak feat: add support for flatpak in NixOS configuration 2025-02-23 18:26:58 +08:00
libinput refactor 2024-09-20 20:24:55 +08:00
pipewire setup pipewire 2025-09-01 01:47:59 +08:00
printing install cups 2025-07-06 23:46:38 +08:00
snapper feat(fuchsia): implement backup strategy with explicit home paths 2025-10-07 19:14:11 +08:00
udev install qmk 2025-05-12 09:58:53 +08:00
xserver refactor 2024-09-20 20:24:55 +08:00
default.nix feat(fuchsia): implement backup strategy with explicit home paths 2025-10-07 19:14:11 +08:00