diff --git a/README.md b/README.md index bf7bfdf..13d12cb 100755 --- a/README.md +++ b/README.md @@ -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