Le 28 juil. 09 à 15:54, Darren J Moffat a écrit :

> How do I monitor the progress of the transfer?  Once

Unfortunately there is no easy way to do that just now. When the 'zfs recv' finishes is it is done.

I've just found pv (pipe viewer) today (http://www.ivarch.com/programs/pv.shtml ) which is packaged in /contrib (http://pkg.opensolaris.org/contrib/p5i/0/pv.p5i ).

You can do

  zfs send -R oldp...@sendit | pv -s 3T | zfs recv -vFd newpool

and you'll see a message like that:

8GO 0:00:05 [5,71GO/s] [=> ] 7% ETA 0:00:58

A nice and simple way to get a progress report!

Gaëtan


--
Gaëtan Lehmann
Biologie du Développement et de la Reproduction
INRA de Jouy-en-Josas (France)
tel: +33 1 34 65 29 66    fax: 01 34 65 29 09
http://voxel.jouy.inra.fr  http://www.itk.org
http://www.mandriva.org  http://www.bepo.fr

Attachment: PGP.sig
Description: Ceci est une signature électronique PGP

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to