I recently created a cluster after adding a second node to my network. I've been using my first node as a ZFS storage for my network and would like to replication the ZFS array on the 2nd node. Lets call the original node server1 and the ZFS pool zfs1 with ip x.x.x.1 and the 2nd node server2 and the zfs pool zfs2 with ip x.x.x.2 . Is this the correct command to create a recurring sync
Am I missing something or is there a better command for this type of thing
pve-zsync create --source x.x.x.1:zfs1/directory --dest x.x.x.2:zfs2/directory |
---|