Stash Backup client automatic deletion of backups

Deleted user March 30, 2015

I am using the Stash backup client and it creates backup tar files every day. Is there a functionality included to automatically delete backups that are older than e.g. 5 days? If not, what would be a good way to do this?

Thank you,

Andreas

1 answer

1 accepted

1 vote
Answer accepted
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 31, 2015

Don't think that functionality is available. You can setup a service of some sort to delete files older than 5 days. 

find /path/to/files* -mtime +5 -exec rm {} \;

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events