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

[BUG] zip-files-max ignored #5266

Open
eduarddrenth opened this issue Apr 2, 2024 · 1 comment
Open

[BUG] zip-files-max ignored #5266

eduarddrenth opened this issue Apr 2, 2024 · 1 comment

Comments

@eduarddrenth
Copy link
Contributor

I run 6.2.0, have zip-files-max set to 7, the backup job keeps writing backups when the max is reached.

My config

        <job type="system" name="check1" class="org.exist.storage.ConsistencyCheckTask" cron-trigger="0 0 0/12 * * ?">
                <parameter name="output" value="/backup"/>
              <parameter name="zip" value="yes"/>
              <parameter name="backup" value="yes"/>
              <parameter name="incremental" value="no"/>
              <parameter name="incremental-check" value="no"/>
              <parameter name="zip-files-max" value="7"/>
        </job>
@dizzzz
Copy link
Member

dizzzz commented Apr 2, 2024

I remember this issue, not sure if it is addressed in v7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants