You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-R Generate a replication stream package, which will replicate the specified filesystem, and all descendent file systems, up to the named snapshot. When received, all properties, snapshots, descendent file systems, and clones are preserved.
I want to preserve filesystem properties:
poola/datafiles compression lz4 inherited from poola
Centos 7.03
kernel-ml.x86_64 4.9.9-1.el7.elrepo @elrepo-kernel
zfs.x86_64 0.6.5.9-1.el7_3.centos @zfs
spl.x86_64 0.6.5.9-1.el7_3.centos @zfs
According to the man page:
-R Generate a replication stream package, which will replicate the specified filesystem, and all descendent file systems, up to the named snapshot. When received, all properties, snapshots, descendent file systems, and clones are preserved.
I want to preserve filesystem properties:
poola/datafiles compression lz4 inherited from poola
Command to replicate :
zfs send -R poola/datafiles@today | ssh root@10.0.2.11 -C "zfs receive -F poolb"
Note: zfs filesystem datafiles does not exist on the target pool
After replication:
poolb/datafiles compression off default
I can't seem to replicate while preserving properties such as compression, dedupe, atime, etc.....
How can I replicate while preserving properties so NFS mounts and such come across?
The text was updated successfully, but these errors were encountered: