Skip to content

PiktalentCom/backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Backup your projects and upload on Dropbox

Database supported for the moment postgresql

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

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

About

Backup your projects and upload on Dropbox (only for the moment)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages