# # rtibackup.pl Config File # Generated by rtibackup.pl $Revision: 1.302 $ 20111208093106 # # # email=xxxxx # When backups complete, send an email to the user(s) specified in an "email=" line (below). # Use multiple "email=" lines, one email address per line. # Note that the system "mutt" utility is used to send these mails. # #email=user@somewhere.com #email=user2@elsewhere.com # # emailserver=smtp.isp.com # In the event that email does not "just work", this option allows us to send an email via # a 3rd party. For example, sending "through" gmail, yahoo, or your ISP. # Using this requires you have a 3rd party email "username" and "password" as well # as the "smtp" host which your provider uses (eg "smtp.google.com", "smtp.emailsrvr.com", etc) # Note that your password will be stored here in cleartext. # #email_server=smtp.google.com #email_username=someone@gmail.com #email_password=gmailpassword # # Use the sendmail program #email_server=sendmail # # printer=xxxxx # When backups complete, send verify results to one of the printers listed here. # Multiple "printer=xxxxxxx" lines are allowed, in which case, results will be sent to multiple printers. # "xxxxxx" represents the printer queue name; typically the "cups printer name." # #printer=printer11 #printer=order1 # # ejectdays=never # ejectdays=always # ejectdays=weekdays # ejectdays=mon,tue,wed,thu,fri,sat,sun # ejectdays=mon,wed,fri # ejectdays=xxx,xxx,xxx... # # When a backup succeeds, on which days of the week should the tape be ejected? # Some shops never want their tape ejected, other shops want the tape ejected # with every successful backup. # # Most shops are not in the office on Sunday, thus, would not want the tape # ejected on Sunday. Many shops may not want the tape ejected over the weekend. # # This config option enables some control over when the tape is ejected. # Note that the tape is never ejected if the backup failed. # ejectdays=weekdays # # receivefrom=xxx.xxx.xxx.xxx:SVCTAG # # Usually, you will leave this option commented. # If we wish for this server to act as a secondary server, then, running # rtibackup.pl --secondary --configfile=thisfile will look for this particular configuration value. # This value is a colon separated string consisting of: # xxx.xxx.xxx.xxx: IP Address (not hostname) of the primary server which will be sending the data. # SVCTAG: Dell Service Tag Number of the primary server which will be sending the data. # # receivefrom=xxx.xxx.xxx.xxx:SVCTAG # # exclude=/path/to/somewhere # Exclude files or paths from the configured backups. # Note that multiple "exclude=" lines are allowed, and results are passed # directly into a tar "exclude" file (see tar man page.) # #exclude=/path/to/file #exclude=filename # exclude the restore of listed files #exclude-restore=/path/to/file restore-exclude=etc/pam.d restore-exclude=etc/shadow restore-exclude=etc/shadow- restore-exclude=etc/gshadow restore-exclude=etc/passwd restore-exclude=etc/passwd- restore-exclude=etc/group restore-exclude=etc/login.defs restore-exclude=etc/sudoers restore-exclude=etc/grub.conf #restore-exclude=etc/cron.d/nightly-backup restore-exclude=var/log/faillog restore-exclude=etc/ssh #restore-exclude=etc/httpd/conf.d/rti.conf restore-exclude=etc/httpd/conf/httpd.conf restore-exclude=etc/httpd/run restore-exclude=etc/httpd/modules restore-exclude=etc/httpd/logs restore-exclude=etc/httpd/conf.d/proxy_ajp.conf restore-exclude=etc/mail restore-exclude=etc/log.d restore-exclude=etc/sysconfig/rhn restore-exclude=etc/yum restore-exclude=etc/yum.conf restore-exclude=etc/yum.repos.d #restore-exclude=etc/rc.d/init.d/tfremote restore-exclude=etc/inittab #restore-exclude=usr/src/redhat #restore-exclude=etc/hosts.deny #restore-exclude=etc/sysconfig/iptables #restore-exclude=etc/sysconfig/networking #restore-exclude=etc/sysconfig/network-scripts #restore-exclude=etc/sysconfig/i18n restore-exclude=etc/profile #restore-exclude=etc/profile.d #restore-exclude=etc/rc.d/init.d/rti restore-exclude=var/spool/fax restore-exclude=usr/local/lib/BITMAPS restore-exclude=usr2/ostools/bin restore-exclude=usr2/bbx/bin/altiriscontrol.pl restore-exclude=usr2/bbx/bin/dsyperms.pl restore-exclude=usr2/bbx/bin/harden_linux.pl restore-exclude=usr2/bbx/bin/install-ostools.pl restore-exclude=usr2/bbx/bin/LinuxCustominv.pl restore-exclude=usr2/bbx/bin/rtibackup.pl restore-exclude=usr2/bbx/bin/rtiuser.pl restore-exclude=usr2/bbx/bin/tfinfo.pl restore-exclude=usr2/bbx/bin/tfprinter.pl restore-exclude=usr2/bbx/bin/tfremote.pl restore-exclude=usr2/bbx/bin/tfsupport.pl restore-exclude=usr2/bbx/bin/updateos.pl #restore-exclude=etc/samba/lmhosts #restore-exclude=etc/samba/passwd.tdb #restore-exclude=etc/samba/secrets.tdb #restore-exclude=etc/samba/smbpasswd #restore-exclude=etc/samba/smbusers #restore-exclude=etc/samba/smb.conf.* #restore-exclude=etc/motd restore-exclude=etc/redhat-release #restore-exclude=etc/syslog.conf #restore-exclude=etc/rsyslog.conf #restore-exclude=etc/sysconfig/network-scripts/ifcfg-eth0 #restore-exclude=etc/sysconfig/network-scripts/ifcfg-eth1 restore-exclude=usr/java #restore-exclude=etc/hosts # # userfile=/path/to/somewhere # userfile=/path/to/somewhere # ... # Include "user specified" files for backup into the "--backup=include" # option. # Note that multiple "include=" lines are allowed. # Note that "exclude" rules (above) are ignored when these "userfiles" are # backed up. # #userfile=/path/to/file #userfile=filename # # usedvd=true # usedvd=false # usedvd=yes # usedvd=no # Equivalent to "--dvd". # Should the backups attempt to "also backup" to optical media? # usedvd=false # # Device to use for DVD-R, DVD-RW, DVD+RW, DVD+R, etc. # This is the device used when "--dvd" is specified on the commandline. # Usually, this device can be auto-detected. # # This is *not* the device for a Rev drive, RD1000 or USB thumb drive. # See "--device" for that. # # If "--dvd" is specified during backup time, this device will "also" # be used to backup a limited (but critical) subset of data. # #dvddev=/dev/scd1 # # Specify which device we will use to backup. # Note that this device is normally auto-detected, however, by specifying a default, # one could use "non-standard" devices such as external hard disks, USB thumb drives # or even "loopback" image files. # # Use this option with care! # Especially when working with removable media. If you specify some device here # which turns out to be your primary partition, you will wind up wiping out your primary partition. # # To create a "loopback" image file, some examples are below. Make sure to --format the device # before use: # dd if=/dev/zero of=/path/to/file.img bs=1M count=30000 #30 GB image file. # #device=/dev/scd0 #device=/path/to/file.img # # Identify the vendor and model of an external disk. These are the # strings that appear in the following files: # # /sys/block/sd[a|b|c|d|e]/device/vendor # /sys/block/sd[a|b|c|d|e]/device/model # # Default values: #device-vendor=WD #device-model="My Passport" # # Example for other block devices: #device-vendor=Seagate #device-model="FreeAgent GoFlex" # # If set to true, the tar files written to the backup device will be # compressed with bzip2. The default is to not compress. # #compress=false # # If set to true, the tar files read from the backup device are # decompressed with bzip2. The default is to not decompress. # #decompress=false # # If set to true, encrypt the files sent to the secondary server. # Default: false. # #sendto-encrypt=false # # If set to true, decrypt the files received from the primary server. # Default: false. # #receivefrom-decrypt=false # If set to true, run in debug mode # Default: false. # #debugmode=false # If set to true, then if there is a verify error on a backup device, # and a specific backup type was specified on the command line, # then an fsck of the backup device will be performed. # #autocheckmedia=false # # rti=true # rti=yes # Hint the backup script that this is an "rti" system. # This is normally auto-detected. # #rti=true #rti=false # # daisy=true # daisy=false # daisy=yes # daisy=no # Hint the backup script that this is a "daisy" system. # This is normally auto-detected. # #daisy=true #daisy=false