home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / ibm1 / pcwiz01.arj / BACKUP.INS < prev    next >
Text File  |  1991-09-25  |  3KB  |  87 lines

  1. BACKUP      Creates a BACKUP copy of the current data
  2.             contained on your hard disk.
  3.  
  4. Format:     BACKUP SD:/Path[FileSpec] DestD: [Switches]
  5.  
  6.  
  7.    /S backs up files on BOTH the specified or current
  8.       directory and ALL sub-directories.
  9.  
  10.    /M backs up ONLY the files that have been modified
  11.       since the last BACKUP operation (including files
  12.       with ARCHIVE bit set by ATTRIB +A command).
  13.  
  14.    /A appends/adds the files to an existing set of
  15.       BACKUP diskettes. (Prevents over-writing files.)
  16.  
  17.  
  18.    /D:mm-dd-yy  similiar to /M, but backs up ONLY
  19.       those files modified on, or after, the specified
  20.       DATE.
  21.  
  22.    /T:hh:mm:ss  backs up ONLY those files modified on,
  23.       or after, the specified TIME. (MUST be used in
  24.       conjunction with the DATE switch.)
  25.  
  26.    /F FORMATS the target diskette(s) if it has not
  27.       already been formatted. (DOS V3.3 only.)
  28.  
  29.    /L:[LogFileSpec] Creates a log file that is named
  30.       according to the LogFileSpec entered. Defaults
  31.       to a file name of \BACKUP.LOG.
  32.  
  33.  
  34. Example:    BACKUP C:\ A:
  35.  
  36.   Backs up ALL files contained in the ROOT directory
  37.   of drive C. (Will NOT backup any files contained in
  38.   sub-directories of the specified directory. If the
  39.   Source Directory is omitted will default to the
  40.   CURRENT directory.)
  41.  
  42.  
  43. Example:    BACKUP C:\ A: /S
  44.  
  45.   Backs up ALL files contained in the ROOT directory
  46.   AND sub-directories of drive C. (Performs a BACKUP
  47.   of the ENTIRE contents of drive C.)
  48.  
  49.  
  50. Example:    BACKUP D:\ A: /S/M
  51.  
  52.   Backs up ALL files contained on drive D: (including
  53.   those in sub-directories) that have been MODIFIED
  54.   since the last BACKUP. Requires using a NEW set of
  55.   BACKUP diskettes.
  56.  
  57.  
  58. Example:    BACKUP D:\ A: /S/M/A
  59.  
  60.   Same as preceding example, but APPENDS/ADDS the
  61.   files that have been MODIFIED to an EXISTING set
  62.   of BACKUP diskettes. (Insert LAST diskette used.)
  63.  
  64.  
  65. Example:    BACKUP D:\123 A: /S
  66.  
  67.   Backs up ALL files contained in the D:\123 directory
  68.   (including all D:\123 sub-directories).
  69.  
  70. Example:    BACKUP D:\123 A: /S/M/A/D:04-15-90
  71.  
  72.   APPENDS/ADDS the files in the D:\123 directory and
  73.   its sub-directories that were MODIFIED on, or after,
  74.   15 April 1990 to an EXISTING set of D:\123 BACKUP
  75.   diskettes. (Insert * LAST * D:\123 BACKUP Diskette.)
  76.  
  77. [*]   Normally the Target DRIVE for BACKUP will be
  78.   drive A: for placing BACKUP copies onto diskette(s).
  79.   However, hard disks can be used to receive BACKUPs.
  80.   Such hard disk backup files will be stored on the
  81.   TARGET hard disk in a sub-directory named \BACKUP.
  82.  
  83. [*]   Backups prepared using DOS Version 3.3 can NOT
  84.   be restored to another computer using an earlier DOS
  85.   version unless the system has been "booted" using a
  86.   DOS system diskette of version 3.3 or later.
  87.