vault backup: 2024-12-15 15:38:43

This commit is contained in:
2024-12-15 15:38:43 +01:00
parent d5f0751628
commit 08db2e2d86
2 changed files with 20 additions and 14 deletions

View File

@ -1,5 +1,8 @@
* NAS clean install newest FreeBSD 14.2
* move /home into /data/home zpool/home
# 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
@ -8,19 +11,21 @@
* zpool upgrade zpool
* https://docs.freebsd.org/en/books/handbook/zfs/#zfs-zpool-upgrade
* Syncthing shares on separated ZFS subvolumes
* zfs autosnapshot schedules
* pyrotechnics & private data zfs copies=2?
* Applications in VMs
* Photoprism
* Applications in seperate freebsd jails
* Syncthing
* Transmission
* VTVBB sync + go tooling
* Data partitioning
* zroot (ssd OS only)
* zpool (14TB hdd mirror)
* /data/home
Improvements & things to not forget:
* private keychains daily snapshots (separate share + copies=2?)
* private keychains daily snapshots (separate Syncthing share + copies=2?)
* jails settings backup
*