diff --git a/erpnext/docs/user/manual/en/setting-up/integrations/dropbox-backup.md b/erpnext/docs/user/manual/en/setting-up/integrations/dropbox-backup.md index 818b3b9bbf..d13c70e97e 100644 --- a/erpnext/docs/user/manual/en/setting-up/integrations/dropbox-backup.md +++ b/erpnext/docs/user/manual/en/setting-up/integrations/dropbox-backup.md @@ -7,6 +7,10 @@ You can automate database backup download of your ERPNext account into your Drop To setup Dropbox Backup, `Explore > Integrations > Dropbox Settings` +##Steps are different for ERPnext managed versions and open-source versions + +###ERPnext Managed Version Instructions + ####Step 1: Set Frequency Set Frequency to download backup in your Dropbox account. @@ -31,30 +35,43 @@ On successful login, you will find a confirmation message as following. Click on With this, a folder called "ERPNext" will be created in your Dropbox account, and database backup will start to auto-download in it. -##Open Source Users -####Step 1: Go to +##Open Source Version Instructions + +####Step 1: Login to Dropbox Developer area https://www.dropbox.com/developers/apps -####Step 2:Create a new app +####Step 2: Create a new Dropbox app Create new -####Step 3: Fill in details for the app +####Step 3: Fill in the details for your new app Choose Dropbox API and type as APP Folder - Setup APP Name -####Step 4: Setup Redirect URL in app +####Step 4: Insert your custom domain Redirect URI + +`https://{yourwebsite.com}/api/method/frappe.integrations.doctype.dropbox_settings.dropbox_settings.dropbox_auth_finish` Set Redirect URL -####Step 5: Settings in Site Config +####Step 5: In a new window, open the Dropbox Settings page in your ERPnext installation -After the app is created, note the app key and app secret on Dropbox Settings page or enter in `sites/{sitename}/site_config.json` as follows, +####Step 6: Set backup frequency and email + +Set the frequency to download your site backups to your Dropbox account. + +set frequency + +####Step 7: Input Keys from your Dropbox App window + +From your Dropbox App page, enter the app key and (unhidden) app secret into the ERPnext Dropbox settings page. + +Alternatively, you can enter it manually in `sites/{sitename}/site_config.json` as follows,
@@ -68,6 +85,18 @@ After the app is created, note the app key and app secret on Dropbox Settings pa
 	
-####Step 5: Complete Backup +####Step 8: Click Save before continuing!!! -Setup dropbox backups from the backup manager as shown in previous section. \ No newline at end of file +####Step 9: After saving, click "Allow Dropbox Access" + +The Dropbox login page will open in the new tab. This might require you to allow pop-up for your ERPNext account. + +####Step 11: Allow Dropbox Access + +On successful login, you will find a confirmation message as following. Click on "Allow" to let your ERPNext account have access to your Dropbox account. + +Allow + +####Step 12: Confirm Backups Work + +From the ERPnext Dropbox page, click `Take Backup Now` and then go to you Dropbox files view. You should see a new folder in Dropbox named `Apps` and inside of it your {New App} folder. Inside of it should be backup folders for both files and database.