Allow --files-from multiple times

Fixes https://github.com/restic/restic/issues/2085
This commit is contained in:
Joe Groocock
2018-11-12 16:54:37 +00:00
committed by Alexander Neumann
parent c8fc72364a
commit 09e9b74cbd
4 changed files with 43 additions and 23 deletions

View File

@@ -0,0 +1,10 @@
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:
restic backup --files-from afile --files-from anotherfile ..
https://github.com/restic/restic/pull/2086
https://github.com/restic/restic/issues/2085