1
0
mirror of https://github.com/restic/restic.git synced 2024-06-21 07:16:36 +02:00
restic/changelog/0.9.4_2019-01-06/pull-2086
2019-01-06 21:39:56 +01:00

8 lines
259 B
Plaintext

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