borg-repo-info.1 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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-REPO-INFO" "1" "2025-05-19" "" "borg backup tool"
  31. .SH NAME
  32. borg-repo-info \- Show repository infos
  33. .SH SYNOPSIS
  34. .sp
  35. borg [common options] repo\-info [options]
  36. .SH DESCRIPTION
  37. .sp
  38. This command displays detailed information about the repository.
  39. .SH OPTIONS
  40. .sp
  41. See \fIborg\-common(1)\fP for common options of Borg commands.
  42. .SS options
  43. .INDENT 0.0
  44. .TP
  45. .B \-\-json
  46. format output as JSON
  47. .UNINDENT
  48. .SH EXAMPLES
  49. .INDENT 0.0
  50. .INDENT 3.5
  51. .sp
  52. .EX
  53. $ borg repo\-info
  54. Repository ID: 0e85a7811022326c067acb2a7181d5b526b7d2f61b34470fb8670c440a67f1a9
  55. Location: /Users/tw/w/borg/path/to/repo
  56. Encrypted: Yes (repokey AES\-OCB)
  57. Cache: /Users/tw/.cache/borg/0e85a7811022326c067acb2a7181d5b526b7d2f61b34470fb8670c440a67f1a9
  58. Security dir: /Users/tw/.config/borg/security/0e85a7811022326c067acb2a7181d5b526b7d2f61b34470fb8670c440a67f1a9
  59. Original size: 152.14 MB
  60. Deduplicated size: 30.38 MB
  61. Unique chunks: 654
  62. Total chunks: 3302
  63. .EE
  64. .UNINDENT
  65. .UNINDENT
  66. .SH SEE ALSO
  67. .sp
  68. \fIborg\-common(1)\fP
  69. .SH AUTHOR
  70. The Borg Collective
  71. .\" Generated by docutils manpage writer.
  72. .