dropbox-offline-backup

Backup your Dropbox offline


License
MIT
Install
pip install dropbox-offline-backup==0.0.13

Documentation

dropbox-offline-backup

Software License PyPI version Python version

A software which makes offline backup of your whole Dropbox.

Introduction

Have you ever concerned about the risk if your Dropbox went wrong, i.e. some files are missing or even the whole Dropbox is destroyed?

I have, so I developed this program to make offline backups of Dropbox in case there is something wrong with Dropbox.

Usage

  1. Install Python 3 and pip

  2. pip install dropbox-offline-backup

  3. Run dropboxbackup once to generate example config file

  4. Edit config file at /etc/dropboxofflinebackup.conf(Linux) or ~/.dropboxofflinebackup.conf(macOS).

    You need to at least input the access token.

Instructions on getting access token

  1. Create a Dropbox application at https://www.dropbox.com/developers/apps.

    Note: You have to choose Full Dropbox to allow the program to backup your dropbox.

  2. Generate an access token and put it into the config file.

Server recommendation

If you don't know where to put the large backup files, you can check out time4vps. They provide virtual private servers with 512GB storage at just 23.88EUR per two years.

Tips

  • Please make sure the locale of the system is set to UTF-8.

  • tmux and cron might be useful.