mirror of
https://github.com/restic/restic.git
synced 2025-08-12 15:37:40 +00:00
Allow --files-from multiple times
Fixes https://github.com/restic/restic/issues/2085
This commit is contained in:

committed by
Alexander Neumann

parent
c8fc72364a
commit
09e9b74cbd
10
changelog/unreleased/pull-2086
Normal file
10
changelog/unreleased/pull-2086
Normal 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
|
Reference in New Issue
Block a user