mirror of
https://github.com/restic/restic.git
synced 2026-04-19 11:19:26 +00:00
Some time ago we changed the paths in the repo to always use a slash for separation, it seems we missed that the `dump` command still uses the `filepath` package, so on Windows backslashes are used. Closes #2079