Skip to content
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

Always clean tmp backups & prevent legacy backup #4560

Closed
wants to merge 1 commit into from

Commits on Mar 7, 2022

  1. Always clean tmp backups & prevent legacy backup

    - If backup fails for any reason (exp I/O): prevent creating legacy backups or backups with lower iterations count
    - If for some reason the decryption takes too long to finish (CPU overloaded during decryption), and decryption needs to fall back to previous version or legacy, new temp files can be created and old ones will not be removed. This patch ensure that any created temp files are properly deleted
    PhilZ-cwm6 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    f0beda9 View commit details
    Browse the repository at this point in the history