ZFS, How to Move Filesystem Data from Dataset to Dataset Within the Same ZPOOL
All,
I have a ZPOOL with 70TB of data that needs to have all of its data relocated to another "dataset" within that same ZPOOL. We cannot use "mv" or any command that requires a long period of time because the application that uses it cannot afford the long downtime to complete that move using standard Solaris 10 I/O buffering.
My thought was to somehow create a snapshot or use some "send/recv" ZFS mechanism for accomplishing this task.
Any ideas would be most appreciated... Thanks!!
-Tom