mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +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:
|
- Option B:
|
||||||
Edit `dropbox.py`:
|
Edit `dropbox.py`:
|
||||||
Change the following line:
|
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):
|
to where you placed your file: (for example):
|
||||||
`uploader = "/home/homeassistant/MyFolder/dropbox_uploader.sh"`
|
```
|
||||||
|
uploader = "/home/homeassistant/MyFolder/dropbox_uploader.sh"
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user