Skip to content

Commit

Permalink
fix backup restore command
Browse files Browse the repository at this point in the history
it was broken. now it is not.
  • Loading branch information
s-crypt authored Apr 26, 2024
1 parent aef1328 commit cb14cd3
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 cb14cd3

Please sign in to comment.