An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)

# pgbackup

A 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`