PDA

View Full Version : Help me with backing up Win NT!


Paiynn
08-07-01, 09:49 PM
I have 3 NT 4.0 servers at work. I am trying to back up 2 of the drives to a Snap! server that is mapped within each server as an H: drive.

Using the command scheduler in the 4.0 resource kit I set a command line to handle the backup...

backup e: /s /a /m /l:c:\backup.log h:

What this line does is, e: (source) /s (include sub-dir) /a (add files to the existing backup) /m (only backup files which have been modified since last) /l (location of logfile) h: (target to backup to)

I can do this once with no problems. When I try to run it again it says I cannot backup to the target. If I go erase the backup off the server I can run it again though. Any ideas?