Displaying 1 result from an estimated 1 matches for "changedest".
Did you mean:
chan_dest
2012 Feb 22
0
RFC for new zfs replication tool
...DEFAULT to read-only? (probably?)
(Should it CREATE fs in pool? or just leave that to sync
zrep -S/sync ZFSfs remote destfs # copy/sync after initial snapshot created
zrep -S/sync all #special case, copies all zfs fs''s that have been
# initialized.
zrep -C/changedest ZFSfs remotehost destfs #changes configs for given ZFS
zrep -l/list (ZFSfs ...)#list existing configured filesystems, and their config
# Should also somehow list INCOMING zrep synced stuff?
# or use separate option for that? Possibly -L
zrep -s/status (ZFSfs) ?
z...