home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / xcopy / hints.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  896 b   |  19 lines

  1. By using the /S and /M options, XCOPY can be used as an alternative to the
  2. BACKUP and RESTORE commands, and it is usually faster.  Also, XCOPY can do
  3. more with subdirectorys than BACKUP. 
  4.  
  5. The copied files can be restored to a hard disk with the XCOPY or COPY 
  6. commands (but not RESTORE), or even used directly while on the backup 
  7. diskette. 
  8.  
  9. However, XCOPY is different from BACKUP in several ways:          
  10.     XCOPY cannot backup files larger than a single diskette, while BACKUP
  11.         can.
  12.     XCOPY does not delete all files on the destination before commencing
  13.         a copy operation (as BACKUP does without the /A option), so 
  14.         the destination diskette should be formatted and empty of 
  15.         files and directories.
  16.     To backup ALL the files on a disk using the /M option of XCOPY, the 
  17.         ATTRIB command must be used to first set the archive attribute 
  18.         before executing XCOPY.
  19.