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

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

View File

@ -13,12 +13,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "2025/xg-infra-upgrade-2025.md", "file": "2021/zfs-snapshots.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "xg-infra-upgrade-2025" "title": "zfs-snapshots"
} }
}, },
{ {
@ -90,7 +90,7 @@
"state": { "state": {
"type": "search", "type": "search",
"state": { "state": {
"query": "", "query": "snapshot",
"matchingCase": false, "matchingCase": false,
"explainSearch": false, "explainSearch": false,
"collapseAll": false, "collapseAll": false,
@ -111,7 +111,8 @@
"title": "Bookmarks" "title": "Bookmarks"
} }
} }
] ],
"currentTab": 1
} }
], ],
"direction": "horizontal", "direction": "horizontal",
@ -131,7 +132,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "2025/xg-infra-upgrade-2025.md", "file": "2021/zfs-snapshots.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -141,7 +142,7 @@
"unlinkedCollapsed": true "unlinkedCollapsed": true
}, },
"icon": "links-coming-in", "icon": "links-coming-in",
"title": "Backlinks for xg-infra-upgrade-2025" "title": "Backlinks for zfs-snapshots"
} }
}, },
{ {
@ -150,12 +151,12 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "2025/xg-infra-upgrade-2025.md", "file": "2021/zfs-snapshots.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
}, },
"icon": "links-going-out", "icon": "links-going-out",
"title": "Outgoing links from xg-infra-upgrade-2025" "title": "Outgoing links from zfs-snapshots"
} }
}, },
{ {
@ -177,10 +178,10 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "2025/xg-infra-upgrade-2025.md" "file": "2021/zfs-snapshots.md"
}, },
"icon": "lucide-list", "icon": "lucide-list",
"title": "Outline of xg-infra-upgrade-2025" "title": "Outline of zfs-snapshots"
} }
} }
] ]
@ -202,8 +203,8 @@
}, },
"active": "abe7f08be8c489db", "active": "abe7f08be8c489db",
"lastOpenFiles": [ "lastOpenFiles": [
"2024/doelen-2024.md",
"2025/xg-infra-upgrade-2025.md", "2025/xg-infra-upgrade-2025.md",
"2024/doelen-2024.md",
"2024/chlorate-cell.md", "2024/chlorate-cell.md",
"2024/1gabba.pw-links.md", "2024/1gabba.pw-links.md",
"2024/So you wanna do FreeBSD 14.1 and native Home Assistant?.md", "2024/So you wanna do FreeBSD 14.1 and native Home Assistant?.md",

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: * Manage old zpool:
* (old OS) zpool export zpool * (old OS) zpool export zpool
* (new OS) zpool import -N zpool * (new OS) zpool import -N zpool
@ -8,19 +11,21 @@
* zpool upgrade zpool * zpool upgrade zpool
* https://docs.freebsd.org/en/books/handbook/zfs/#zfs-zpool-upgrade * https://docs.freebsd.org/en/books/handbook/zfs/#zfs-zpool-upgrade
* Syncthing shares on separated ZFS subvolumes * Syncthing shares on separated ZFS subvolumes
* zfs autosnapshot schedules
* pyrotechnics & private data zfs copies=2? * pyrotechnics & private data zfs copies=2?
* Applications in VMs * Applications in VMs
* Photoprism * Photoprism
* Applications in seperate freebsd jails * Applications in seperate freebsd jails
* Syncthing * Syncthing
* Transmission * Transmission
* VTVBB sync + go tooling
* Data partitioning * Data partitioning
* zroot (ssd OS only) * zroot (ssd OS only)
* zpool (14TB hdd mirror) * zpool (14TB hdd mirror)
* /data/home * /data/home
Improvements & things to not forget: 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 * jails settings backup
* *