vault backup: 2024-12-21 17:26:51
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user