mirror of
https://github.com/restic/restic.git
synced 2026-07-30 11:04:54 +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