Merge pull request 2086 from frebib/fix-2085

Allow --files-from multiple times
This commit is contained in:
Alexander Neumann
2018-11-25 13:21:29 +01:00
4 changed files with 40 additions and 23 deletions

View File

@@ -0,0 +1,7 @@
Enhancement: Allow --files-from to be specified multiple times
Before, restic took only the last file specified with `--files-from` into
account, this is now corrected.
https://github.com/restic/restic/issues/2085
https://github.com/restic/restic/pull/2086