Merge pull request #2124 from Kidswiss/tar

Ability to dump folders to tar via stdout
This commit is contained in:
Alexander Neumann
2019-04-22 20:58:59 +02:00
6 changed files with 401 additions and 39 deletions

View File

@@ -0,0 +1,8 @@
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