home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20110718.etc.tar.gz / bradford.20110718.etc.tar / etc / sysconfig / backup < prev    next >
Text File  |  2006-12-18  |  1KB  |  39 lines

  1. ## Path:    System/Backup
  2. ## Description:    
  3. ## Type:    string(/var/adm/backup/rpmdb)
  4. ## Default:    /var/adm/backup/rpmdb
  5. ## Config:
  6. #
  7. # If you want cron.daily to backup the rpm database, specify a directory
  8. # where the backups will be stored. (This is recommended!) The backups
  9. # will be made every time cron.daily is called and the db has changed.
  10. # Setting the variable to "" disables this feature.
  11. #
  12. RPMDB_BACKUP_DIR="/var/adm/backup/rpmdb"
  13.  
  14. ## Type:    integer
  15. ## Default:    5
  16. #
  17. # Here you can set the maximum number of backup files for the rpm
  18. # database.
  19. #
  20. MAX_RPMDB_BACKUPS="5"
  21.  
  22. ## Type:    string
  23. ## Default:    /var/adm/backup/rpmdb
  24. #
  25. # If you want cron.daily to backup /etc/rc.config and the files in 
  26. # /etc/sysconfig, specify a directory where the backups will be stored.
  27. # (This is recommended!) The backups will be made every time cron.daily is
  28. # called and the the content of those files has changed.
  29. # Setting the variable to "" disables this feature.
  30. #
  31. RCCONFIG_BACKUP_DIR="/var/adm/backup/rpmdb"
  32.  
  33. ## Type:    integer
  34. ## Default:    5
  35. #
  36. # Here you can set the maximum number of backup files for the rc.config files.
  37. #
  38. MAX_RCCONFIG_BACKUPS="5"
  39.