We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is no warning if a backup directory for target already exists.
fopus --dir foo/
Fopus creates backup directory in the first call. In the next call, it will overwrite every file from the previous backup.
Warn the user about an existing backup of the same target and ask if user really wants to overwrite the backup or exit.
The text was updated successfully, but these errors were encountered:
A fix is present in commit 1bfbfa8.
Sorry, something went wrong.
9c3df95
guimspace
No branches or pull requests
Bug description
There is no warning if a backup directory for target already exists.
To Reproduce
fopus --dir foo/
twice in sequenceActual behavior
Fopus creates backup directory in the first call. In the next call, it will overwrite every file from the previous backup.
Expected behavior
Warn the user about an existing backup of the same target and ask if user really wants to overwrite the backup or exit.
The text was updated successfully, but these errors were encountered: