.\" A man page for ipa-backup .\" Copyright (C) 2013 Red Hat, Inc. .\" .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation, either version 3 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU .\" General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License .\" along with this program. If not, see . .\" .\" Author: Rob Crittenden .\" .TH "ipa-backup" "1" "Mar 22 2013" "IPA" "IPA Manual Pages" .SH "NAME" ipa\-backup \- Back up an IPA master .SH "SYNOPSIS" ipa\-backup [\fIOPTION\fR]... .SH "DESCRIPTION" Two kinds of backups: full and data\-only. .TP The back up is optionally encrypted using either the default root GPG key or a named key. No passphrase is supported. .TP Backups are stored in a subdirectory in /var/lib/ipa/backup. .TP The naming convention for full backups is ipa\-full\-YEAR\-MM\-DD\-HH\-MM\-SS in the GMT time zone. .TP The naming convention for data backups is ipa\-data\-YEAR\-MM\-DD\-HH\-MM\-SS In the GMT time zone. .TP Within the subdirectory is file, header, that describes the back up including the type, system, date of backup, the version of IPA, the version of the backup and the services on the master. .TP A backup can not be restored on another host. .TP A backup can not be restored in a different version of IPA. .SH "OPTIONS" .TP \fB\-\-data\fR Back up data only. The default is to back up all IPA files plus data. .TP \fB\-\-gpg\fR Encrypt the back up file. Set \fBGNUPGHOME\fR environment variable to use a custom keyring and gpg2 configuration. .TP \fB\-\-logs\fR Include the IPA service log files in the backup. .TP \fB\-\-online\fR Perform the backup on\-line. Requires the \-\-data option. .TP \fB\-\-disable\-role\-check\fR Perform the backup even if this host does not have all the roles in use in the cluster. This is not recommended. .TP \fB\-\-v\fR, \fB\-\-verbose\fR Print debugging information .TP \fB\-d\fR, \fB\-\-debug\fR Alias for \-\-verbose .TP \fB\-q\fR, \fB\-\-quiet\fR Output only errors .TP \fB\-\-log\-file\fR=\fIFILE\fR Log to the given file .SH "EXIT STATUS" 0 if the command was successful 1 if an error occurred 2 if IPA is not configured .SH "ENVIRONMENT VARIABLES" .PP \fBGNUPGHOME\fR Use custom GnuPG keyring and settings (default: \fB~/.gnupg\fR). .SH "FILES" .PP \fI/var/lib/ipa/backup\fR .RS 4 The default directory for storing backup files. .RE .PP \fl/var/log/ipabackup.log\fR .RS 4 The log file for backups .PP .SH "SEE ALSO" .BR ipa\-restore(1) .BR gpg2(1)