1
0
mirror of https://github.com/restic/restic.git synced 2024-06-24 07:46:38 +02:00

Add entry to changelog

This commit is contained in:
Alexander Neumann 2018-04-03 20:42:06 +02:00
parent 4e2a87c920
commit 4b2d3b15a2

View File

@ -0,0 +1,7 @@
Bugfix: Respect time stamp for new backup when reading from stdin
When reading backups from stdin (via `restic backup --stdin`), restic now uses
the time stamp for the new backup passed in `--time`.
https://github.com/restic/restic/issues/1608
https://github.com/restic/restic/pull/1703