vault backup: 2024-12-15 18:00:20

This commit is contained in:
2024-12-15 18:00:20 +01:00
parent d8071dc2eb
commit d32956735c
7 changed files with 57 additions and 16 deletions

View File

@ -3,13 +3,11 @@ tags:
- freebsd
- homelab
---
> [!note]
> Whut
# NAS
* clean install newest FreeBSD 14.2
* move OS /home into /data/home zpool/home
* mount ISO over IPMI
* Manage old zpool:
* (old OS) zpool export zpool
* (new OS) zpool import -N zpool
@ -26,19 +24,26 @@ tags:
* Applications in seperate freebsd jails
* Syncthing
* Transmission
* Gitea
* Samba
* (existing -> upgrade) Gitea
* Template FreeBSD 14.2
* Samba
* VTVBB sync + go tooling
* Cache: pkg + freebsd update (for jails)
* Data partitioning
* zroot (ssd OS only)
* zpool (14TB hdd mirror)
* /data/home
Host OS services:
* SSH + sshguard
Improvements & things to not forget:
* backup settings from /etc and /usr/local/etc before SSD OS disk wipe
* private keychains daily snapshots (separate Syncthing share + copies=2?)
* crontab(s) backup
* samba config
* gitea backup
* sshguard
* jails settings backup
* vanilla jails management with templates
* Migrate from zfstools auto-snapshot and prune to Python zfs-autobackup?
@ -50,4 +55,9 @@ Improvements & things to not forget:
* Migrate all automations Hue -> Home Assistant
* Samba network share
* AVAHI/Bonjour autodiscovery
* Automount network shares on macOS
* Automount network shares on macOS
* ZFS zpool scrub monthly cron
* Homeassistant in FreeBSD jail rc.d service file for auto-start on boot
* FreeBSD pkg cache for jails
* https://omussell.github.io/fbsd-update-cache/
* https://forums.freebsd.org/threads/nginx-pkg-cache-help.85699/ + https://serverfault.com/a/1026574