From d32c7c2aba85051ac2c856ec9f00cec332f343f6 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 25 Nov 2018 12:54:25 +0100 Subject: [PATCH] Rework changelog for #2085 --- changelog/unreleased/pull-2086 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/changelog/unreleased/pull-2086 b/changelog/unreleased/pull-2086 index 2c6b9ecea..5c033e750 100644 --- a/changelog/unreleased/pull-2086 +++ b/changelog/unreleased/pull-2086 @@ -1,10 +1,7 @@ Enhancement: Allow --files-from to be specified multiple times -This change should help with managing backup sources as source paths -can be specified in multiple files. -Usage: +Before, restic took only the last file specified with `--files-from` into +account, this is now corrected. -restic backup --files-from afile --files-from anotherfile .. - -https://github.com/restic/restic/pull/2086 https://github.com/restic/restic/issues/2085 +https://github.com/restic/restic/pull/2086