rsync out of memory in flist_expand

2011-06-17 Thread Christophe Lyon
Hi, I have been using rsync for years to perform my backups, but since a few days it crashes with an out of memory error. I am running Ubuntu 11.04/x86_64, which ships rsync-3.0.8, and I have also tried with the git version. I can see the following messages: [generator] expand file_list pointer

show how much bytes transfered per rsynced file?

2011-06-17 Thread peter pilsl
We use rsync a lot to backup various stuff over bigger distances and its my project to look deeper into this backups to optimize backup. While its easy to make rsync print the size of the files it is transferring I didnt figure out how to determine how much bytes are actually transferred per

Re: show how much bytes transfered per rsynced file?

2011-06-17 Thread Carlos Carvalho
peter pilsl (pi...@goldfisch.at) wrote on 17 June 2011 15:22: While its easy to make rsync print the size of the files it is transferring I didnt figure out how to determine how much bytes are actually transferred per file which is even more interesting. Use %b in --out-format. -- Please