Re: accurate progress for UI

2008-01-30 Thread Paul Slootman
On Wed 30 Jan 2008, Fabian Cenedese wrote: > At 06:35 30.01.2008 -0500, Robert DuToit wrote: > >On Jan 30, 2008, at 3:46 AM, Paul Slootman wrote: > >> > >>Do note that disabling the incremental recursion will impact the > >>performance, esp. with a large number of files. > > > >I did some tests (I

RE: accurate progress for UI

2008-01-30 Thread Fabian Cenedese
At 06:35 30.01.2008 -0500, Robert DuToit wrote: >On Jan 30, 2008, at 3:46 AM, Paul Slootman wrote: >> >>Do note that disabling the incremental recursion will impact the >>performance, esp. with a large number of files. > >I did some tests (I am becoming the OSX rsync_3 benchmark guy!) and >for 1

RE: accurate progress for UI

2008-01-30 Thread Robert DuToit
On Jan 30, 2008, at 3:46 AM, Paul Slootman wrote: Do note that disabling the incremental recursion will impact the performance, esp. with a large number of files. I did some tests (I am becoming the OSX rsync_3 benchmark guy!) and for 15GB Home folder, there was only a slight difference in

Re: accurate progress for UI

2008-01-30 Thread Paul Slootman
On Tue 29 Jan 2008, Robert DuToit wrote: > Thanks Matt, > That does it. I know at least there is the option now. Rob Do note that disabling the incremental recursion will impact the performance, esp. with a large number of files. Paul Slootman -- To unsubscribe or change options: https://list

Re: accurate progress for UI

2008-01-29 Thread Robert DuToit
Thanks Matt, That does it. I know at least there is the option now. Rob On Jan 29, 2008, at 2:34 PM, Matt McCutchen wrote: On Tue, 2008-01-29 at 14:25 -0500, Robert DuToit wrote: I made a Mac UI application and am running rsync 3 from "do shell script" (applescript) and am trying to parse the

Re: accurate progress for UI

2008-01-29 Thread Matt McCutchen
On Tue, 2008-01-29 at 14:25 -0500, Robert DuToit wrote: > I made a Mac UI application and am running rsync 3 from "do shell > script" (applescript) and am trying to parse the output so I can get a > progress bar to give a fairly true reading of size , or # of files, > copied. I notice that th