Amazon S3 backup script. #883
GuzzaPower
started this conversation in
Show and tell
Replies: 1 comment
-
Hey! Feel free to submit a PR to the documentation with this script :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey!
Planka is excellent software, and I enjoy using it. However, I had a problem with the backups filling up space, with the time backup needing more space. So, I wrote a bash script to keep backups only on an S3 bucket and limit the number of backups retained if required. Changing a variable can also keep backups locally and S3 in sync. The oldest backup will be deleted and replaced with a new one based on the number set to be retained daily, weekly, and monthly.
My inspiration was the backup system from cPanel WHM, which has daily, weekly, and monthly backups to retain.
Beta Was this translation helpful? Give feedback.
All reactions