Re: rsync overall progress patch

2012-01-18 Thread Kevin Korb
to:k...@sanitarium.net>> > To: rsync@lists.samba.org <mailto:rsync@lists.samba.org> Cc: Date: > Tue, 17 Jan 2012 19:53:45 -0500 Subject: Re: rsync overall progress > patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > > Rsync does not know what files it will need to send until i

Re: Re: rsync overall progress patch

2012-01-18 Thread Victor Denisov
nd of progress. It will not be very good progress(since it can go fast or slow), but it can present some indication. From: Kevin Korb To: rsync@lists.samba.org Cc: Date: Tue, 17 Jan 2012 19:53:45 -0500 Subject: Re: rsync overall progress patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rsync doe

Re: rsync overall progress patch

2012-01-17 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rsync does not know what files it will need to send until it is finished (or transferring the last file that it needs to transfer). Also, when doing delta transfers it has no idea how much of a particular file it will have to transfer until it is done

rsync overall progress patch

2012-01-17 Thread Victor Denisov
Hi everyone, I'm trying to implement calculation of overall progress for rsync. Currently it shows progress only on per file basis. So I need for the feature size of all files to be synced - this is obvious and already exists in the code. I can calculate size of transferred files, but I can't fi