-
Notifications
You must be signed in to change notification settings - Fork 141
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
--exclude-if-present .nobackup option got lost when upgrading #1863
Comments
Can be fixed manually by adding |
@diivi is this related to / caused by your exclude gui changes? |
Yeah, I think the exclude-if-present option was commented out with this PR - https://github.com/borgbase/vorta/pull/1846/files#diff-2559f308260b3597027f7b0650bc98f2783fbb1ed513a244a3ccb4756256d11cL180 |
Yes, we didn't have time to do this properly and my theory is that the feature wasn't used widely. So I'd like to see if it was used much and then maybe redo it with a new dialog. |
Put this in the changelog to avoid confusion. |
This appears to be an issue in the official 0.9.1 release. I noticed Vorta running much longer than normal this morning and saw that it was backing up files that were previously excluded, and the .nobackup exclusion was no longer there. |
This option isn't implemented in the new exclusion dialog yet. See the release logs for breaking changes and a simple workaround: |
Just my vote to bring this back since it just almost borked ;-) my backups and I heavily rely on the possibility of specifying a |
Maybe I can elaborate on how this missing feature from the new version can "bork" a backup in order to create some understanding of the severity of dropping an existing feature in a 0.x release. One of my backup targets is OneDrive which gets mounted under |
We need an idea (mockup) how reincorporate this feature into the GUI before we can start implementing anything. |
My thought is to add this to the Manage Excluded Items popup window, and rename that window to "Manage Excluded Items" instead of "Add patterns to exclude." A new tab could be added for this, and the Preview tab could also report what exclude-if-present files are included. By default, maybe the .nobackup item is listed under the new Folders tab, but not checked. If it is not desirable from a programming standpoint to have multiple exclude-if-present files, then instead of a list under the Folders tab, perhaps it could just be a single checkbox option "Exclude folder from the backup if a file named .nobackup is present in that folder" (or similar wording to what was previously used). |
+1 for adding this feature back. I was just about to do a backup and suddenly a bunch of folders I specifically didn't want to get backed up (some extremely large Github repos I cloned for testing), almost took my raspberry pi server down because it was so large 😓 |
This is great!! I appreciate the work on this. My thoughts on the UI:
|
Resolved in PR #2016! Thank you for your patience and feedback. If you encounter issues with this, please open a new issue. |
Note, this is a major bug, not minor. It caused all of my backups to exceed their quotas when the vorta auto-upgrader suggested applying the update. You need a very, very, very large warning in the update dialog if exclusion files are configured because the failure case can be gigs of incomplete backups. |
Description
Before upgrade:
After upgrade:
--exclude-if-present .nobackup
just got lost (I did not remove it manually) and I noticed it because that backup contained files that were previously excluded by that.Environment
The text was updated successfully, but these errors were encountered: