From ca2ab0dd0b0fd57d5e905e4ca4b72ae69166f2fb Mon Sep 17 00:00:00 2001 From: Rohit Kumar Date: Sun, 30 Apr 2023 16:10:26 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a0d1bed..df0a024 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This is a simple Python application that creates a backup of a PostgreSQL database, compresses it using gzip, and uploads it to MEGA.nz. The application reads the database details from a db.json file that includes the database name and URL. It uses the pg_dump and gzip utilities to create and compress the backup file, respectively. +![image](https://user-images.githubusercontent.com/72350242/235348633-9616607e-a604-45d0-8d09-25cb900b5d10.png) + ## Installation & Usage - Clone this repository using `git clone https://github.com/deadaf/psql-backup.git`