NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
cgreentx
Oct 07, 2006Guide
Rsync slow as heck for everyone else???
I'm running rsync with a unix box on the same gigabit switch and it is ridiculously slow. So severely slow that it copied 200ish MB in about 3 hours. That's pretty harsh. Any ideas? Chris Green
Arwen
Oct 08, 2006Aspirant
Here are the "rsync" parameters I am using for my backups.
Note that I leave off the individual file printing, (which in your
case should make little difference).
rsync -x -aH --delete --stats SOURCE DESTINATION
If you don't have any hard links, leave off the "H". Makes
the directory scan faster.
Note that I leave off the individual file printing, (which in your
case should make little difference).
rsync -x -aH --delete --stats SOURCE DESTINATION
If you don't have any hard links, leave off the "H". Makes
the directory scan faster.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!