Win2000: Scheduled backup of files to a network drive

  • Thread starter Thread starter usenet
  • Start date Start date
U

usenet

I want to schedule a daily backup of local files on my laptop (running
Windows 2000) to a network drive. I would really appreciate if someone
could suggest a completely hands free solution.

Thanks,
Bhat
 
I want to schedule a daily backup of local files on my laptop (running
Windows 2000) to a network drive. I would really appreciate if someone
could suggest a completely hands free solution.

Thanks,
Bhat

1. Create a batch file that uses xcopy.exe to copy your files or
folders to the target location.
2. Test this batch file.
3. Use the Task Scheduler to run this batch file to run at the chosen
time. Make sure to select an account that has appropriate access
rights to the source and to the target folders.
 
Back
Top