~ov+gtm-integration/openvista-gtm-integration/mainline

« back to all changes in this revision

Viewing changes to docs/man1/ovbackup.1

Merge bug 948204 - ovbackup should allow specifying compression options

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH ovbackup 1 "05 Mar 2012" Linux "User Manuals"
 
1
.TH ovbackup 1 "06 Mar 2012" Linux "User Manuals"
2
2
.SH NAME
3
3
ovbackup \- back up routines and globals of an OpenVista instance
4
4
.SH SYNOPSIS
5
5
.B ovbackup
 
6
.RB [ -c
 
7
.IR compression_type ]
6
8
[\fB-f\fR] [\fB-q\fR] [\fB-o\fR]
7
9
.RB [ -t
8
10
.IR tempdir_location ]
67
69
.B -V
68
70
display version information and exit
69
71
.TP
 
72
.BI "-c " compression_type
 
73
choose auto (the default), bzip2, pbzip2, or none.  The 'auto' option will use pbzip2 if available, otherwise bzip2, and this is the default behavior if the -c option is not used.  The difference between bzip2 and pbzip2 is that pbzip2 will utilize all available processors on a multiple-processor system when compressing the archive.  Since this processing is done with a 'nice' level of 10, it will only use spare processing capacity that is not being used by other ordinary processes.  Still, specifying bzip2 limits the compression process to one processor.  If 'none' is specified, the backup archive will be an uncompressed tar file, which is not recommended except for special uses.
 
74
.TP
70
75
.B -f
71
76
fast integ; use the fast option (indexes only) for the integrity check
72
77
.TP