How to do "diff" with local files on Windows #1333
Replies: 5 comments
-
No one who could help here? |
Beta Was this translation helpful? Give feedback.
-
Can you please provide the output of those commands? "Doesn't work" is unfortunately not helpful to find out reasons why it isn't working... |
Beta Was this translation helpful? Give feedback.
-
Thanks for coming back on this. I run the following four commands (on Windows 11 using rustic v0.9.4) and get the following outputs:
|
Beta Was this translation helpful? Give feedback.
-
Found the solution here: rustic/issues/998 |
Beta Was this translation helpful? Give feedback.
-
The problem is that the syntax |
Beta Was this translation helpful? Give feedback.
-
None of the following commands worked:
rustic.exe --repository %repo_rustic% --password-file %pwdfile% diff --only-identical 5f1d4829 "D:\test"
rustic.exe --repository %repo_rustic% --password-file %pwdfile% diff --only-identical 5f1d4829 "D/test"
rustic.exe --repository %repo_rustic% --password-file %pwdfile% diff --only-identical 5f1d4829 "D\test"
rustic.exe --repository %repo_rustic% --password-file %pwdfile% diff --only-identical 5f1d4829 "/D/test"
Could someone help me please
Beta Was this translation helpful? Give feedback.
All reactions