osync icon indicating copy to clipboard operation
osync copied to clipboard

Optionally show progress for rsync steps

Open robspearman opened this issue 4 years ago • 4 comments

This is a feature request to be able to report progress of the sync back to the user.

In the past I have parsed the output from rsync --progress and used this to create a percent complete measurement that was helpful.

robspearman avatar Aug 03 '20 19:08 robspearman

Have you had a look at RSYNC_OPTIONAL_ARGS in the config file ?

deajan avatar Sep 21 '20 20:09 deajan

Hello, just looking for the same but appending --progress to RSYNC_OPTIONAL_ARGS is not working. Any suggestions?

latimeria68 avatar Jan 08 '22 22:01 latimeria68

Since osync runs rsync in background, there's really no easy way to get progress. The only way to get this to work would be to redirect rsync output to another fd, rendering osync incompatible with proabably a lot of other OSes. Sorry, that isn't a feature I can easily consider.

deajan avatar Apr 18 '22 21:04 deajan

This could make use of command_runner package in osync v2 in order to show progress.

deajan avatar Apr 19 '22 21:04 deajan