2
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-09-06 09:02:13 +02:00
restic/changelog/0.9.5_2019-04-23/pull-2124

9 lines
321 B
Text
Raw Normal View History

Enhancement: Ability to dump folders to tar via stdout
We've added the ability to dump whole folders to stdout via the `dump` command.
Restic now requires at least Go 1.10 due to a limitation of the standard
library for Go <= 1.9.
https://github.com/restic/restic/pull/2124
https://github.com/restic/restic/issues/2123