gnunet-datastore.1 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .TH GNUNET-DATASTORE "1" "April 13, 2017" "GNUnet"
  2. .SH NAME
  3. gnunet\-datastore \- dump or insert (restore) GNUnet datastore databases
  4. .SH SYNOPSIS
  5. .B gnunet\-datastore
  6. [\fIOPTIONS\fR]
  7. .SH DESCRIPTION
  8. gnunet\-datastore can be used to backup and restore or merge GNUnet
  9. datastores.
  10. This is useful if a datastore is to be migrated between SQL databases,
  11. i.e. from sqlite to postgres or vice versa.
  12. gnunet\-datastore will dump the entire contents of the database or
  13. insert a dump file into the database.
  14. .TP
  15. \fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR
  16. configuration file to use
  17. .TP
  18. \fB\-d\fR, \fB\-\-dump\fR
  19. dump all records to a file
  20. .TP
  21. \fB\-f \fIFILENAME\fR, \fB\-\-file=FILENAME\fR
  22. file to dump to or insert from. Otherwise stdin/stdout are used.
  23. .TP
  24. \fB\-h\fR, \fB\-\-help\fR
  25. print help page
  26. .TP
  27. \fB\-i\fR, \fB\-\-insert\fR
  28. insert from dump file
  29. .TP
  30. \fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR
  31. Change the loglevel. Possible values for LOGLEVEL are ERROR, WARNING, INFO and DEBUG.
  32. .TP
  33. \fB\-l \fIFILENAME\fR, \fB\-\-logfile=FILENAME\fR
  34. configure logging to write logs to FILENAME
  35. .TP
  36. \fB\-v\fR, \fB\-\-version\fR
  37. print the version number
  38. .SH BUGS
  39. Report bugs by using mantis <https://bugs.gnunet.org/> or by sending
  40. electronic mail to <gnunet\-developers@gnu.org>
  41. .SH SEE ALSO
  42. \fBgnunet\-publish\fP(1)
  43. .PP
  44. The full documentation for
  45. .B gnunet
  46. is maintained as a Texinfo manual.
  47. If the
  48. .B info
  49. and
  50. .B gnunet
  51. programs are properly installed at your site, the command
  52. .IP
  53. .B info gnunet
  54. .PP
  55. should give you access to the complete handbook,
  56. .IP
  57. .B info gnunet-c-tutorial
  58. .PP
  59. will give you access to a tutorial for developers.
  60. .PP
  61. Depending on your installation, this information is also
  62. available in
  63. \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).