# # EXAMPLE: one newsgroup backup with index of subjects generation to # tape using afio to 16Mb tape # # # The title gets shown to the user prior to asking for confirmation to # proceed title: NEWS.GROUP.TO.ARCHIVE 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 # Currently sizes are not properly supported, so we encode it into the # method; afio_st16 being a method that knows that 16Mb is the size of # the tape method: afio_st16 # 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/ng.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: /var/spool/news/news/group/to/archive roots: /usr/local/lib/news/lai/news.group.to.archive.index