From 4fc01d8e71b221a827593a9c9fc13fbed9f2e3b9 Mon Sep 17 00:00:00 2001 From: ljf Date: Sat, 9 Feb 2019 17:13:42 +0100 Subject: [PATCH] [enh] Add progress bar --- backup.md | 2 +- backup_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup.md b/backup.md index d55e02b9..3bfbe45e 100644 --- a/backup.md +++ b/backup.md @@ -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) diff --git a/backup_fr.md b/backup_fr.md index 565f982e..efd613d9 100644 --- a/backup_fr.md +++ b/backup_fr.md @@ -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)