# # Methods file # # Each entry in this file consists of two fields separated by a colon and # a space. # The first entry is a method name, and the method command. # The method name may consist of the A-Z, a-z, 0-9 and underscore. # The method command is a unix command to read a list of files from the # standard input and back them up. # The method command may contain the following character sequences which # will be converted at run time to the specified items: # %D backup device as specifed by the 'device' entry in the # config file associated with the fileset named on the # command line # # CPIO WITH CRC CHECKS FOR ANYTHING # cpio_crc: cpio -ovB -H crc -F %D # # CPIO WITH CRC CHECKS FOR TAPES (LARGE IO BLOCK SIZE) # cpio_crc_st: cpio -ovB -H crc -C 2097152 -F %D # # AFIO FOR FLOPPIES # afio_fd: afio -o -v -F -s 1440k -K -R 'fdformat /dev/fd0u1440' -T 3k -Z %D # # AFIO FOR 16 Mb TAPES # afio_st16: afio -o -v -s 16m -Z %D