With the open source ZFS file systm, an exact copy/snapshot can be produced using zfs snapshot
. This includes file-system level optimizations like deduplication. Further you can send these to a remote server that's listening with zfs receive
using zfs send
.
Can something similar be done with NetApp's WAFL? At the least I want to create a snapshot and export it to a file which I can transfer to another ONTAP instance and restore with.