
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Depends
|
|
|
|
This issue has dependant:
|
|
CBM-4
Show an icon next to backups which will be deleted by the next execution of the worker
|
|
|
|
|
|
|
|
Create a housekeeping worker which will follow a set of rules to clean up the backups folder.
|
|
Description
|
Create a housekeeping worker which will follow a set of rules to clean up the backups folder. |
Show » |
|
~~~~~~~~~
Excellent idea!
Just installed and works quite well. But of course....a feature request....
I currently have a little shell script to cleanup backup files older than 14 days on several smaller Confluence instances I maintain....something like this.
/usr/bin/find /backup/wikibackups -type f -maxdepth 1 -mtime +13 -exec rm -f {} \;
Might it be possible to add this along with a configurable option for retention?
Thanks!