|
HeartWare Backup 1.18 (C) 1993,1997 HeartWare Calling syntax: HBACKUP [[<FileSpec>][/S][/X] | @<FileName>]... [<Directory>] [Switches] /S makes the <FileSpec> enter subdirs /X eXcludes the files in the file spec Switches: /FORMAT[:<Count>] Formats disks every <Count> times /ZIP Compress files on-the-fly /SIZE:<SizeID> Output backup in files of this size /V Enable verification of written data Examples: HBACKUP C:\TPAS7\*.*/S *.TPU/S/X *.BAK/S/X B: backs up all files under C:\TPAS7 except the *.TPU and *.BAK files to B:\ HBACKUP C:\BIN\*.EXE *.COM C:\DOS\*.SYS backs up all *.EXE and *.COM in C:\BIN and all *.SYS in C:\DOS to A:\ |