Another Win2K Backup Question Where to f - TechRepublic
General discussion
March 6, 2001 at 05:38 AM
jodyc

Another Win2K Backup Question Where to f

by jodyc . Updated 25 years, 3 months ago

Here is the script I am using. I want the tape to automatically do a backup and If you want to do a restore, the catalog is already loaded into NTBackup. Also at the end to do an Eject. I can’t seem to get the syntax right. Please help I’m followingQ239892 and trying to use the Unmanaged Method to closer mimic my NT4 scheduled backup scheme.
@ECHO OFF
NTBACKUP BACKUP SYSTEMSTATE C:\ D:\ /M NORMAL /D “Complete System Backup” /V:YES /R:YES /L:F /RS:NO /HC:ON /P “4mm DDS” /um

This discussion is locked

All Comments