Scroll to navigation

ipa-backup(1) IPA Manual Pages ipa-backup(1)

NAME

ipa-backup - Back up an IPA master

SYNOPSIS

ipa-backup [OPTION]...

DESCRIPTION

Two kinds of backups: full and data-only.

OPTIONS

Back up data only. The default is to back up all IPA files plus data.
Encrypt the back up file.
The full path to a GPG keyring. The keyring consists of two files, a public and a private key (.sec and .pub respectively). Specify the path without an extension.
Include the IPA service log files in the backup.
Perform the backup on-line. Requires the --data option.
Print debugging information
Alias for --verbose
Output only errors
Log to the given file

EXIT STATUS

0 if the command was successful

1 if an error occurred

2 if IPA is not configured

FILES

/var/lib/ipa/backup

The default directory for storing backup files.

/var/log/ipabackup.log

The log file for backups

SEE ALSO

ipa-restore(1).

Mar 22 2013 IPA