# # EXAMPLE: full dos backup # # # The title gets shown to the user prior to asking for confirmation to # proceed title: FULL DOS BACKUP # The device to back up to; in this case SCSI tape drive device: /dev/st0 # The cycle in this case is simple; we only ever do full backups cycle: 0 # Backup using a method that uses cpio(1) method: cpio_crc_st # The order program ensures that the index appears first, so it gets backed # up first, so that we can get it off the tape quickly order: /usr/local/lib/pibu/ng.order # A script to calculate the size of the backup size: /usr/local/lib/pibu/dos.size # A program to generate the index file and save it pre: /usr/local/lib/pibu/ng.pre # We're backing up to tape so let's check the tape is not write-protected # and rewound options: tapechecks # Here's what we actually want to backup roots: /dos # Don't bother backing up the stuff in /dos/tmp, but do backup the directory # itself. exclude: /dos/tmp/.*