mirror of
https://github.com/restic/restic.git
synced 2025-04-26 08:00:48 +00:00

With this change it is possible to dump a folder to stdout as a tar. The It can be used just like the normal dump command: `./restic dump fa97e6e1 "/data/test/" > test.tar` Where `/data/test/` is a a folder instead of a file.