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

Better feedback when using restic copy #2923

Closed
propeeves opened this issue Sep 14, 2020 · 3 comments · Fixed by #3513
Closed

Better feedback when using restic copy #2923

propeeves opened this issue Sep 14, 2020 · 3 comments · Fixed by #3513

Comments

@propeeves
Copy link

Output of restic version

restic 0.9.6 (v0.9.6-415-g97950ab8) compiled with go1.15.2 on linux/amd64

What should restic do differently? Which functionality do you think we should add?

When using restic copy, I feel like more feedback should be given to the user. Currently it prints one line about what snapshot/label it's operating on and then prints error messages it encounters. Additional info about what it's currently working on, and what %/amount of files it has left to work on would be very useful, even if it meant slower wait upfront.

What are you trying to do? What problem would this solve?

I'm currently trying to combine multiple repos I made previously into a single repo to reduce file size - they were made before I really understood the outline of restic repos and snapshots.

Did restic help you today? Did it make you happy in any way?

Restic is my goto for anyone looking for backup software suggestions - I love how easy it is to use while staying pretty faithful to the norms of terminal software. I also love how I can integrate it with rclone and backup to my not-so-well-known cloud provider as easily as the more famous ones.

@rawtaz
Copy link
Contributor

rawtaz commented Sep 14, 2020

Sounds like something the verbose option should do.

@MichaelEischer
Copy link
Member

Printing a progress in percent would require running a lot of the processing steps twice. On the other hand, just printing the currently processed files names would be relatively simple to implement.

I'm currently trying to combine multiple repos I made previously into a single repo to reduce file size

Deduplication between snapshots which originate from different repositories will only work partially.

@dkotik
Copy link

dkotik commented Feb 4, 2022

I am interested in this getting fixed up. What can I do to help? The PR looks like it only lacks approval.

@fd0 fd0 closed this as completed in #3513 Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants