Hey BDinger2,
If you are now getting done what you didn't understand last May, pls ignore this…
I use Task Scheduler to run cmd.exe and a batch file…
… invoking the command line version of R-Drive Image to create (by running a full backup on Sunday)…
r-driveimagecl.exe create /a /o -s=C: -a="F:\R-Drive Image\Backup1\C-Drive.arc" -r="Full Backup" -c=3 -u
… or update (by running a differential backup every day that's not Sunday)…
r-driveimagecl.exe append /a /o -s=C: -a="F:\R-Drive Image\Backup2\C-Drive.arc" -r="Differential Backup" -c=3 -u
… making an image of my C-drive to a local 1TB SanDisk USB memory. This scheme repeats every two weeks.
Note the status of the Task Scheduler radio and check boxes.
General Tab:
Create or Update C-Drive Image General Tab.PNG
Triggers Tab:
Daily | At 5:15 PM every day | Enabled
Actions Tab:
Start a program | cmd.exe /c C:\Users\username\Documents\"R-Drive Task Scheme.bat"
Conditions Tab:
Create or Update C-Drive Image Conditions Tab.PNG
Settings Tab:
Create or Update C-Drive Image Settings Tab.PNG
The batch file is a bit complex. Let me know if you're interested.
— Prince Eugene of Savoy