vault backup: 2024-12-15 17:41:44
This commit is contained in:
parent
ed266c1544
commit
bef6f59be7
|
|
@ -66,7 +66,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "search",
|
"type": "search",
|
||||||
"state": {
|
"state": {
|
||||||
"query": "",
|
"query": "tag:freebsd",
|
||||||
"matchingCase": false,
|
"matchingCase": false,
|
||||||
"explainSearch": false,
|
"explainSearch": false,
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
|
|
@ -87,7 +87,8 @@
|
||||||
"title": "Bookmarks"
|
"title": "Bookmarks"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"currentTab": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
- freebsd
|
||||||
|
- homelab
|
||||||
|
---
|
||||||
|
|
||||||
# NAS
|
# NAS
|
||||||
|
|
||||||
|
|
@ -11,7 +16,7 @@
|
||||||
* 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
|
* zfs autosnapshot retetion policies
|
||||||
* pyrotechnics & private data zfs copies=2?
|
* pyrotechnics & private data zfs copies=2?
|
||||||
* Applications in VMs
|
* Applications in VMs
|
||||||
* Photoprism
|
* Photoprism
|
||||||
|
|
@ -41,3 +46,6 @@ Improvements & things to not forget:
|
||||||
* https://forum.gitea.com/t/migrate-from-sqlite-to-postgresql/2269/
|
* https://forum.gitea.com/t/migrate-from-sqlite-to-postgresql/2269/
|
||||||
* https://tutorialinux.com/today-learned-migrating-sqlite-postgres-easy-sequel/
|
* https://tutorialinux.com/today-learned-migrating-sqlite-postgres-easy-sequel/
|
||||||
* Migrate all automations Hue -> Home Assistant
|
* Migrate all automations Hue -> Home Assistant
|
||||||
|
* Samba network share
|
||||||
|
* AVAHI/Bonjour autodiscovery
|
||||||
|
* Automount network shares on macOS
|
||||||
Loading…
Reference in New Issue