docs: update README.md

This commit is contained in:
dec0dOS 2022-09-05 16:59:48 +01:00
parent c9b847c1da
commit 7b51fbc8c6

View file

@ -236,6 +236,12 @@ docker run -d \
### Backup ### Backup
You should regularly back up the `zerotier-one` and `data` folders in your ZeroUI installation directory. You should regularly back up the `zerotier-one` and `data` folders in your ZeroUI installation directory.
You should do it manually before the upgrade via the following commands:
```sh
tar cvf backup-ui.tar data/
tar cvf backup-zt.tar zerotier-one/
```
## Roadmap ## Roadmap