Skip to content

Commit afd71ed

Browse files
committed
fix: add color
1 parent 67f7192 commit afd71ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_posts/2023-06-16-back-up-rpi-live.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ To install it, follow the guide on the github page, but here is a simplified ver
2727
## Scripts Install
2828

2929
> Don't just take my word for it. Always inspect the code that will be running on your machines, especially from an untrusted and unsigned source.
30+
{: .prompt-warning }
3031

3132
```bash
3233
git clone https://github.com/seamusdemora/RonR-RPi-image-utils.git ./image-utils
@@ -53,6 +54,7 @@ sudo image-backup --initial /mnt/backup/$(date +"%Y-%m-%d").img,,5000
5354
The backup run time will depend on your device and how much data it needs to copy. It is surprisingly fast though. 15GB usually runs for 2+ minutes on a Raspberry Pi 4B.
5455

5556
> Backup can be pretty large, ~15GB depending on how much you have running on your Pi
57+
{: .prompt-warning }
5658

5759
Once you have a completed backup, you can run an incremental backup by running `image-backup` and providing an existing backup to update.
5860

0 commit comments

Comments
 (0)