mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Propagate to english page
This commit is contained in:
parent
cfb85ae693
commit
c051de5ba2
1 changed files with 5 additions and 0 deletions
|
@ -156,3 +156,8 @@ dd if=/dev/mmcblk0 of=./backup.img status=progress
|
|||
```
|
||||
|
||||
(replace `/dev/mmcblk0` with the actual device of your sd card)
|
||||
|
||||
You can also create a compressed image using gzip this way:
|
||||
```bash
|
||||
dd if=/dev/mmcblk0 | gzip > ./image.gz
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue