PSQL Backuper
| Repository | /psql-backup-and-encrypt |
| Started at | MAY/2024 |
This is more a tool that a project. This tool allows the user to backup psql database and application logs.
Well, I say application logs but it can be whatever you want, I use it for the logs.
The tool uses pg_dump to extract the data from the database and save it in the folder defined by the tool ~/.back_logs.
Then, the content is encrypted using a PGP key. It also backups the logs of an application and the content of an S3 bucket. See the repo for more documentation.