mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 14:56:29 +00:00
11 lines
327 B
Plaintext
11 lines
327 B
Plaintext
|
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
|