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

pass '--progress' during emborg create #39

Closed
0xConnorRhodes opened this issue Feb 13, 2021 · 3 comments
Closed

pass '--progress' during emborg create #39

0xConnorRhodes opened this issue Feb 13, 2021 · 3 comments

Comments

@0xConnorRhodes
Copy link

I would like to pass the '--progress' option to Borg when running emborg create. This will allow me to monitor the progress of an Enborg backup (which I usually run interactively.) It would also be cool to have a show_progress setting in the config file allowing the user to configure Emborg to always show progress. Basically, I would like the same modification that was done in #28, but for the '--progress' options.

You can find out more about Borg's progress option here. (I've also quoted the text below.)

The --progress option shows (from left to right) Original, Compressed and Deduplicated (O, C and D, respectively), then the Number of files (N) processed so far, followed by the currently processed path.

@KenKundert
Copy link
Owner

Okay, good suggestion. I have added it in the version on github. I have added the --progress command line option on the create command, and the show_progress option in the Emborg settings files.

Please try it out and let me know if it meets your expectations.

@0xConnorRhodes
Copy link
Author

Yes. This is perfect I tested it both with --progress and show_progress = True.

Thanks for the awesome project!

@KenKundert
Copy link
Owner

I have update emborg in PyPi. New version is 1.20.

Thanks!

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

No branches or pull requests

2 participants