mirror of
https://github.com/restic/restic.git
synced 2025-10-29 11:59:33 +00:00
* polish changelogs * Additional changelog polishing * fix test failure * Correct changelog for recover command --------- Co-authored-by: Leo R. Lundgren <leo@finalresort.org>
7 lines
257 B
Plaintext
7 lines
257 B
Plaintext
Enhancement: Add start and end timestamps to `backup` JSON output
|
|
|
|
The JSON output of the `backup` command now includes `backup_start` and
|
|
`backup_end` timestamps, containing the start and end time of the backup.
|
|
|
|
https://github.com/restic/restic/pull/5119
|