drakbackup.conf

Langue: en

Version: December 2005 (mandriva - 22/10/07)

Section: 5 (Format de fichier)

NAME

drakbackup.conf

DESCRIPTION

Drakbackup uses a number of configuration file options to store the user's preferences as to what/where/when data is backed up. Normally these options are set from withing the GUI, but it is also possible to manually edit the file. This manpage attempts to explain the recognized options and what they are used for.

The default configuration file is located in:


   Root Mode: /etc/drakxtools/drakbackup/drakbackup.conf
   User Mode: ~/.drakbackup/drakbackup.conf

Option definitions (all options are either =1, or have some text/numeric value or list of values):
 
 SYS_FILES              

   Comma separated list of system directories to backup. 

 HOME_FILES

   Comma separated list of user home directories to backup. 
 OTHER_FILES

   Comma separated list of other files to backup.
 PATH_TO_SAVE

   Default Hard Drive path to create backup files in.
     Root Mode: default is /var/lib/drakbackup
     User Mode: default is ~/.drakbackup/backups
 NO_SYS_FILES

   Don't backup system files (default for non-root).
 NO_USER_FILES

   Don't backup user files. 
 BACKUPIGNORE

   Honor .backupignore files in backup directories.
 ARCHIVER

   Choice of 'tar' or 'star'. Star provides support for ACLs (Access Control Lists).
 OPTION_COMP

   Compression option (tar.gz, tar.bz2, tar - tar.gz is default).
 NO_BROWSER_CACHE

   Skip web browser cache.
 CDRW

   Backup media is re-writable CD.
 DVDR

   Backup media is recordable DVD.
 DVDRW

   Backup media is recordable DVD+RW.
 DVDRAM

   Backup media is DVDRAM (not fully supported yet).
 NET_PROTO

   Network protocol to use for remote backups: (ftp, rsync, ssh)
 HOST_NAME

   Remote backup host.
 HOST_PATH

   Backup storage path or module on remote host.
 REMEMBER_PASS

   Remember password on remote host in config file.
 USER_KEYS

   Ssh keys are already setup for communicating with remote host.
 DRAK_KEYS

   Use special drakbackup generated host keys.
      (requires perl-Expect)
 USE_EXPECT

   Use expect to do the whole scp transfer, without keys.
      (requires perl-Expect)
 LOGIN

   Remote host login name.
 PASSWD

   Password on remote host (if REMEMBER_PASS is enabled).
 DAEMON_MEDIA

   Daemon mode backup via given media.
      (hd, cd, tape, ftp, rsync, ssh, or webdav)
 HD_QUOTA

   Use quota to limit hard drive space used for backups.
      (not supported yet)
 USE_HD

   Use Hard Drive for backups.
      (currently all modes use HD also for temporary storage)
 MAX_SPACE

   Maximum Hard Drive Space(MB) to consume for backups. 
 DEL_OLD

   Delete backups older than the given number of days on a new backup run.
 USE_CD

   Use CD for backups.
 FORCE_CD

   Use -force when writing CD/DVD (override media/drive speed mismatch, other issues).
 DIRECT_CD

   Write directly to CD/DVD with no intermediate ISO image.
 USE_NET

   Use network for backups (driven by NET_PROTO).
 USE_TAPE

   Use tape for backup.
 DIRECT_TAPE

   Write directly to tape with no intermediate tarfiles on HD.
 DEL_HD_FILES

   Delete local hard drive tar files after backup to other media.
 TAPE_NOREWIND

   Use non-rewinding tape device.
 CD_TIME        

   Length of CD media (not currently utilized).

 DAEMON_TIME_SPACE

   Interval between daemon backup runs (hourly, daily, weekly, custom).
 CD_WITH_INSTALL_BOOT

   Build a bootable restore CD (currently not utilized).
 CD_DEVICE

   Cdrecord style CD device name (ie: 1,3,0, or ATAPI:/dev/hdc).
 FROM_MAIL

   The return address that will be used for backup mail messages.
 USER_MAIL

   User to send backup results to via email. (Can be a comma seperated list of addresses).
 SMTP_SERVER

   Mail server to use for sending mail.
 SEND_MAIL

   Do send backup results via email.
 TAPE_DEVICE

   Device to use for tape backup (ie: /dev/st0).
 MEDIA_ERASE

   Erase media before new backup (applies to tape, CD).
 MEDIA_EJECT

   Eject media after backup completes.
 MULTI_SESSION

   Allow muliple sessions to be written to CD media.
 SYS_INCREMENTAL_BACKUPS

   Do incremental or differential backups of system files.
 USER_INCREMENTAL_BACKUPS

   Do incremental or differential backups of user files.
 OTHER_INCREMENTAL_BACKUPS

   Do incremental or differential backups if other files.
 SYS_DIFFERENTIAL_BACKUPS

   Do differential backups of system files.
 USER_DIFFERENTIAL_BACKUPS

   Do differential backups of user files.
 OTHER_DIFFERENTIAL_BACKUPS

   Do differential backups if other files.
 NO_CRITICAL_SYS

   Do not backup critical system files: (passwd, fstab, group, mtab)
 CRITICAL_SYS

   Do backup above system files.
 VIEW_RESTORE_LOG

   Enables display of the restore process log after a restore operation.

SEE ALSO

drakbackup(5), /usr/share/doc/mandrake/en/Drakxtools-Guide.html/drakbackup.html

AUTHOR

Stew Benedict <sbenedict@mandriva.com>