On Mon, 2008-01-14 at 17:05 +0100, Sylvain Gargasson wrote: > I want use you product to migrate 4TB of data (in 150 millions files) > > When rsync make the list of files it full my RAM and after my SWAP and my > server crash.
Use a development version of rsync 3.0.0, which has an incremental recursion mode that avoids keeping a list of all the source files in memory for the entire run. The source code for the latest pre-release of rsync 3.0.0 is at: http://rsync.samba.org/ftp/rsync/rsync-3.0.0pre8.tar.gz Matt -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
