From cb14cd3ed17c31aae98ffd0b840f825e30502f26 Mon Sep 17 00:00:00 2001 From: s-crypt <41712656+s-crypt@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:12:40 -0700 Subject: [PATCH] fix backup restore command it was broken. now it is not. --- backups/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backups/README.md b/backups/README.md index c186ef2a..a9b9b3e2 100644 --- a/backups/README.md +++ b/backups/README.md @@ -99,7 +99,7 @@ Naturally, whatever backup plan you decide to do, make sure you test it. Copy th 3. Restore backup files ```bash # Inside the Powerwall-Dashboard folder, extract the backup archive - tar -Jxvf /backup/Powerwall-Dashboard.xyz.tar.xz + sudo tar -Jxvf /backups/Powerwall-Dashboard.xyz.tar.xz ``` 4. Start containers ```bash