vault backup: 2024-12-21 17:26:51

This commit is contained in:
2024-12-21 17:26:51 +01:00
parent 34413df11a
commit 831f96bf84
2 changed files with 19 additions and 7 deletions

View File

@ -75,6 +75,17 @@ Improvements & things to not forget:
3. Create share in Syncthing web GUI
4. Ignore .zfs folder (to not propagate to connected peers): filter `.zfs`
# Syncthing migrate to zfs subvolume
```
# zfs create zpool/data/syncthing/shared/...
# zfs set snapdir=hidden zpool/data/syncthing/shared/...
(optional) # zfs set copies=2 zpool/data/syncthing/shared/...
# rsync --perms --archive --progress /data/syncthing/shares/... /data/syncthing/shared/...
# echo ".zfs" > /data/syncthing/shares/.../.stignore
# zfs set com.sun:auto-snapshot=true zpool/data/syncthing/shared/...
```
# ZFS dataset datablock copies
For extra redundancy amount of datablock copies can be set and tested: