• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

rsync taking too much time

 
Ranch Hand
Posts: 196
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using rsync protocol to synchronize files from my machine to remote server.I have 60,000 files (size 6 kb each).
Now the problem is that after running for about 2 hrs it just does not exit.
It just waits after completing the sync process.
I have a proxy timeout of 30 mins.
I have added timeout option with rsync but then also it remains idle for that duration (duration of timeout).
So if the timeout is 1 hr then the total time taken by rsync to complete is (2+1)hrs.
Is there any other way i can effectively use rsync?My intention is to make rsync take less time to sync.
thanks,
ajse
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic