Jump to content

Recommended Posts

Posted

Does anyone have a working backup script that can be used to create a folder on the server based on machine name (if it doent already exist) and backup selected folders there, its for some netbooks that are off the domain but we would still like to backup the local documents to a network share periodically.

 

Thanks

Posted

Thanks not sure If im doing some wrong though if I edit the script as below:

 

ROBOCOPY %USERPROFILE% \\server\Public\%COMPUTERNAME% /MIR /XD dirs %USERPROFILE%\AppData "%USERPROFILE%\Application Data" "%USERPROFILE%\Local Settings" /XJD /R:0 /W:0

 

Then its coming with errors, is because Im running it on XP and not a 7 machine maybe?

Posted
Thanks not sure If im doing some wrong though if I edit the script as below:

 

ROBOCOPY %USERPROFILE% \\server\Public\%COMPUTERNAME% /MIR /XD dirs %USERPROFILE%\AppData "%USERPROFILE%\Application Data" "%USERPROFILE%\Local Settings" /XJD /R:0 /W:0

 

Then its coming with errors, is because Im running it on XP and not a 7 machine maybe?

ifts its xp you need to download robocopy iirc its part of the 2003 serer admin junk but im sure if you google it you will find then just copy to c:\windows you may even be able to pinch the exe file from a win7 pc

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...