borg-info.1 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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 "2023-09-14" "" "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 options
  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 \ PATTERN\fR,\fB \ \-\-match\-archives \ PATTERN
  61. only consider archive names matching the pattern. see \(dqborg help match\-archives\(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. .TP
  72. .BI \-\-oldest \ TIMESPAN
  73. consider archives between the oldest archive\(aqs timestamp and (oldest + TIMESPAN), e.g. 7d or 12m.
  74. .TP
  75. .BI \-\-newest \ TIMESPAN
  76. consider archives between the newest archive\(aqs timestamp and (newest \- TIMESPAN), e.g. 7d or 12m.
  77. .TP
  78. .BI \-\-older \ TIMESPAN
  79. consider archives older than (now \- TIMESPAN), e.g. 7d oder 12m.
  80. .TP
  81. .BI \-\-newer \ TIMESPAN
  82. consider archives newer than (now \- TIMESPAN), e.g. 7d or 12m.
  83. .UNINDENT
  84. .SH EXAMPLES
  85. .INDENT 0.0
  86. .INDENT 3.5
  87. .sp
  88. .nf
  89. .ft C
  90. $ borg info Tuesday2022\-06\-25T20:51:39
  91. Archive name: Tuesday2022\-06\-25T20:51:39
  92. Archive fingerprint: f7dea0788dfc026cc2be1c0f5b94beb4e4084eb3402fc40c38d8719b1bf2d943
  93. Comment:
  94. Hostname: mba2020
  95. Username: tw
  96. Time (start): Sat, 2022\-06\-25 20:51:40
  97. Time (end): Sat, 2022\-06\-25 20:51:40
  98. Duration: 0.03 seconds
  99. Command line: /Users/tw/w/borg\-env/bin/borg \-r path/to/repo create \-\-stats \(aqTuesday{now}\(aq src \-\-progress
  100. Utilization of maximum supported archive size: 0%
  101. Number of files: 244
  102. Original size: 13.80 MB
  103. Deduplicated size: 531 B
  104. .ft P
  105. .fi
  106. .UNINDENT
  107. .UNINDENT
  108. .SH SEE ALSO
  109. .sp
  110. \fIborg\-common(1)\fP, \fIborg\-list(1)\fP, \fIborg\-diff(1)\fP, \fIborg\-rinfo(1)\fP
  111. .SH AUTHOR
  112. The Borg Collective
  113. .\" Generated by docutils manpage writer.
  114. .