-
Notifications
You must be signed in to change notification settings - Fork 1
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
Possibility to ignore warning bout empty/no volumes #16
Comments
All your xmls will be backed up if you do a flash backup, they will be in this directory in the zip: Maybe this will help you. |
Hey OrbitingOcelot, thanks a lot for the clue of finding the source .xml files. The .xml files still being backed up. But in case there's no volume in the container I'll get a warning message in log and also a mail notification. This should not be really a warning case. Just an information that it doesn't make much sense to backup an "empty" container. I like my container backups all in the same place. Actually I'm ignoring that warning by adding a dump volume Otherwise I have to delete 6 mails instead of 2 (start + stop[+incl. log]) as I owe 4 containers without a volume. |
I found that if you list the volumes in the "exclude" section, the error/warning goes away. And I believe the dev already mentioned on the unraid forums that volumes will be supported in the next version :) |
You got me wrong. The warning message appears if you don't have any volume attached to your container. It's just the notification or warning about the "non-volume" containers. The Code can be found here: The the only thing that should be changed in my opinion is |
Well, I guess we mean the same thing. The root of the confusion is that the appdata backup script calls "volumes" what in docker lingo is in fact a "bind mount". Volumes in docker are a separate thing, and incidentally since last update there were problems with "real" volumes, there is another issue open for that. I was using the docker terminology as I am used to it, but I understand what you mean. |
You are right, the naming is a bit confusing. Anyway, if a container has no volumes left, because it has nothing to backup/no mappings, just set "Skip?" to "Yes". The template xml still gets backed up! |
Ah great, thank you for the information. I just run a backup and there's no more warning message. |
It skips the backup. The xml are not backed up from dockerMans point of view. I just sace the whole user-templates folder |
Hi Commifreak,
thanks for you add-on. It's really helpful, but since the new version I'll get a lot of warning messages about containers without any volumes. For example:
[⚠️][phpmyadmin] phpmyadmin does not have any volume to back up! Skipping. Please consider ignoring this container.
It would be nice to see a ignore checkbox for "empty containers" in settings so that the settings xml of this container still got backup.
The other possibility to add this function individually per docker container to the dropdown menu e.g. "ignore emptiness".
I also added a start notification in pre-script maybe it's possible to also add this natively in settings.
best regards
realizelol
The text was updated successfully, but these errors were encountered: