Article ID: 104081
Article Last Modified on 12/5/2003
ntbackup backup \\server1\share\<dirname>Windows NT Backup will not backup any files in the specified directory, even though files exist in the directory (\<dirname>).
AT 3:30am backup.batwhere the contents of the BACKUP.BAT file are the following:
ntbackup backup \\server1\share\sysWhen you are using UNC naming conventions, you can avoid mapping a drive letter to a network resource; however, Windows NT Backup does not support UNC naming.
rem Disconnect the current network resource if it exists. net use o: /d rem Connect to the correct network resource for the backup. net use o: \\server1\share rem Run the backup to the network resource. ntbackup backup o:\sys rem Disconnect the current network resource. net use o: /d
Additional query words: prodnt
Keywords: KB104081