mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-05 20:41:43 -07:00
docs: update README.md
This commit is contained in:
parent
c9b847c1da
commit
7b51fbc8c6
1 changed files with 6 additions and 0 deletions
|
@ -236,6 +236,12 @@ docker run -d \
|
|||
### Backup
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue