Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 555 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 555 Bytes

dropbox-restore

Restore any dropbox folder to a previous state. If a file did not exist at the specified time, it will be deleted.

Example

To restore the folder "/photos/nyc" to the way it was on March 9th, 2013:

python2.7 restore.py /photos/nyc 2013-03-09

You will be prompted to confirm access to your Dropbox account through your web browser.

Installation

First make sure that Python 2.7 and pip are installed. Then install the Dropbox Python API with the following command.

pip install dropbox