tar: backup-specs example

1 
1 5.4.4 An Example Text of 'Backup-specs'
1 ---------------------------------------
1 
1 The following is an example of 'backup-specs':
1 
1      # site-specific parameters for file system backup.
1 
1      ADMINISTRATOR=friedman
1      BACKUP_HOUR=1
1      TAPE_FILE=/dev/nrsmt0
1 
1      # Use ssh instead of the less secure rsh
1      RSH=/usr/bin/ssh
1      RSH_COMMAND=/usr/bin/ssh
1 
1      # Override MT_STATUS function:
1      my_status() {
1            mts -t $TAPE_FILE
1      }
1      MT_STATUS=my_status
1 
1      # Disable MT_OFFLINE function
1      MT_OFFLINE=:
1 
1      BLOCKING=124
1      BACKUP_DIRS="
1              albert:/fs/fsf
1              apple-gunkies:/gd
1              albert:/fs/gd2
1              albert:/fs/gp
1              geech:/usr/jla
1              churchy:/usr/roland
1              albert:/
1              albert:/usr
1              apple-gunkies:/
1              apple-gunkies:/usr
1              gnu:/hack
1              gnu:/u
1              apple-gunkies:/com/mailer/gnu
1              apple-gunkies:/com/archive/gnu"
1 
1      BACKUP_FILES="/com/mailer/aliases /com/mailer/league*[a-z]"
1 
1