Denis Shalaev

Results 2 comments of Denis Shalaev

On version 6.0 have same issue.

Using `--include={*.zip,*.tag}` have some issue. Using `--include="odoo_*"` have some issue. Using separate commands for each `--include` argument: ``` rotate-backups ... --include=*.tag ... rotate-backups ... --include=*.zip ... ``` it works correctly!