Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fhengartner/cloudbackup
- Owner: fhengartner
- Created: 2015-12-15T10:01:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-23T13:07:38.000Z (about 9 years ago)
- Last Synced: 2023-02-26T17:32:27.336Z (almost 2 years ago)
- Language: Shell
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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