Page 1 of 1

Schedule Disk to Disk each night

Posted: Sat Jul 17, 2010 2:05 pm
by mrpip
Is there a way to script or schedule a full disk to disk copy every night?
The only option ive found is to create an image file of the drive every night, not a disk to disk copy.
Thanks for any help.

Re: Schedule Disk to Disk each night

Posted: Sat Jul 17, 2010 3:10 pm
by Alt
You may create a script and have R-Drive Image run it in a batch file using the standard Windows scheduler.
See more at R-Drive Image on-line help at R-Drive Image on-line help -> Scheduled Actions, Command Line Operations, and Scripting -> Scripting and Command Line Operations -> Create a Script from R-Drive Image.

Re: Schedule Disk to Disk each night

Posted: Sun Jul 18, 2010 11:51 pm
by mrpip
I tried this command:

Command: copy -s="1" -d="2" -hdd-mode="2"

and under the scheduled task it says its running but i have no hard drive activity and it doesnt seem to be doing anything.

First i made the scheduled task to create an image, later i just modified the command to do the above instead of creating the image, which should be disk to disk.
Am i doing something wrong? What command exactly am i suppose to use to make a disk to disk copy and how to i get it to run every night.
I read through the link you sent me and im not sure im doing it correctly.

Thanks for the help.

Re: Schedule Disk to Disk each night

Posted: Mon Jul 19, 2010 6:28 am
by Alt
Is the drive 1 system? I mean is the system disk on the drive 1?

Re: Schedule Disk to Disk each night

Posted: Mon Jul 19, 2010 6:36 am
by mrpip
Yes, drive 1 is the system drive, drive 2 is the external backup drive.

Re: Schedule Disk to Disk each night

Posted: Tue Jul 20, 2010 11:14 am
by Alt
I tested the script. It's OK. The problem though is the following:
When both the system and destination disks are connected to internal IDE controller, everything works fine. The copy is successful, and I was able to start my computer with the destination disk, although these disks are not the same.
The situation is quite different when the destination disk is connected as an external USB drive. In this case, Windows fires a warning that the copy is failed due to disk lock and prompts me to Abort/Retry. When I select Retry, R-Drive Image copies the disks successfully, and I can start the computer from the destination disk.
So, I recommend you to run the script manually and see what is going on.

Re: Schedule Disk to Disk each night

Posted: Tue Jul 20, 2010 2:32 pm
by mrpip
Can you tell me how to run the script manually?

Re: Schedule Disk to Disk each night

Posted: Wed Jul 21, 2010 6:36 am
by Alt
Type
r-driveimagecl copy -s="1" -d="2" -hdd-mode="2"
in the Command prompt (Start -> Programs -> Accessories -> Command prompt).

Re: Schedule Disk to Disk each night

Posted: Thu Jul 22, 2010 8:31 am
by Alt
This new version overcomes this problem.