You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -54,8 +54,32 @@ The backup run time will depend on your device and how much data it needs to cop
54
54
55
55
> Backup can be pretty large, ~15GB depending on how much you have running on your Pi
56
56
57
-
Once you have a completed backup, you can run an incremental backup by running the following
57
+
Once you have a completed backup, you can run an incremental backup by running `image-backup` and providing an exisiting backup to update.
58
58
59
59
```bash
60
60
image-backup <image_name.img>
61
-
```
61
+
```
62
+
63
+
## Crontab
64
+
65
+
If you'd like to automate your backup, you can pretty easily using crontab. First create the script you'd like to run. I like to put it in `/root/.local/bin`.
Then you'll have to add the following to crontab. Because we put our image-util files in `/usr/local/sbin` we'll have to define that in the crontab path.
0 commit comments