borg-info.1 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. .\" Man page generated from reStructuredText.
  2. .
  3. .TH BORG-INFO 1 "2017-06-18" "" "borg backup tool"
  4. .SH NAME
  5. borg-info \- Show archive details such as disk space used
  6. .
  7. .nr rst2man-indent-level 0
  8. .
  9. .de1 rstReportMargin
  10. \\$1 \\n[an-margin]
  11. level \\n[rst2man-indent-level]
  12. level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
  13. -
  14. \\n[rst2man-indent0]
  15. \\n[rst2man-indent1]
  16. \\n[rst2man-indent2]
  17. ..
  18. .de1 INDENT
  19. .\" .rstReportMargin pre:
  20. . RS \\$1
  21. . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
  22. . nr rst2man-indent-level +1
  23. .\" .rstReportMargin post:
  24. ..
  25. .de UNINDENT
  26. . RE
  27. .\" indent \\n[an-margin]
  28. .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
  29. .nr rst2man-indent-level -1
  30. .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
  31. .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
  32. ..
  33. .SH SYNOPSIS
  34. .sp
  35. borg [common options] info <options> REPOSITORY_OR_ARCHIVE
  36. .SH DESCRIPTION
  37. .sp
  38. This command displays detailed information about the specified archive or 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 ("all archives"), because the two
  42. are meaning different things:
  43. .INDENT 0.0
  44. .TP
  45. .B This archive / deduplicated size = amount of data stored ONLY for this archive
  46. = unique chunks of this archive.
  47. .TP
  48. .B All archives / deduplicated size = amount of data stored in the repo
  49. = all chunks in the repository.
  50. .UNINDENT
  51. .SH OPTIONS
  52. .sp
  53. See \fIborg\-common(1)\fP for common options of Borg commands.
  54. .SS arguments
  55. .INDENT 0.0
  56. .TP
  57. .B REPOSITORY_OR_ARCHIVE
  58. archive or repository to display information about
  59. .UNINDENT
  60. .SS optional arguments
  61. .INDENT 0.0
  62. .TP
  63. .B \-\-json
  64. format output as JSON
  65. .UNINDENT
  66. .SS filters
  67. .INDENT 0.0
  68. .TP
  69. .B \-P\fP,\fB \-\-prefix
  70. only consider archive names starting with this prefix.
  71. .TP
  72. .B \-a\fP,\fB \-\-glob\-archives
  73. only consider archive names matching the glob. sh: rules apply, see "borg help patterns". \fB\-\-prefix\fP and \fB\-\-glob\-archives\fP are mutually exclusive.
  74. .TP
  75. .B \-\-sort\-by
  76. Comma\-separated list of sorting keys; valid keys are: timestamp, name, id; default is: timestamp
  77. .TP
  78. .BI \-\-first \ N
  79. consider first N archives after other filters were applied
  80. .TP
  81. .BI \-\-last \ N
  82. consider last N archives after other filters were applied
  83. .UNINDENT
  84. .SH EXAMPLES
  85. .INDENT 0.0
  86. .INDENT 3.5
  87. .sp
  88. .nf
  89. .ft C
  90. $ borg info /path/to/repo::root\-2016\-02\-15
  91. Name: root\-2016\-02\-15
  92. Fingerprint: 57c827621f21b000a8d363c1e163cc55983822b3afff3a96df595077a660be50
  93. Hostname: myhostname
  94. Username: root
  95. Time (start): Mon, 2016\-02\-15 19:36:29
  96. Time (end): Mon, 2016\-02\-15 19:39:26
  97. Command line: /usr/local/bin/borg create \-\-list \-C zlib,6 /path/to/repo::root\-2016\-02\-15 / \-\-one\-file\-system
  98. Number of files: 38100
  99. Original size Compressed size Deduplicated size
  100. This archive: 1.33 GB 613.25 MB 571.64 MB
  101. All archives: 1.63 GB 853.66 MB 584.12 MB
  102. Unique chunks Total chunks
  103. Chunk index: 36858 48844
  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
  111. .SH AUTHOR
  112. The Borg Collective
  113. .\" Generated by docutils manpage writer.
  114. .