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

https://github.com/engineervix/zulip-pg-backup

A custom postgres backup utility for a dokku-based Zulip installation where the postgres service uses the zulip/zulip-postgresql image
https://github.com/engineervix/zulip-pg-backup

zulip

Last synced: 12 months ago
JSON representation

A custom postgres backup utility for a dokku-based Zulip installation where the postgres service uses the zulip/zulip-postgresql image

Awesome Lists containing this project

README

          

# zulip_postgres_backup.sh

> A custom postgres backup utility for a dokku-based Zulip installation
> where the postgres service uses the [`zulip/zulip-postgresql`](https://hub.docker.com/r/zulip/zulip-postgresql) image

Run this as a cron job, for example:

```
45 3 * * * $HOME/path/to/zulip-pg-backup/zulip_postgres_backup.sh remote bucket/path >> $HOME/path/to/zulip-pg-backup/logs/backup_`date +\%Y\%m\%d_\%H\%M\%S`.log 2>&1
```