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

https://github.com/cuongnb14/dbbackup


https://github.com/cuongnb14/dbbackup

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Usage

**List ENV**

```shell
PG_HOST: db host
PG_PORT: db port
PG_USER: db user
PG_PASSWORD: db password
PG_SSLMODE: ssl mode

ENCRYPT_KEY: key to encrypt backup file

# Azure Blob Storage for remote backup
ABS_URL: abs url
ABS_CONTAINER: abs container
ABS_SAS: abs token
```

# Run now

```sh
docker exec -it dbbackup backup --now
```