borg-info.1 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. .\" Man page generated from reStructuredText.
  2. .
  3. .TH BORG-INFO 1 "2017-03-26" "" "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 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 \-\-sort\-by
  73. Comma\-separated list of sorting keys; valid keys are: timestamp, name, id; default is: timestamp
  74. .TP
  75. .BI \-\-first \ N
  76. consider first N archives after other filters were applied
  77. .TP
  78. .BI \-\-last \ N
  79. consider last N archives after other filters were applied
  80. .UNINDENT
  81. .SH EXAMPLES
  82. .INDENT 0.0
  83. .INDENT 3.5
  84. .sp
  85. .nf
  86. .ft C
  87. $ borg info /path/to/repo::root\-2016\-02\-15
  88. Name: root\-2016\-02\-15
  89. Fingerprint: 57c827621f21b000a8d363c1e163cc55983822b3afff3a96df595077a660be50
  90. Hostname: myhostname
  91. Username: root
  92. Time (start): Mon, 2016\-02\-15 19:36:29
  93. Time (end): Mon, 2016\-02\-15 19:39:26
  94. Command line: /usr/local/bin/borg create \-\-list \-C zlib,6 /path/to/repo::root\-2016\-02\-15 / \-\-one\-file\-system
  95. Number of files: 38100
  96. Original size Compressed size Deduplicated size
  97. This archive: 1.33 GB 613.25 MB 571.64 MB
  98. All archives: 1.63 GB 853.66 MB 584.12 MB
  99. Unique chunks Total chunks
  100. Chunk index: 36858 48844
  101. .ft P
  102. .fi
  103. .UNINDENT
  104. .UNINDENT
  105. .SH SEE ALSO
  106. .sp
  107. \fIborg\-common(1)\fP, \fIborg\-list(1)\fP, \fIborg\-diff(1)\fP
  108. .SH AUTHOR
  109. The Borg Collective
  110. .\" Generated by docutils manpage writer.
  111. .