From 7b51fbc8c6f6b93fa51e05e9b9df31491936400c Mon Sep 17 00:00:00 2001 From: dec0dOS Date: Mon, 5 Sep 2022 16:59:48 +0100 Subject: [PATCH] docs: update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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