From bdfdf944a7e677b3dda89c5a062130d1a5d3bb82 Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Mon, 12 Dec 2005 15:03:35 +0000 Subject: Fix some instances of 100% cpu on combo-box 'changed' in "Advanced When". Update drakbackup.conf man page with new options. Add drakbackup man page. --- perl-install/standalone/man/C/man5/drakbackup.5 | 42 ++++++++++++++++++++++ .../standalone/man/C/man5/drakbackup.conf.5 | 25 +++++++++---- 2 files changed, 61 insertions(+), 6 deletions(-) create mode 100644 perl-install/standalone/man/C/man5/drakbackup.5 (limited to 'perl-install/standalone/man') diff --git a/perl-install/standalone/man/C/man5/drakbackup.5 b/perl-install/standalone/man/C/man5/drakbackup.5 new file mode 100644 index 000000000..932221216 --- /dev/null +++ b/perl-install/standalone/man/C/man5/drakbackup.5 @@ -0,0 +1,42 @@ +.\" +.TH drakbackup 5 "December 2005" Mandriva "System Utilities" +.SH NAME +drakbackup + +.SH DESCRIPTION +Drakbackup is a backup/restore application for Mandriva Linux. Most users will want to use the GUI interface, but it is also possible to run the application from the +command line. + +.B "Command Line Options" + +.B + --default + Run a backup using the default configuration. + +.B + --profile + Run a backup using a different profile. (Profiles are alternate, named configurations located in the same directory as the default configuration; i.e. foo.conf). + +.B + --debug + Run drakbackup in debugging mode, which will output additional information for troubleshooting. + +.B + --show-config + Display the configuration summary. + +.B + --cd-info + Dump the capabilities table of attached CD/DVD hardware. + +.B + --daemon + Intended to be used in cron scripts. Runs drakbackup in daemon mode, using defined media methods for unattended backups. + +.SH "SEE ALSO" +.BR drakbackup.conf (5), +.BR /usr/share/doc/mandriva/en/Drakxtools-Guide.html/drakbackup.html + +.SH AUTHOR +Stew Benedict + diff --git a/perl-install/standalone/man/C/man5/drakbackup.conf.5 b/perl-install/standalone/man/C/man5/drakbackup.conf.5 index 20abef201..06b155976 100644 --- a/perl-install/standalone/man/C/man5/drakbackup.conf.5 +++ b/perl-install/standalone/man/C/man5/drakbackup.conf.5 @@ -1,5 +1,5 @@ .\" -.TH drakbackup.conf 5 "March 2004" Mandrakesoft "System Utilities" +.TH drakbackup.conf 5 "December 2005" Mandriva "System Utilities" .SH NAME drakbackup.conf @@ -37,6 +37,9 @@ The default configuration file is located in: .B BACKUPIGNORE Honor .backupignore files in backup directories. +.B + ARCHIVER + Choice of 'tar' or 'star'. Star provides support for ACLs (Access Control Lists). .B OPTION_COMP Compression option (tar.gz, tar.bz2, tar \- tar.gz is default). @@ -48,7 +51,7 @@ The default configuration file is located in: Backup media is re\-writable CD. .B DVDR - Backup media is recordable DVD (not fully supported yet). + Backup media is recordable DVD. .B DVDRW Backup media is recordable DVD+RW. @@ -57,7 +60,7 @@ The default configuration file is located in: Backup media is DVDRAM (not fully supported yet). .B NET_PROTO - Network protocol to use for remote backups: (ftp, rsync, ssh, or webdav) + Network protocol to use for remote backups: (ftp, rsync, ssh) .B HOST_NAME Remote backup host. @@ -99,6 +102,9 @@ The default configuration file is located in: .B MAX_SPACE Maximum Hard Drive Space(MB) to consume for backups. +.B + DEL_OLD + Delete backups older than the given number of days on a new backup run. .B USE_CD Use CD for backups. @@ -126,9 +132,12 @@ The default configuration file is located in: .B CD_DEVICE Cdrecord style CD device name (ie: 1,3,0, or ATAPI:/dev/hdc). +.B + FROM_MAIL + The return address that will be used for backup mail messages. .B USER_MAIL - User to send backup results to via email. + User to send backup results to via email. (Can be a comma seperated list of addresses). .B SMTP_SERVER Mail server to use for sending mail. @@ -171,10 +180,14 @@ The default configuration file is located in: .B CRITICAL_SYS Do backup above system files. +.B + VIEW_RESTORE_LOG + Enables display of the restore process log after a restore operation. .SH "SEE ALSO" -/usr/share/doc/mandrake/en/Drakxtools-Guide.html/drakbackup.html +.BR drakbackup (5), +.BR /usr/share/doc/mandrake/en/Drakxtools-Guide.html/drakbackup.html .SH AUTHOR -Stew Benedict +Stew Benedict -- cgit v1.2.1