2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-06 02:50:50 +00:00
restic/changelog/0.6.1_2017-06-01/pull-974

8 lines
306 B
Plaintext
Raw Normal View History

2017-12-25 21:26:56 +00:00
Enhancement: Remove regular status reports
Regular status report: We've removed the status report that was printed
every 10 seconds when restic is run non-interactively. You can still force
reporting the current status by sending a `USR1` signal to the process.
https://github.com/restic/restic/pull/974