1
0
Fork 0
mirror of https://github.com/YunoHost/doc.git synced 2024-09-03 20:06:26 +02:00

[enh] Add progress bar

This commit is contained in:
ljf 2019-02-09 17:13:42 +01:00
parent c52abfdadc
commit 4fc01d8e71
2 changed files with 2 additions and 2 deletions

View file

@ -146,7 +146,7 @@ Alternatively, the app Archivist allows to setup a similar system : https://foru
If you are using an ARM board, another method for doing a full backup can be to create an image of the SD card. For this, poweroff your ARM board, get the SD card in your computer then create a full image with something like :
```bash
dd if=/dev/mmcblk0 of=./backup.img
dd if=/dev/mmcblk0 of=./backup.img status=progress
```
(replace `/dev/mmcblk0` with the actual device of your sd card)

View file

@ -146,7 +146,7 @@ Il existe aussi l'application Archivist qui permet un système similaire : https
Si vous êtes sur une carte ARM, une autre méthode pour créer une sauvegarde complète consiste à créer une image (copie) de la carte SD. Pour cela, éteignez votre serveur, insérez la carte SD dans votre ordinateur et créez une image avec une commande comme :
```bash
dd if=/dev/mmcblk0 of=./backup.img
dd if=/dev/mmcblk0 of=./backup.img status=progress
```
(remplacez `/dev/mmcblk0` par le vrai nom de votre carte SD)