1ipa-backup(1) FreeIPA 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 --v, --verbose
46 Print debugging information
47
48 -d, --debug
49 Alias for --verbose
50
51 -q, --quiet
52 Output only errors
53
54 --log-file=FILE
55 Log to the given file
56
58 0 if the command was successful
59
60 1 if an error occurred
61
62 2 if IPA is not configured
63
65 GNUPGHOME Use custom GnuPG keyring and settings (default: ~/.gnupg).
66
68 /var/lib/ipa/backup
69 The default directory for storing backup files.
70
71 /var/log/ipabackup.log
72 The log file for backups
73
75 ipa-restore(1) gpg2(1)
76
77
78
79FreeIPA Mar 22 2013 ipa-backup(1)