collective.recipe.backup doesn't honor "keep" configuration for "additional_filestorages"

Bug #408224 reported by Vincent Fretin
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
collective.buildout
Fix Released
High
Maurits van Rees

Bug Description

With collective.recipe.backup 1.0 with the following configuration:

[backup]
recipe = collective.recipe.backup
keep = 2
full = true
gzip = true
additional_filestorages =
    catalog

if you do bin/backup 3 times, you have:
2 Data.fs backup
3 catalog.fs backup

On next backup:
2 Data.fs backup
4 catalog.fs backup

and so on until there is no disk space left. :-)

The "keep" option seems to apply only on the main filestorage, not on additional filestorages.

Changed in collective.buildout:
assignee: nobody → Reinout van Rees (reinout)
Revision history for this message
Reinout van Rees (reinout) wrote :

Maurits confirmed the issue: he has it too.

Maurits, are you also going to fix it? :-) I don't have split Data.fs's in operation at the moment.

Changed in collective.buildout:
status: New → Confirmed
Changed in collective.buildout:
importance: Undecided → High
assignee: Reinout van Rees (reinout) → maurits (maurits-vanrees)
Revision history for this message
Maurits van Rees (maurits-vanrees) wrote :

Fixed in release 1.1. Grab it while it's hot!

Changed in collective.buildout:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.