borg-info.1 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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-INFO" 1 "2022-09-10" "" "borg backup tool"
  31. .SH NAME
  32. borg-info \- Show archive details such as disk space used
  33. .SH SYNOPSIS
  34. .sp
  35. borg [common options] info [options]
  36. .SH DESCRIPTION
  37. .sp
  38. This command displays detailed information about the specified archive.
  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 optional arguments
  52. .INDENT 0.0
  53. .TP
  54. .B \-\-json
  55. format output as JSON
  56. .UNINDENT
  57. .SS Archive filters
  58. .INDENT 0.0
  59. .TP
  60. .BI \-a \ GLOB\fR,\fB \ \-\-glob\-archives \ GLOB
  61. only consider archive names matching the glob. sh: rules apply, see \(dqborg help patterns\(dq.
  62. .TP
  63. .BI \-\-sort\-by \ KEYS
  64. Comma\-separated list of sorting keys; valid keys are: timestamp, name, id; default is: timestamp
  65. .TP
  66. .BI \-\-first \ N
  67. consider first N archives after other filters were applied
  68. .TP
  69. .BI \-\-last \ N
  70. consider last N archives after other filters were applied
  71. .UNINDENT
  72. .SH EXAMPLES
  73. .INDENT 0.0
  74. .INDENT 3.5
  75. .sp
  76. .nf
  77. .ft C
  78. $ borg info Tuesday2022\-06\-25T20:51:39
  79. Archive name: Tuesday2022\-06\-25T20:51:39
  80. Archive fingerprint: f7dea0788dfc026cc2be1c0f5b94beb4e4084eb3402fc40c38d8719b1bf2d943
  81. Comment:
  82. Hostname: mba2020
  83. Username: tw
  84. Time (start): Sat, 2022\-06\-25 20:51:40
  85. Time (end): Sat, 2022\-06\-25 20:51:40
  86. Duration: 0.03 seconds
  87. Command line: /Users/tw/w/borg\-env/bin/borg \-r path/to/repo create \-\-stats \(aqTuesday{now}\(aq src \-\-progress
  88. Utilization of maximum supported archive size: 0%
  89. Number of files: 244
  90. Original size: 13.80 MB
  91. Deduplicated size: 531 B
  92. .ft P
  93. .fi
  94. .UNINDENT
  95. .UNINDENT
  96. .SH SEE ALSO
  97. .sp
  98. \fIborg\-common(1)\fP, \fIborg\-list(1)\fP, \fIborg\-diff(1)\fP
  99. .SH AUTHOR
  100. The Borg Collective
  101. .\" Generated by docutils manpage writer.
  102. .