2
0

borg-info.1 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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 "2024-09-26" "" "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] [NAME]
  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 arguments
  52. .INDENT 0.0
  53. .TP
  54. .B NAME
  55. specify the archive name
  56. .UNINDENT
  57. .SS optional arguments
  58. .INDENT 0.0
  59. .TP
  60. .B \-\-json
  61. format output as JSON
  62. .UNINDENT
  63. .SS Archive filters
  64. .INDENT 0.0
  65. .TP
  66. .BI \-a \ PATTERN\fR,\fB \ \-\-match\-archives \ PATTERN
  67. only consider archive names matching the pattern. see \(dqborg help match\-archives\(dq.
  68. .TP
  69. .BI \-\-sort\-by \ KEYS
  70. Comma\-separated list of sorting keys; valid keys are: timestamp, archive, name, id; default is: timestamp
  71. .TP
  72. .BI \-\-first \ N
  73. consider first N archives after other filters were applied
  74. .TP
  75. .BI \-\-last \ N
  76. consider last N archives after other filters were applied
  77. .TP
  78. .BI \-\-oldest \ TIMESPAN
  79. consider archives between the oldest archive\(aqs timestamp and (oldest + TIMESPAN), e.g. 7d or 12m.
  80. .TP
  81. .BI \-\-newest \ TIMESPAN
  82. consider archives between the newest archive\(aqs timestamp and (newest \- TIMESPAN), e.g. 7d or 12m.
  83. .TP
  84. .BI \-\-older \ TIMESPAN
  85. consider archives older than (now \- TIMESPAN), e.g. 7d or 12m.
  86. .TP
  87. .BI \-\-newer \ TIMESPAN
  88. consider archives newer than (now \- TIMESPAN), e.g. 7d or 12m.
  89. .UNINDENT
  90. .SH EXAMPLES
  91. .INDENT 0.0
  92. .INDENT 3.5
  93. .sp
  94. .nf
  95. .ft C
  96. $ borg info aid:f7dea078
  97. Archive name: source\-backup
  98. Archive fingerprint: f7dea0788dfc026cc2be1c0f5b94beb4e4084eb3402fc40c38d8719b1bf2d943
  99. Comment:
  100. Hostname: mba2020
  101. Username: tw
  102. Time (start): Sat, 2022\-06\-25 20:51:40
  103. Time (end): Sat, 2022\-06\-25 20:51:40
  104. Duration: 0.03 seconds
  105. Command line: /usr/bin/borg \-r path/to/repo create source\-backup src
  106. Utilization of maximum supported archive size: 0%
  107. Number of files: 244
  108. Original size: 13.80 MB
  109. Deduplicated size: 531 B
  110. .ft P
  111. .fi
  112. .UNINDENT
  113. .UNINDENT
  114. .SH SEE ALSO
  115. .sp
  116. \fIborg\-common(1)\fP, \fIborg\-list(1)\fP, \fIborg\-diff(1)\fP, \fIborg\-repo\-info(1)\fP
  117. .SH AUTHOR
  118. The Borg Collective
  119. .\" Generated by docutils manpage writer.
  120. .