Skip to content

Commit b2f1957

Browse files
committed
Fix typo
1 parent a442590 commit b2f1957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appliances/backup_and_restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Restoring a backup of the appliance will be done using SSH or the console.
3939
2. On the command line:
4040
```bash
4141
cd /
42-
tar -zxf /backup
43-
rm -f /backup # if desired to save space
42+
tar -zxf /backup.tgz
43+
rm -f /backup.tgz # if desired to save space
4444
```
4545
3. Launch `appliance_console`
4646
1. If this is a brand new appliance and the database has not yet been initialized, select `Configure Application`. If this is an existing database appliance, this step can be skipped.

0 commit comments

Comments
 (0)