https://github.com/tobi-de/pgbackup
A cli program to automate your postgresql databases backups.
https://github.com/tobi-de/pgbackup
Last synced: 6 months ago
JSON representation
A cli program to automate your postgresql databases backups.
- Host: GitHub
- URL: https://github.com/tobi-de/pgbackup
- Owner: Tobi-De
- Created: 2021-07-18T16:25:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T13:02:39.000Z (about 4 years ago)
- Last Synced: 2025-02-26T09:12:23.266Z (7 months ago)
- Language: Python
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)
# pgbackupA cli program to automate your postgresql databases backups.
## Installation
Install pgbackup with pip
```bash
pip install pgbackup
```
## Usage/Examples```shell
pgbackup add-job
```
## Features- schedule automatic database backups
- manage mutliple databases and servers at the same time
- restore a backup
- notify users on each backup and fails if it occurs
## Environment Variables
These are the following available environment variables.`API_KEY`
`ANOTHER_API_KEY`