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