From 4b2d3b15a260cab5398f27bf8a4b546aaaeadea4 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Tue, 3 Apr 2018 20:42:06 +0200 Subject: [PATCH] Add entry to changelog --- changelog/unreleased/issue-1608 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/issue-1608 diff --git a/changelog/unreleased/issue-1608 b/changelog/unreleased/issue-1608 new file mode 100644 index 000000000..f29812204 --- /dev/null +++ b/changelog/unreleased/issue-1608 @@ -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