mirror of
https://github.com/restic/restic.git
synced 2026-06-07 01:19:44 +00:00
8471a359ee
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