error: Matching Variant not found
when repository is in format "D:/Repo" instead of "D:\\Repo"
#1104
Labels
A-filesystem
Area: Related to the Filesystem in one way or the other
A-ui-ux
Area: Related to user interfaces and user experience
C-bug
Category: Something isn't working as expected
This is my Windows configuration:
When I launch
rustic --log-level trace -P "C:/Users/Jack/Desktop/testconf" init
, I receive this:I tried the following combinations:
repository = "D:/Backup"
source = "C:/Test"
repository = "/D/Backup"
source = "C:/Test"
init
atC:\D\Backup
,backup
okrepository = "D:\\Backup"
source = "C:\\Test"
init
ok,backup
cannot find filesrepository = "D:\\Backup"
source = "C:/Test"
init
ok,backup
okWhy it is not possible to use
repository = "D:/Backup"
, orsource = "C:\\Test"
?Even with `source = "C:/Test", in the log file I read this:
Assuming I delete the source folder "C:/Users/Jack/Desktop/Test", and I want to restore from backup, which extract directory and format should I use in Windows to have
rustic restore
to recreate exactly that folder?The text was updated successfully, but these errors were encountered: