Issue Details (XML | Word | Printable)

Key: CBM-2
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dan Hardiker
Reporter: Dan Hardiker
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence Extension: Backup Manager

Create a Housekeeping Worker

Created: 01/Aug/07 02:23 PM   Updated: 01/Aug/07 08:22 PM
Component/s: None
Affects Version/s: 1.0
Fix Version/s: 1.1

Time Tracking:
Not Specified

Issue Links:
Depends
 


 Description  « Hide
Create a housekeeping worker which will follow a set of rules to clean up the backups folder.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Andrew Miller added a comment - 01/Aug/07 02:43 PM
I think this is the right spot to copy/paste my comment from the wiki (let me know if not).

~~~~~~~~~

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!