summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/man
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2005-12-12 15:03:35 +0000
committerStew Benedict <stewb@mandriva.org>2005-12-12 15:03:35 +0000
commitbdfdf944a7e677b3dda89c5a062130d1a5d3bb82 (patch)
treea475ea37eaa976b7b783935ae295b259929e89c5 /perl-install/standalone/man
parentf7579b912a4839c1df222db93c854a441dcca562 (diff)
downloaddrakx-bdfdf944a7e677b3dda89c5a062130d1a5d3bb82.tar
drakx-bdfdf944a7e677b3dda89c5a062130d1a5d3bb82.tar.gz
drakx-bdfdf944a7e677b3dda89c5a062130d1a5d3bb82.tar.bz2
drakx-bdfdf944a7e677b3dda89c5a062130d1a5d3bb82.tar.xz
drakx-bdfdf944a7e677b3dda89c5a062130d1a5d3bb82.zip
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.
Diffstat (limited to 'perl-install/standalone/man')
-rw-r--r--perl-install/standalone/man/C/man5/drakbackup.542
-rw-r--r--perl-install/standalone/man/C/man5/drakbackup.conf.525
2 files changed, 61 insertions, 6 deletions
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 <sbenedict@mandriva.com>
+
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 <sbenedict@mandrakesoft.com>
+Stew Benedict <sbenedict@mandriva.com>