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

Showing during the backup the progress in percentage of every single location #377

Open
nicfab opened this issue May 14, 2024 · 0 comments

Comments

@nicfab
Copy link
Sponsor

nicfab commented May 14, 2024

Hi!
I am new to autorestic.
I didn't find any resources related to the subject.
It will be helpful, during the backup, to show the percentage related to the progress status.
Currently, after running the backup of a single location via the command autorestic -v backup -l locationname I see only:

Backing up location "locationname"

Running hooks
> echo "Checks"
> Executing: /opt/homebrew/bin/bash -c echo "Checks"
Checks

Running hooks
> curl -m 10 --retry 5 -X POST -H "Content-Type: text/plain" --data "Starting backup for location: ${AUTORESTIC_LOCATION}" https://hc-ping.com/<code>/start
> Executing: /opt/homebrew/bin/bash -c curl -m 10 --retry 5 -X POST -H "Content-Type: text/plain" --data "Starting backup for location: ${AUTORESTIC_LOCATION}" https://hc-ping.com/<code>/start
OK
Backend: backendname
> Executing: /opt/homebrew/bin/restic backup --tag locationname --tag ar:location:locationname PATH
no parent snapshot found, will read all files

As you can see, the last two rows show only that the backup started, but I cannot know how many files, the percentage status, etc.

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

1 participant