51 lines
1.5 KiB
Markdown
51 lines
1.5 KiB
Markdown
---
|
|
tags:
|
|
- freebsd
|
|
- homelab
|
|
---
|
|
|
|
# NAS
|
|
|
|
* clean install newest FreeBSD 14.2
|
|
* move OS /home into /data/home zpool/home
|
|
* Manage old zpool:
|
|
* (old OS) zpool export zpool
|
|
* (new OS) zpool import -N zpool
|
|
* zpool status
|
|
* zpool upgrade
|
|
* zpool upgrade zpool
|
|
* https://docs.freebsd.org/en/books/handbook/zfs/#zfs-zpool-upgrade
|
|
* Syncthing shares on separated ZFS subvolumes
|
|
* zfs autosnapshot retetion policies
|
|
* pyrotechnics & private data zfs copies=2?
|
|
* Applications in VMs
|
|
* Photoprism
|
|
* Homeassistant? or in jail?
|
|
* Applications in seperate freebsd jails
|
|
* Syncthing
|
|
* Transmission
|
|
* Gitea
|
|
* Samba
|
|
* VTVBB sync + go tooling
|
|
* Data partitioning
|
|
* zroot (ssd OS only)
|
|
* zpool (14TB hdd mirror)
|
|
* /data/home
|
|
|
|
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?)
|
|
* samba config
|
|
* gitea backup
|
|
* jails settings backup
|
|
* vanilla jails management with templates
|
|
* Migrate from zfstools auto-snapshot and prune to Python zfs-autobackup?
|
|
* See blog https://it-notes.dragas.net/2024/08/21/automating-zfs-snapshots-for-peace-of-mind/
|
|
* URLs for (web)services with nanodash for homelab + quick access
|
|
* Upgrade gitea and migrate sqlite to postgres
|
|
* https://forum.gitea.com/t/migrate-from-sqlite-to-postgresql/2269/
|
|
* https://tutorialinux.com/today-learned-migrating-sqlite-postgres-easy-sequel/
|
|
* Migrate all automations Hue -> Home Assistant
|
|
* Samba network share
|
|
* AVAHI/Bonjour autodiscovery
|
|
* Automount network shares on macOS |