From 78b7367f17f77c416c0bef998ea6574bceb1d2d1 Mon Sep 17 00:00:00 2001 From: Guy Khmelnitsky Date: Wed, 3 Oct 2018 09:35:54 +0300 Subject: [PATCH] Update backup_dropbox.markdown --- source/_docs/ecosystem/backup/backup_dropbox.markdown | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/_docs/ecosystem/backup/backup_dropbox.markdown b/source/_docs/ecosystem/backup/backup_dropbox.markdown index 8e63b0b4fc8..38ea85cedb2 100644 --- a/source/_docs/ecosystem/backup/backup_dropbox.markdown +++ b/source/_docs/ecosystem/backup/backup_dropbox.markdown @@ -42,9 +42,13 @@ Go to the folder you have placed `dropbox.py`. - Option B: Edit `dropbox.py`: Change the following line: - `uploader = "/home/homeassistant/.homeassistant/extraconfig/shell_code/dropbox_uploader.sh"` + ``` + uploader = "/home/homeassistant/.homeassistant/extraconfig/shell_code/dropbox_uploader.sh" + ``` to where you placed your file: (for example): - `uploader = "/home/homeassistant/MyFolder/dropbox_uploader.sh"` + ``` + uploader = "/home/homeassistant/MyFolder/dropbox_uploader.sh" + ``` ```bash