Skip to content

stsourlidakis/postgreSQL-dropbox-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

postgreSQL-dropbox-backup

A bash script that backups and uploads a PostgreSQL database to dropbox

How to use

Download the script:

curl https://raw.githubusercontent.com/stsourlidakis/postgreSQL-dropbox-backup/master/backup.sh  -o backup.sh

Replace the token variable with your Dropbox access token, you can get it by creating a new app here.

Replace the database variable with your database's name

Make the script executable:

chmod +x backup.sh

Then add it to crontab or run it with:

./backup.sh

About

A bash script that backups and uploads a PostgreSQL database to dropbox

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages