Scot wrote on 4/12/19 12:06 PM:
NFS and SMB are very chatty and most of these tools are single-threaded,
so you will have lots of delays during round trips. Also if you have a
lot of small files you have a ton of creation/acl operations which are
also single threaded.
That's the big advantage of robocopy. It can have many copies in flight
at the same time. Parallelizing them like this lets the bandwidth of
these pauses from one thread be used by the other threads.
> Has anyone used rsyncd on the Isilon ?
I've used rsync, but not rsyncd. Works fine, but not ACL aware IIRC.
> Also I can mount the Celerra share on a node but that definatly does
> mess up ACLs because of root and access zones.
try "isi_run" to run your rsync in the context of whatever zone you are
copying into. Unsupported, YMMV, I have not tried this with rsync.
danno