angelo-v / wordpress-backup

Simple Docker container that helps you backup and restore your WordPress blog.
80 stars 60 forks source link

Cleanup solution #5

Closed j3k0 closed 7 years ago

j3k0 commented 9 years ago

Hello,

This docker image is nice, a missing feature is that daily backups are never deleted: so this will just grow forever.

Did you happen to implement a solution to this, like a separate script to do some cleanup?

Alternatively, maybe an even cooler solution to this would be to implement incremental backup with tar. https://www.gnu.org/software/tar/manual/html_section/tar_40.html Just saying!

Thanks again for the great image :+1:

angelo-v commented 9 years ago

Thanks for the feedback. I like your ideas, but I am currently not developing it further. Feel free to fork and send me a pull request.

j3k0 commented 9 years ago

PR sent.

In the meantime I setup my own fork to build the "jeko/wordpress-backup" image (in case anyone is interested).

angelo-v commented 9 years ago

Great thanks. I will have a look at your requests as soon as I find the time.

angelo-v commented 7 years ago

Cleanup solution for old backups implemented.