Nuclei Parser logo

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.

Old version https://gitlab.com/martinzerty/psql-backuper

The tool uses pg_dump to extract the data from the database and save it in the folder defined by the tool. Then, the tool encrypt everything thanks to the crytography python module avec compress it to a password protected zip archive.

I have also the goal to add to "upload to backup solution" feature. This will allow the tool to de everthing from the retrieving data from database to the data uploading to backup solution.

psql-backuper sheme