Hello,
I have spent some time working on a specific script request to do the following:
- Compress logs over 30 days old
- Automatically upload log archives over 90 days old to AWS S3 bucket
- Verify that file was properly stored in AWS S3 bucket (verify MD5 match), then delete original local archive
- Send email notifications of successful uploads and any errors
- Be able to change out online storage provider in the future if needed
https://github.com/joeaudet/chkp_scripts_ja/tree/master/backup_scripts
As with any script, use at your own risk.
Welcome any feedback or suggestions on this.
Thanks!