copying milllions of small files and millions of dirs

Mark Felder feld at FreeBSD.org
Mon Aug 19 17:41:26 UTC 2013


On Fri, Aug 16, 2013, at 1:46, Nicolas KOWALSKI wrote:
> On Thu, Aug 15, 2013 at 11:13:25AM -0700, aurfalien wrote:
> > Is there a faster way to copy files over NFS?
> 
> I would use find+cpio. This handles hard links, permissions, and in case 
> of later runs, will not copy files if they already exist on the 
> destination.
> 
> # cd /source/dir
> # find . | cpio -pvdm /destination/dir
> 

I always found sysutils/cpdup to be faster than rsync.


More information about the freebsd-questions mailing list