collective.recipe.backup additional and filestorage
Bug #572124 reported by
Jean Jordaan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
collective.buildout |
New
|
Undecided
|
Unassigned |
Bug Description
In my [filestorage] buildout part, I have:
location = var/filestorage
The collective.
I think it will work if I jam the directory into the additional_
additional_
catalog/
another/
but I think this is unintentional.
Ideally, the [backup] part should be able to let additional_
Would this be possible?
To post a comment you must log in.
Well, the backup recipe is intended to allow easy backups: "drop in these two lines and your backup script is ready".
So if you can make it work with auto-detecting collective. recipe. filestorage part(s): fine with me. I can't see right away how easy that would be: the part(s) can be named anything, so you'd have to detect the used recipe somehow.
If it would make the recipe's code 2 times as big, a small shell script to replace bin/backup would be better :-)