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

https://github.com/flug/cloud-backup


https://github.com/flug/cloud-backup

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

#Backup your projects and upload on Dropbox

Database supported for the moment ```postgresql```

```yml
instances:
frontend:
database:
user: frontend
password: frontend
host: localhost
port: 5432
name: frontend
directories:
base_path: /home/whoami/workspace/frontend
backup_directories: [my/directory, other/directory]
processor:
compress: zip
ratio: 9
password: "okdaokdaopdpk"
storages: [Dropbox]
cloud_storages:
dropbox_sdk:
access_token: ~
remote_path: " /frontend"
otherinstance:
database:
user: otherinstance
password: otherinstance
host: localhost
port: 5432
name: frontend
directories:
base_path: /home/whoami/workspace/otherinstance
backup_directories: [my/directory, other/directory]
processor:
compress: zip
ratio: 9
password: "okdaokdaopdpk"
storages: [Dropbox]
cloud_storages:
dropbox_sdk:
access_token: ~
remote_path: " /otherinstance"

```

#Build your phar application

[Box2](https://github.com/box-project/box2)

``` composer install --no-dev && box build -v ```