-
Notifications
You must be signed in to change notification settings - Fork 117
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
How to check backup progress? #54
Comments
I encountered the same issue. It looks like restic output is written to |
Thanks! For others also wanting to check progress, here's how to do it. You can execute the commands directly on the host system (you don't need to be inside the container for this to work):
|
I would like to check the progress of my backups but have been unable to get the progress to print using
SIGUSR1
, as documented in the restic docs.The steps I followed inside the Docker container are:
Send
SIGUSR1
signal to PID97
No progress is printed to
/var/log/cron.log
.I also tried viewing stdout for PID
97
withtail -f /proc/97/fd/1
, but still nothing, unfortunately.The text was updated successfully, but these errors were encountered: