saveconfig.8 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .\" Hey, EMACS: -*- nroff -*-
  2. .\" First parameter, NAME, should be all caps
  3. .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
  4. .\" other parameters are allowed: see man(7), man(1)
  5. .TH SAVECONFIG 8 "Mar 5, 2013"
  6. .\" Please adjust this date whenever revising the manpage.
  7. .\"
  8. .\" Some roff macros, for reference:
  9. .\" .nh disable hyphenation
  10. .\" .hy enable hyphenation
  11. .\" .ad l left justify
  12. .\" .ad b justify to both left and right margins
  13. .\" .nf disable filling
  14. .\" .fi enable filling
  15. .\" .br insert line break
  16. .\" .sp <n> insert n+1 empty lines
  17. .\" for manpage-specific macros, see man(7)
  18. .SH NAME
  19. saveconfig - Directory Server script for saving the Admin Server configuration
  20. .SH SYNOPSIS
  21. saveconfig [ -Z serverID ] [-h]
  22. .SH DESCRIPTION
  23. Makes a backup of the Admin Server configuration information and stores it in /var/lib/dirsrv/slapd-instance_name/bak.
  24. .SH OPTIONS
  25. A summary of options is included below:
  26. .TP
  27. .B \fB\-Z\fR \fIServer Identifier\fR
  28. The server ID of the Directory Server instance. If there is only
  29. one instance on the system, this option can be skipped.
  30. .TP
  31. .B \fB\-h\fR
  32. .br
  33. Display the usage.
  34. .SH EXAMPLE
  35. .TP
  36. saveconfig
  37. .TP
  38. saveconfig -Z instance3
  39. .SH DIAGNOSTICS
  40. Exit status is zero if no errors occur. Errors result in a
  41. non-zero exit status and a diagnostic message being written
  42. to standard error.
  43. .SH AUTHOR
  44. saveconfig was written by the 389 Project.
  45. .SH "REPORTING BUGS"
  46. Report bugs to http://bugzilla.redhat.com.
  47. .SH COPYRIGHT
  48. Copyright \(co 2013 Red Hat, Inc.