# # Backup config file... # # # 'chains' defines the number of backup chains that we'll be dealing with. # This hasta come first. # # number # ------ chains 1 # # Each 'level' line defines a backup level. chain is the chain that # this level is being defined for, level is the number (eg # 0), name is a name for it (eg full), every is the max number of days # between backups of that level or lower, and keep is the number of # days to keep the tape around for (forever means forever). # # Each chain must have at least a definition for level 0. You can reuse # the same name for multiple chains, so you can call all of your level 0 # backups "full" for all chains. # # chain level name every keep # ----- ----- ---- ----- ---- level 0 0 full 28 365 level 0 2 weekly 7 28 level 0 9 daily 1 14 # # Each 'group' line defines a name for a group of hosts, which can be # used wherever the backup system expects to get a list of hosts to # backup. # # name hosts... # ---- -------- group all penguin-lust charon anxiety-closet bloom-picayune group foley vice-grips eviscerate # # Each 'location' entry defines a tape drive or storage location. # # name # ---- location sipb-office location doomcom-149 # foley's room location vault # # Each 'tape-type' line defines a type of tape and the valid formats # for it. # # type age uses formats... # ---- --- ---- ---------- tape-type exb 2555 10 8200 8500 tape-type qic 2555 50 11 24 150 tape-type tk50 2555 50 300 tape-type hit 2555 50 800 1600 6250 tape-type dat 2555 50 def # # Each 'tape' line defines an alias for a host:/device tape # specification. # # name host:device type reads writes status? location # ---- ----------- ---- ----- ------ ------- -------- tape 3 bill:/dev/rmt/1hn exb 8200|8500 8500 no sipb-office #tape 4 abyss:/dev/nrmt8 hit 1600|6250 6250 yes hi308 #tape 5 brachiosaur:/dev/nrst0 qic 11|24|150 150 yes hi308 #tape 6 favorite:/dev/nrst0 exb 8200 8200 yes hi308 #tape 13 cards:/dev/nrmt0h tk50 300 300 no hi308 #tape 14 no:/dev/rmt/0mn dat def def no hi308 # # default-tape defines the default tape to use. This can be an alias # or the full host:device spec. # # name type formats # ---- ---- ------- default-tape 3 exb 8200 # # Offsite storage locations. # # location chain wait warn # -------- ----- ---- ---- #offsite bermuda 1 7 2 # # people to send mail to when things are done # # mail addresses # -------------- mail-to sipb-backup # # name of this config (default is ""). Set this if you want to run more # than one version of the backup system on the same host so that they won't # interfere with each other. For example, use "" and "test" to run a # production and test version together. # # name # ---- #config-name