-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bogus "Config file does already exist:" error #35
Comments
I can confirm that I need to use the The command that works for me (for others' reference):
I'm using Debian Testing (bullseye/sid). I compiled
where |
Hello, Actually I added this flag to prevent accidental overwriting one's backups. This may not be intuitive but is safer as the other way round. |
Maybe we should keep a list of files that were created while this tool was running (simple hashmap should do) and not show this error for those files. |
Thank you, but I don't understand - of course it's a good idea to require confirmation before clobbering an existing backup, but why is it required when doing a fresh extract, when there's no existing backup to be overwritten? |
Hey, if you want to, you could check the code in the |
Sorry, I misread your issue report. I thought you are talking about a subsequent run. I didn't notice that the problem occurs on the first run. Thanks, @pajowu ! |
This should be fixed with version 0.2.3, which will be in crates.io in a few minutes |
Hi,
I invoked
signal-backup-decode
in an empty directory as follows:and the program bails with:
Running it with
-f
does indeed allow it to proceed without error, but I don't understand why the error is occurring in the first place, and whether using `-f' is causing the program to clobber some file.Thanks again for this great utility!
The text was updated successfully, but these errors were encountered: