dropbox-backup

Description

Simple backup utility that uses Dropbox API as storage.

⚠️ Currently under heavy development, so feel free to use, but at your own risk 😉

Start

  1. git clone https://github.com/jacekk/dropbox-backup.git && cd dropbox-backup
  2. yarn install
  3. cp configs/sample.json.dist configs/my-scenario.json and make all necessary changes.
  4. ./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 inside configs 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