Auto Data Backup

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We have mix enviornament for our network. Servers are NT4 and 2000 professionals are as workstations.I have a query that is there a way that data copied automatically from the Workstations to server like BATCH file commands.Normally i have to brows every computer & copy their data to server it's hell of time consuming proces

Thanks in advance for the sugeestions
 
In a very simplistic solution. You could just write a batch file to copy all the data from one folder to another folder on the server, then use your backup app on the server to backup the folders

try something like

xcopy c:\localdata\*.* /s \\servername\username

Alternatively you could use Off-Line folders if you are using 2k or XP

Mar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top