Re: out-format in one line

2023-01-28 Thread Wayne Davison via rsync
On Sat, Jan 28, 2023 at 1:22 AM Michael Homscheidt wrote: > I use rsync with the option --out-format '%o %n‘ but want to have the > contents of the mesages to be overwritten. You can't make rsync do that directly, but you can filter the output. For instance, the following python3 script runs

out-format in one line

2023-01-28 Thread Michael Homscheidt via rsync
Hello, I use rsync with the option --out-format '%o %n‘ but want to have the contents of the mesages to be overwritten. This means that the actual message while synchronisation shall overwritte the previous one. Therefore i wanted to add a carriage return ‚\r‘ at the end of the —out-format