LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   rsync buffer issue (https://www.linuxquestions.org/questions/linux-software-2/rsync-buffer-issue-589493/)

kapilcool 10-04-2007 04:51 PM

rsync buffer issue
 
Hi,
I am trying to trransfer a directory with lots of files. Rsync come up with out of buffer error after 2 hours. Is teher any way to avoid the memory buffer issue on rsync? Can you force rsync to dump the files after 1 hour or after set number of MBs?

Thanks
Kapil

Quigi 10-05-2007 11:12 AM

Hi Kapil,
I never got that memory buffer error myself. What do you mean with "dump the files"? Maybe you want option --partial?
/Quigi

kapilcool 10-08-2007 03:00 PM

I mean rsync is getting out of swap space as it collects the name of the files before starting the file move/sync. is there any way to start and empty the list os files from the buffer to the destination directory so the next batch of transfer can carry on.

chrism01 10-08-2007 08:34 PM

You can call it in a bash loop and pass it some kind of wildcard that indicates a sub-list of all the files you want txfrd; eg by name or date.


All times are GMT -5. The time now is 11:49 AM.