https://github.com/jfrux/virtualmin-dropbox-backup
a backup system written in node.js to upload virtualmin server backup's to your dropbox account.
https://github.com/jfrux/virtualmin-dropbox-backup
Last synced: about 2 months ago
JSON representation
a backup system written in node.js to upload virtualmin server backup's to your dropbox account.
- Host: GitHub
- URL: https://github.com/jfrux/virtualmin-dropbox-backup
- Owner: jfrux
- Created: 2013-08-14T19:58:00.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-14T20:38:57.000Z (almost 13 years ago)
- Last Synced: 2025-02-24T18:55:48.327Z (over 1 year ago)
- Language: CoffeeScript
- Size: 125 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
virtualmin-dropbox-backup
=========================
a backup system written in node.js to upload virtualmin server backup's to your dropbox account.
### Usage
- Go to `https://www.dropbox.com/developers/apps` and register a new application.
- Download virtualmin-dropbox-backup via git:
`git clone https://github.com/joshuairl/virtualmin-dropbox-backup.git`
- Copy / paste the app_key and app_secret into the `./config/production.yml` and `./config/development.yml`.
- Run `NODE_ENV=development node setup`
- Copy the URL and paste into browser when prompted to authorize your app on your dropbox account.
- Go back to prompt and hit 'Enter'.
- If all went well, you should now be able to run `NODE_ENV=development node index`
This causes the app to look in the ./backups/%Y-%m-%d folder for files, if it finds some... it will upload them to your Dropbox under `Apps/virtualmin/backups/%Y-%m-%d`