I wonder if you could use rsync in some way, perhaps by piping the transfer in case the source server doesn't have enough space for a local zfs dump.
If I had room to do a "zfs send > phat_file" I would do that, and then rsync it over. But alas, we are moving this storage to a bigger storage due to the lack of room.
Rsync can do squat when it comes to "zfs send | rsync" since there is no seek on the pipe.
If "zfs send" had a mmaped device entry, OR, say like that of zvol /dev/zvol/dsk/ entry, we'd have something sexy :)
Lund -- Jorgen Lundman | <[email protected]> Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo | +81 (0)90-5578-8500 (cell) Japan | +81 (0)3 -3375-1767 (home) ------------------------------------------- illumos-discuss Archives: https://www.listbox.com/member/archive/182180/=now RSS Feed: https://www.listbox.com/member/archive/rss/182180/21175430-2e6923be Modify Your Subscription: https://www.listbox.com/member/?member_id=21175430&id_secret=21175430-6a77cda4 Powered by Listbox: http://www.listbox.com
