Hey!, learn something new every day!

Thanks!,
rgh.


Neil Bothwick wrote:

On Tue, 05 Apr 2005 12:31:04 -0400, Robert G. Hays wrote:



tar does have one drawback that may or nay not matter to you -- it needs
somewhere to put the tarball. The obvious answer is to put it on your new, blank, drive.



It doesn't need to create a tarball file at all. By default, tar uses stdout, you need the -f option to use a file, so you can copy a partition with

tar -cl /source | tar -xC /dest/

I still prefer rsync for this though.





-- gentoo-user@gentoo.org mailing list



Reply via email to