How to do "diff" with local files on Windows #1333
AxelPetermann
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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