vault backup: 2024-12-16 23:18:09

This commit is contained in:
Jerry Jacobs 2024-12-16 23:18:09 +01:00
parent 97aa3ba0cf
commit 68b475d7a9
2 changed files with 10 additions and 4 deletions

View File

@ -13,12 +13,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "2021/zfs-snapshots.md", "file": "2025/xg-infra-upgrade-2025.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "zfs-snapshots" "title": "xg-infra-upgrade-2025"
} }
} }
] ]
@ -52,7 +52,7 @@
"state": { "state": {
"type": "search", "type": "search",
"state": { "state": {
"query": "snapshot", "query": "tag: #freebsd ",
"matchingCase": false, "matchingCase": false,
"explainSearch": false, "explainSearch": false,
"collapseAll": false, "collapseAll": false,
@ -165,6 +165,7 @@
}, },
"active": "316987f51496a482", "active": "316987f51496a482",
"lastOpenFiles": [ "lastOpenFiles": [
"2021/zfs-snapshots.md",
"2025/xg-infra-upgrade-2025.md", "2025/xg-infra-upgrade-2025.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",
"2024/freebsd-notes.md", "2024/freebsd-notes.md",
@ -183,7 +184,6 @@
"2024/happy-holidays-nye-2024-kaart/jerry-nero-cutout-cosy-holidays-2024-center-round.png", "2024/happy-holidays-nye-2024-kaart/jerry-nero-cutout-cosy-holidays-2024-center-round.png",
"2024/nye-party-2025-at-breugel.png", "2024/nye-party-2025-at-breugel.png",
"2024/Why I am tasting colors?.md", "2024/Why I am tasting colors?.md",
"2021/zfs-snapshots.md",
"2024/doelen-2024.md", "2024/doelen-2024.md",
"2024/chlorate-cell.md", "2024/chlorate-cell.md",
"2024/1gabba.pw-links.md", "2024/1gabba.pw-links.md",

View File

@ -66,6 +66,12 @@ Improvements & things to not forget:
* https://omussell.github.io/fbsd-update-cache/ * https://omussell.github.io/fbsd-update-cache/
* https://forums.freebsd.org/threads/nginx-pkg-cache-help.85699/ + https://serverfault.com/a/1026574 * https://forums.freebsd.org/threads/nginx-pkg-cache-help.85699/ + https://serverfault.com/a/1026574
# Syncthing share enrol on ZFS subvolume
1. Create zfs subvolume: `zfs create ...`
2. Set zfs-auto-snapshot property (for zfstools) : `zfs set ..`
3. Create share in Syncthing web GUI
4. Ignore .zfs folder (to not propagate to connected peers): filter `.zfs`
# See also # See also
* [[freebsd-notes]] * [[freebsd-notes]]