borg-rinfo.1 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. .\" Man page generated from reStructuredText.
  2. .
  3. .
  4. .nr rst2man-indent-level 0
  5. .
  6. .de1 rstReportMargin
  7. \\$1 \\n[an-margin]
  8. level \\n[rst2man-indent-level]
  9. level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
  10. -
  11. \\n[rst2man-indent0]
  12. \\n[rst2man-indent1]
  13. \\n[rst2man-indent2]
  14. ..
  15. .de1 INDENT
  16. .\" .rstReportMargin pre:
  17. . RS \\$1
  18. . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
  19. . nr rst2man-indent-level +1
  20. .\" .rstReportMargin post:
  21. ..
  22. .de UNINDENT
  23. . RE
  24. .\" indent \\n[an-margin]
  25. .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
  26. .nr rst2man-indent-level -1
  27. .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
  28. .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
  29. ..
  30. .TH "BORG-RINFO" 1 "2023-09-14" "" "borg backup tool"
  31. .SH NAME
  32. borg-rinfo \- Show repository infos
  33. .SH SYNOPSIS
  34. .sp
  35. borg [common options] rinfo [options]
  36. .SH DESCRIPTION
  37. .sp
  38. This command displays detailed information about the repository.
  39. .sp
  40. Please note that the deduplicated sizes of the individual archives do not add
  41. up to the deduplicated size of the repository (\(dqall archives\(dq), because the two
  42. are meaning different things:
  43. .sp
  44. This archive / deduplicated size = amount of data stored ONLY for this archive
  45. = unique chunks of this archive.
  46. All archives / deduplicated size = amount of data stored in the repo
  47. = all chunks in the repository.
  48. .SH OPTIONS
  49. .sp
  50. See \fIborg\-common(1)\fP for common options of Borg commands.
  51. .SS options
  52. .INDENT 0.0
  53. .TP
  54. .B \-\-json
  55. format output as JSON
  56. .UNINDENT
  57. .SH EXAMPLES
  58. .INDENT 0.0
  59. .INDENT 3.5
  60. .sp
  61. .nf
  62. .ft C
  63. $ borg rinfo
  64. Repository ID: 0e85a7811022326c067acb2a7181d5b526b7d2f61b34470fb8670c440a67f1a9
  65. Location: /Users/tw/w/borg/path/to/repo
  66. Encrypted: Yes (repokey AES\-OCB)
  67. Cache: /Users/tw/.cache/borg/0e85a7811022326c067acb2a7181d5b526b7d2f61b34470fb8670c440a67f1a9
  68. Security dir: /Users/tw/.config/borg/security/0e85a7811022326c067acb2a7181d5b526b7d2f61b34470fb8670c440a67f1a9
  69. Original size: 152.14 MB
  70. Deduplicated size: 30.38 MB
  71. Unique chunks: 654
  72. Total chunks: 3302
  73. .ft P
  74. .fi
  75. .UNINDENT
  76. .UNINDENT
  77. .SH SEE ALSO
  78. .sp
  79. \fIborg\-common(1)\fP
  80. .SH AUTHOR
  81. The Borg Collective
  82. .\" Generated by docutils manpage writer.
  83. .