Displaying 1 result from an estimated 1 matches for "comparestores_2".
Did you mean:
  comparestores_3
  
2001 Nov 15
3
rsync takes way too long to perform this....
rsync -avnp remote::gif/ `find /home/www/html/ -maxdepth 1
-name "*.[j,g][pg,if]*"` /tmp/
If I run this on the local machine, the rsync server, it takes this
long:
---> root@server (0.34)# time find /home/www/html/ -maxdepth 1
-name "*.[j,g][pg,if]*" -type f
/home/www/html/comparestores_2.jpg
/home/www/html/home.jpg
/home/www/html/comparestores_3.jpg
/home/www/html/specialoffer_apparel.jpg
/home/www/html/bike_gary.gif
/home/www/html/gary_bike.gif
/home/www/html/none.gif
 
real    0m0.015s
user    0m0.000s
sys     0m0.000s
However if I run it from a client, it will take forever. Too...