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

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

View File

@ -66,6 +66,12 @@ Improvements & things to not forget:
* https://omussell.github.io/fbsd-update-cache/
* 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
* [[freebsd-notes]]