Wilders Security Forums  

Go Back   Wilders Security Forums > Software, Hardware and General Services > software & services
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread
  #1  
Old October 4th, 2008, 03:16 PM
babac's Avatar
babac babac is offline
Frequent Poster
 
Join Date: Sep 2006
Location: Montréal,Qc.Ca
Posts: 346
Default Scheduling a Windows task with Drive Image.

Hi everyone,
I'm trying to schedule a backup task with Drive Image and I noticed it does not launch at all.
The backup itself is an image of my C drive to my I drive.
In the Run field of the task wizard ,I pasted the following command lines ,which are those needed to launch the scheduler,according to my understanding: "C:\Program Files\Runtime Software\DriveImage XML\dixml.exe"/bc /t''I:\Drive image Backup\drive_c''

Obviously ,I miss something.
Thank you.
__________________
Windows xp Home SP3
Acronis 10 build # 4942
  #2  
Old October 5th, 2008, 06:54 PM
babac's Avatar
babac babac is offline
Frequent Poster
 
Join Date: Sep 2006
Location: Montréal,Qc.Ca
Posts: 346
Default Re: Scheduling a Windows task with Drive Image.

Hi,
Here's a screenshot of a Drive Image tutorial on creating a scheduled task to backup the OS.
http://img128.imageshack.us/img128/9...heduleref6.jpg

Thank you.
__________________
Windows xp Home SP3
Acronis 10 build # 4942
  #3  
Old October 8th, 2008, 01:56 AM
pandlouk's Avatar
pandlouk pandlouk is offline
Frequent Poster
 
Join Date: Jul 2007
Posts: 981
Default Re: Scheduling a Windows task with Drive Image.

What exactly is the problem?

You cannot configure the scheduler or the schedule is not executed?

If you do not have a password on your admin account the schedule will not run.
If you have a password and still have a problem it could be related with the DOS names of the directories.

Panagiotis
  #4  
Old October 8th, 2008, 11:14 AM
babac's Avatar
babac babac is offline
Frequent Poster
 
Join Date: Sep 2006
Location: Montréal,Qc.Ca
Posts: 346
Default Re: Scheduling a Windows task with Drive Image.

Hi pandlouk,
When I double click my bat file, The Drive Image software opens up but the scheduled task is not launched.
Thank you for your interest.
__________________
Windows xp Home SP3
Acronis 10 build # 4942
  #5  
Old October 9th, 2008, 07:29 AM
pandlouk's Avatar
pandlouk pandlouk is offline
Frequent Poster
 
Join Date: Jul 2007
Posts: 981
Default Re: Scheduling a Windows task with Drive Image.

Quote:
Originally Posted by babac
Hi pandlouk,
When I double click my bat file, The Drive Image software opens up but the scheduled task is not launched.
Thank you for your interest.
Hmm, the destination folder is already created? Drive image will fail if the destination folder does not exist.

Could you a post some images of the various steps?


Panagiotis

Edit:
I found where is the problem. Change the command line to the following:
"C:\Program Files\Runtime Software\DriveImage XML\dixml.exe" /bC /tI:\Drive image Backup\drive_c

Now it should work fine.
The same as above but with the fast compression enabled
"C:\Program Files\Runtime Software\DriveImage XML\dixml.exe" /bC /c1 /tI:\Drive image Backup\drive_c

Last edited by pandlouk : October 9th, 2008 at 08:18 AM.
  #6  
Old October 11th, 2008, 03:47 PM
babac's Avatar
babac babac is offline
Frequent Poster
 
Join Date: Sep 2006
Location: Montréal,Qc.Ca
Posts: 346
Default Re: Scheduling a Windows task with Drive Image.(Solved)

Hi pandlouk,
Just great .It works.
Can you tell me how you came up with this solution.In Drive Image explanations,I do not see anything that mentions that.
I'm intrigued, to say the least.
Thank you so much.
__________________
Windows xp Home SP3
Acronis 10 build # 4942
  #7  
Old October 11th, 2008, 05:57 PM
pandlouk's Avatar
pandlouk pandlouk is offline
Frequent Poster
 
Join Date: Jul 2007
Posts: 981
Default Re: Scheduling a Windows task with Drive Image.(Solved)

Quote:
Originally Posted by babac
Hi pandlouk,
Just great .It works.
Can you tell me how you came up with this solution.In Drive Image explanations,I do not see anything that mentions that.
I'm intrigued, to say the least.
Thank you so much.
You are welcome

Well... I did not use their command line example. I only took a look at their command line parameters and rebuild your task from scratch.

Panagiotis
  #8  
Old October 12th, 2008, 11:43 PM
babac's Avatar
babac babac is offline
Frequent Poster
 
Join Date: Sep 2006
Location: Montréal,Qc.Ca
Posts: 346
Default Re: Scheduling a Windows task with Drive Image.

Hi pandlouk,
As far as I can see, the only thing you changed in my command line is adding
c1, which simply activates the compression of the volume.
I fail to understand how such an addition makes the scheduled task to find the path of the destination backup folder.
Thank you.
__________________
Windows xp Home SP3
Acronis 10 build # 4942
  #9  
Old October 13th, 2008, 09:48 AM
pandlouk's Avatar
pandlouk pandlouk is offline
Frequent Poster
 
Join Date: Jul 2007
Posts: 981
Default Re: Scheduling a Windows task with Drive Image.

Quote:
Originally Posted by babac
Hi pandlouk,
As far as I can see, the only thing you changed in my command line is adding
c1, which simply activates the compression of the volume.
I fail to understand how such an addition makes the scheduled task to find the path of the destination backup folder.
Thank you.
You are wrong. the difference is the space added after the "dixml.exe"

your command
"C:\Program Files\Runtime Software\DriveImage XML\dixml.exe"/bc /t''I:\Drive image Backup\drive_c''
the corrected one
"C:\Program Files\Runtime Software\DriveImage XML\dixml.exe" /bC /tI:\Drive image Backup\drive_c

Strangely on my system if I use /t"I:\Drive image Backup\drive_c" it will not find the path but if I use /tI:\Drive image Backup\drive_c it will... And what makes it more strange is that on another machine both commands work.
Anyway stop wondering why something did not work and enjoy it now that it does. Programs always had and always will have bugs. Life is too sort to worry for these things too.

Panagiotis
  #10  
Old October 13th, 2008, 11:36 PM
babac's Avatar
babac babac is offline
Frequent Poster
 
Join Date: Sep 2006
Location: Montréal,Qc.Ca
Posts: 346
Default Re: Scheduling a Windows task with Drive Image.

Hi pandlouk,
By comparing both command lines ,I see more of a double slash difference than a space difference.
Rest assured that I realize your command line is the right one since it works great for me.
Thank you for your help and time .
__________________
Windows xp Home SP3
Acronis 10 build # 4942

Last edited by babac : October 14th, 2008 at 10:53 AM.
 

Wilders Security Forums > Software, Hardware and General Services > software & services « Previous Thread | Next Thread »

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Settings
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 01:13 PM.


Powered by vBulletin® Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2010, Wilders Security Forums