dropbox-backup
Description
Simple backup utility that uses Dropbox API as storage.
Start
git clone https://github.com/jacekk/dropbox-backup.git && cd dropbox-backup
yarn install
cp configs/sample.json.dist configs/my-scenario.json
and make all necessary changes../run backup my-scenario
Read this to know how to generate access token for your Dropbox.
Commands
./run list
- lists available configs../run backup <config>
- performes backup process based on given file name insideconfigs
directory.
Roadmap/Ideas
- incremental strategy
- sync strategy
- incremental limit (to remove oldest)
- hash compare for sync
- clear empty folders on sync
- archive option
- password option for archives
License
MIT