664 B
664 B
category, type, title, created, date, tags
| category | type | title | created | date | tags | |||
|---|---|---|---|---|---|---|---|---|
|
|
Setting up Sanoid Syncoid on Proxmox | 2026-05-12T21:09:25 | 2026-05-12 |
- First off, create a user on both primary and backup host
adduser sanoid-user
- On the primary host, give that user permission to hold, send, and list snapshots
zfs allow -u sanoid-user send,snapshot,hold,list poolname/dataset
- On the backup host, give that user permission to receive and create datasets.
zfs allow -u sanoid-user receive,create,mount poolname/backup-dataset
- Generate key while logged in as
sanoid-useron the backup machine.ssh-keygen -t ed25519