Skip to content

Commit

Permalink
Merge pull request #470 from s-crypt/patch-1
Browse files Browse the repository at this point in the history
fix backup restore command
  • Loading branch information
jasonacox authored Apr 27, 2024
2 parents aef1328 + cb14cd3 commit 5c72177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c72177

Please sign in to comment.