InAnimaTe / docker-s3-archive

A container which creates an archive of a directory, compresses, encrypts, and sends off to s3!

Home Page:https://hub.docker.com/r/inanimate/s3-archive/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable Backup Checking/Alerting/Notifications

InAnimaTe opened this issue · comments

commented

The next iteration should provide an avenue for users to define a series of checks to ensure the reliability of the created archive, before sending it blindly to s3.

Right now, if the actual contents of the backup are improperly archived, we don't catch that. We don't provide any way to sanely ensure the archive contains the stuff we want.

Using something like https://github.com/backupchecker/backupchecker we can more reliably configure it to ensure every archive we create meets a set of criteria for verification. On top of this, some sort of logging or notifications should also exist to proactively alert users of what's going on.