Script For Backing Up Users Desktop On Logout.

CarlOConnell

Registered
Apologies in advance as I'm not a script programmer..

We are trying to create a way to backup users desktop (only) to a NAS box then shutdown the machine. This is because users often drag items to the desktop during the day and these need to be backed up. We do this on PC users with a batch file which simply:
1. Deletes existing profile on the server
2. Copies desktop to users folder on server
3. Shuts down machine
It's a good end of day procedure which the user can initiate before leaving the office.

Any ideas?

Carl
 
Back
Top