Question : Problem: Scheduled remote wake up multiple computers?

There is never a convenient time to run backups of individual user desktops. We don't use profiles on our domain as it's too slow to log on and off as we work with very large files.

I don't have the funding to have a fast NAS setup as the location of redirected desktops along with a backup solution for that. This would be my ideal solution.

Critical data is backed up every night on the server but user's desktops are too big and don't get backed up. We tell all users to ensure their critical files are on the server and not their desktop, but it's nice to have desktops backed up, work in progress is sometimes not copied to the server. A weekly backup would be sufficient. Even then, if I used incremental backups then night backups could be done over night.

So I came up with this idea.

1) Remotely boot all computers over the weekend.
2) Windows XP scheduled tasks runs ntbackup copying data to a cheap slow NAS we have
3) After backup computer shuts down

Does anyone know of a free or cheap tool to boot multiple PCs using Wake on lan. Also it would need to be schduled.

Could a batch script be written to do this?

I know this post is pretty vague but I could ramble on for years adding keywords and explaining it.

On a less frequent basis I can run a network location backup to tape so the regular updates are on the NAS and readily recoverable. And perhaps monthly a tape backup is available should the NAS and desktop get destroyed.

Hopefully this post will get seen!

I know there are lots of points of failure will this solution but it would be better than the current situation of no desktop backups!

Answer : Problem: Scheduled remote wake up multiple computers?

Hi jdunill,

For the wakeup bit have a look at the free tools at depicus - http://www.depicus.com/wake-on-lan/wake-on-lan-cmd.aspx. There is source code, gui and command line tools for WoLing machines. You might need to do some router config if you're waking machines across multiple subnets.

Regarding the backup - ntbackup is a good start, depending on network speed and NAS capacity you might benefit from compressing the backup before copying it over. 7zip is a great free compression tool which I've found to well outperform (both time + compression ratio) some commercial compression software. It is command line scriptable so after the wakeup have a scheduled task backup, compress, then transfer to the NAS.

For the copy itself, have a look at robocopy from Microsoft (bulitin to Vista, or free downloadable in the 2003 resource kit http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en) - it supports multiple attempts, can do restartable copies and has good logging.

Hope that helps get you started!
Simeon
Random Solutions  
 
programming4us programming4us