On 09/07/2018 02:22 PM, Ranjan Maitra wrote:

I was doing this and it is definitely faster than rsync:

cd /drive1
tar cf - uncopieddir1 uncopieddir2 ... | ( cd /drive2 ; tar xf - )

But, after about 16 hours, I am only 229G in (out of 3.7T). This is much slower 
than the other thread with USB drives which did 400GB in 8 hours.

Try this:

# cd /drive1

# find . -print -depth | cpio -pdm /drive2


--
Tim Evans                       |   5 Chestnut Court
                                |   Owings Mills, MD 21117
                                |   443-394-3864
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to