Skip to content

Commit 38e8b09

Browse files
committed
Fix 'pv' filename
so that it uses the same filename as the 'cat' example
1 parent 1ab9c30 commit 38e8b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/filesystem/backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cat recipes.sql | mysql recipes
3939
Alternatively, you can use the `pv` command (not installed by default, so install with `apt-get install pv`) to see a progress meter as the dumpfile is processed by MySQL. This is useful for large files:
4040

4141
```
42-
pv recipes | mysql recipes
42+
pv recipes.sql | mysql recipes
4343
```
4444

4545
## SD card image

0 commit comments

Comments
 (0)