Skip to content

Commit 79d7bf4

Browse files
committed
fix: add info about incremental backup
1 parent 09102ba commit 79d7bf4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,10 @@ sudo image-backup --initial /mnt/backup/$(date +"%Y-%m-%d").img,,5000
5252

5353
The backup run time will depend on your device and how much data it needs to copy. It is surprisingly fast though. 15GB ususually runs for 2+ minutes on a Raspberry Pi 4B.
5454

55-
> Backup can be pretty large, ~15GB depending on how much you have running on your Pi
55+
> Backup can be pretty large, ~15GB depending on how much you have running on your Pi
56+
57+
Once you have a completed backup, you can run an incremental backup by running the following
58+
59+
```bash
60+
image-backup <image_name.img>
61+
```

0 commit comments

Comments
 (0)