Feature proposal regarding rsync client's progress output

Wayne Davison wayned at samba.org
Thu Jan 12 18:02:35 GMT 2006


On Thu, Jan 12, 2006 at 06:06:20PM +0100, Frank 'xraz' Fricke wrote:
> While i like [\r] very much on terminals, it gets me into
> trouble with scripts evaluating that progress-output.

One solution is to run the output of rsync through "tr" to ask it to
change all the CRs into LFs:

  rsync -av --progress src/ dest/ | tr '\r' '\n'

..wayne..


More information about the rsync mailing list