Jump to content

Wake pc up and login to backup hard drive?


Recommended Posts

Posted

Hi guys,

 

Just wondering if any of you guys had experience with backing up a mapped network drive at lets say 2am?

 

I would like my machine to wake itself up (It's always put to sleep) Login and then do a backup onto an external USB hard drive.

 

http://puu.sh/6TdLb.png

Posted (edited)

Tbh, I'm having issues already haha, Trying to activate WoWLan and it needs me to change the registry.. eeek

 

Quiz time!

 

start backup [-backupTarget:{ | }] [-include:] [-nonRecurseInclude:] [-exclude:] [-nonRecurseExclude:] [-allCritical] [-systemState] [-noVerify] [-user:] [-password:] [-noInheritAcl] [-vssFull | -vssCopy] [-quiet]

 

These are arguments for the schedule.

 

http://puu.sh/6Tfbw.png

 

In theory it would be like:

 

So I have it as:

 

start backup -backupTarget: F:\Operations -include: Y:\ -user: -password: -noInheritAcl -vssCopy -quiet

 

Is there anyway to make it so that it automatically overrides previous files

Edited by Bradlys
  • 2 weeks later...
Posted

how about a batch file containing code like:

xcopy C:\VM's* E:\Backup\%date:~6,4%-%date:~3,2%-%date:~0,2%\VM's\* /Y /Q /S /D:05-01-2013

 

This copies all data from one folder to the other, but only those files modified post the date at the end, it makes a dated file on the destination drive.

 

You can then run the batch file from a scheduled task. You can look up the options for xcopy to make it overwrite ect.

 

in win 7> control panel > task scheduler > create task > (conditions tab) - there's an option to wake the computer to do this task...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...