Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally show progress for rsync steps #209

Open
robspearman opened this issue Aug 3, 2020 · 4 comments
Open

Optionally show progress for rsync steps #209

robspearman opened this issue Aug 3, 2020 · 4 comments

Comments

@robspearman
Copy link

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.

@deajan
Copy link
Owner

deajan commented Sep 21, 2020

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

@latimeria68
Copy link

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

@deajan
Copy link
Owner

deajan commented Apr 18, 2022

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 deajan added the osync2 label Apr 19, 2022
@deajan
Copy link
Owner

deajan commented Apr 19, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants