Re: Progrees meter in scp

2006-10-31 Thread João Schmutz
Sorry, it really is showing the total percentage in the end of the line.  62 100%  0.00kB/s    0:00:00  (1, 0.0% of 27084)    16384 100%  179.78kB/s    0:00:00  (12, 0.1% of 27084)    426 100%    52.00kB/s    0:00:00  (42, 0.2% of 27084).    3126 100%    5.15kB/s    0:00:00

Re: Progrees meter in scp

2006-10-31 Thread Debian User
m01:~# sync -rP backup/ [EMAIL PROTECTED]:/home/joao/backup/m01:~# rsync -r --progress backup/ [EMAIL PROTECTED]:/home/joao/backup/but this does not show the everything the progress.-- AttDebian User Geek by nature, linux by choice

Re: Progrees meter in scp

2006-10-31 Thread Stephen R Laniel
On Tue, Oct 31, 2006 at 01:37:48PM -0300, Debian User wrote: > but this does not show the everything the progress. It should, in fact, show the overall progress. Can you send us the output of that command? -- Stephen R. Laniel [EMAIL PROTECTED] Cell: +(617) 308-5571 http://laniels.org/ PGP key:

Re: Progrees meter in scp

2006-10-31 Thread Stephen R Laniel
On Tue, Oct 31, 2006 at 01:05:19PM -0300, Debian User wrote: > But I have that to transfer 8000 archives, necessary to have a statistics of > the total progress. Old scp had a bar of total progress, now does not have > more. :-( rsync will do that for you. rsync -aP [source directory] [dest direc

Re: Progrees meter in scp

2006-10-31 Thread Debian User
But I have that to transfer 8000 archives, necessary to have a statistics of the total progress. Old scp had a bar of total progress, now does not have more. :-(Thank you-- AttDebian User Geek by nature, linux by choice

Re: Progrees meter in scp

2006-10-31 Thread Olafur Jens Sigurdsson
Þann 2006-10-31, 12:48:13 (-0300) skrifaði Debian User: > Hello > > how to make to appear the bar of progress in scp ? the progress bar is there by default, you turn it of by the -q switch (so if it is not there for you now then you have maby set an alias for it that uses the -q switch). HTH Ol

Re: Progrees meter in scp

2006-10-31 Thread Stephen R Laniel
On Tue, Oct 31, 2006 at 12:48:13PM -0300, Debian User wrote: > how to make to appear the bar of progress in scp ? scp displays progress *percentages*, but not a bar. Whenever possible, try using rsync instead, with the -P option. -- Stephen R. Laniel [EMAIL PROTECTED] Cell: +(617) 308-5571 http

Re: Progrees meter in scp

2006-10-31 Thread Debian User
Sorry, my English is bad, i am brazilian, i want the bar of progress of the everything.-- AttDebian UserGeek by nature, linux by choice

Re: Progrees meter in scp

2006-10-31 Thread Stephen R Laniel
On Tue, Oct 31, 2006 at 03:58:18PM +, Olafur Jens Sigurdsson wrote: > > how to make to appear the bar of progress in scp ? > the progress bar is there by default, you turn it of by the -q switch > (so if it is not there for you now then you have maby set an alias for > it that uses the -q switc