1ipa-backup(1) IPA Manual Pages ipa-backup(1)
2
3
4
6 ipa-backup - Back up an IPA master
7
9 ipa-backup [OPTION]...
10
12 Two kinds of backups: full and data-only.
13
14 The back up is optionally encrypted using either the default root GPG
15 key or a named key. No passphrase is supported.
16
17 Backups are stored in a subdirectory in /var/lib/ipa/backup.
18
19 The naming convention for full backups is ipa-full-YEAR-MM-DD-HH-MM-SS
20 in the GMT time zone.
21
22 The naming convention for data backups is ipa-data-YEAR-MM-DD-HH-MM-SS
23 In the GMT time zone.
24
25 Within the subdirectory is file, header, that describes the back up
26 including the type, system, date of backup, the version of IPA, the
27 version of the backup and the services on the master.
28
29 A backup can not be restored on another host.
30
31 A backup can not be restored in a different version of IPA.
32
34 --data Back up data only. The default is to back up all IPA files plus
35 data.
36
37 --gpg Encrypt the back up file. Set GNUPGHOME environment variable to
38 use a custom keyring and gpg2 configuration.
39
40 --logs Include the IPA service log files in the backup.
41
42 --online
43 Perform the backup on-line. Requires the --data option.
44
45 --disable-role-check
46 Perform the backup even if this host does not have all the roles
47 in use in the cluster. This is not recommended.
48
49 --v, --verbose
50 Print debugging information
51
52 -d, --debug
53 Alias for --verbose
54
55 -q, --quiet
56 Output only errors
57
58 --log-file=FILE
59 Log to the given file
60
62 0 if the command was successful
63
64 1 if an error occurred
65
66 2 if IPA is not configured
67
69 GNUPGHOME Use custom GnuPG keyring and settings (default: ~/.gnupg).
70
72 /var/lib/ipa/backup
73 The default directory for storing backup files.
74
75 /var/log/ipabackup.log
76 The log file for backups
77
79 ipa-restore(1) gpg2(1)
80
81
82
83IPA Mar 22 2013 ipa-backup(1)