-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Quantity cleanup for gzip/bzip2 #156
Comments
Could you Share your config without any passwords or other secret data. I'll try to reproduce this tomorrow morning |
|
Same case for compress="bzip2" |
what kind of source are you using? |
Any news? |
In cases where sources create a directory and phpbu has to compress the directory with tar first phpbu will add a '.tar' suffix to the target. The regex to collect all backups for cleanup was created before all suffixes where set correctly. This resulted in not working cleanups. The issue is fixed by creating the regex right before all backups are collected.
Sorry, last days where a bit busy ;) I found the issue and I will release a bugfix version asap. |
I just released version 5.1.3 including a fix for this issue |
Thanks for reporting this issue and for your patience. |
When I setup cleanup by quantity it's not work for target with compress. Backups are not deleted.
After turning off compress
cleanup by quantity working good.
What can I do?
The text was updated successfully, but these errors were encountered: