I am wanting to replicate data and shares to another server. I know I can manually copy shares through Hyena but I want to do this nightly. Is there a way to script this so that a scheduled task can run that would do this? If not, does anyone know of a command line tool that will do this? I'm using robocopy to copy the data, but I need something to copy the shares nightly also. Thanks!
Announcement
Collapse
No announcement yet.
Automating copying shares
Collapse
X
-
Re: Automating copying shares
Are you running 2000 enviroment? You can create a DFS and schedule the replication at night. Then the folder will replicate over. Otherwise look at robocopy or xcopy and a batch file scheduled to run at night. Xcopy would work and you can set switches to quite the prompts.
Comment