Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fhengartner/cloudbackup

Backup files and database dumps to dropbox
https://github.com/fhengartner/cloudbackup

Last synced: about 1 month ago
JSON representation

Backup files and database dumps to dropbox

Awesome Lists containing this project

README

        

# cloudbackup
Backup files and database dumps to dropbox

## Setup

Look at the `example` folder.

## Extract backup file

Folder:

gpg --decrypt --passphrase-file secret folderxyz_2015-12-21.tar.gz.gpg | tar -xvzf -

SQL-Dump

gpg --decrypt --passphrase-file secret mydb_2015-12-21.sql.gz.gpg | gunzip > mydb.sql