We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Setup of automated backups via Setup >> Backup Manager using Dropbox
Firstly create your Dropbox account. Then create an app here. After successful creation of app you will receive app_key, app_secret and access_type.
app_key
app_secret
access_type
Update the keys in frappe-bench/sites/[sitename]/site_config.json
frappe-bench/sites/[sitename]/site_config.json
{ "db_name": "demo", "db_password": "DZ1Idd55xJ9qvkHvUH", "host_name": "http://demo.local:8000", "dropbox_access_key": "ACCESSKEY", "dropbox_secret_key": "SECRECTKEY" }