mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
Update backup_dropbox.markdown
This commit is contained in:
parent
29858e853f
commit
78b7367f17
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user