Enhancement: Add `dump` command

We've added the `dump` command which prints a file from a snapshot to
stdout. This can e.g. be used to restore files read with `backup --stdin`.

https://github.com/restic/restic/issues/510
https://github.com/restic/restic/pull/1346