J
Joe Grover
Guest
I am setting up a new fileserver on a Windows Server Standard 2008 machine.
The machine is currently running in evaluation mode. I installed it on
9/11/2008.
On our existing fileserver we have a data replication script that copies
data from remote office fileshares to the local system for backup every
night. I have copied the script to the new fileserver, making one change to
the path (the target for copied files is on the C: drive instead of the D:
drive now). Here is the script:
robocopy \\aa-dc1.company.local\share c:\datamirrors\AA /R:3 /MIR > AA.Log
robocopy \\gr-dc1.company.local\share c:\datamirrors\GR /R:3 /MIR > GR.Log
robocopy \\tc-1.company.local\share c:\datamirrors\TC /R:3 /MIR > TC.Log
robocopy \\10.251.20.1\c$\db-backup c:\datamirrors\Kaseya\db-backup /R:3
/MIR > Kaseya.Log
robocopy \\10.251.20.1\c$\kaseya c:\datamirrors\Kaseya\Kaseya /R:3 /MIR >>
Kaseya.Log
- Both the old and new fileservers are members of the domain, as are the
remote fileservers
- The script on both servers is configured to use the domain admin account
credentials
- If I manually run the script from the new fileserver, it starts running
fine
- If I create a scheduled task to run the script, it fails with error 0x10
Any help is appreciated. I'd really like this script to run on a schedule.
Thanks!
The machine is currently running in evaluation mode. I installed it on
9/11/2008.
On our existing fileserver we have a data replication script that copies
data from remote office fileshares to the local system for backup every
night. I have copied the script to the new fileserver, making one change to
the path (the target for copied files is on the C: drive instead of the D:
drive now). Here is the script:
robocopy \\aa-dc1.company.local\share c:\datamirrors\AA /R:3 /MIR > AA.Log
robocopy \\gr-dc1.company.local\share c:\datamirrors\GR /R:3 /MIR > GR.Log
robocopy \\tc-1.company.local\share c:\datamirrors\TC /R:3 /MIR > TC.Log
robocopy \\10.251.20.1\c$\db-backup c:\datamirrors\Kaseya\db-backup /R:3
/MIR > Kaseya.Log
robocopy \\10.251.20.1\c$\kaseya c:\datamirrors\Kaseya\Kaseya /R:3 /MIR >>
Kaseya.Log
- Both the old and new fileservers are members of the domain, as are the
remote fileservers
- The script on both servers is configured to use the domain admin account
credentials
- If I manually run the script from the new fileserver, it starts running
fine
- If I create a scheduled task to run the script, it fails with error 0x10
Any help is appreciated. I'd really like this script to run on a schedule.
Thanks!