borg-info.1 2.9 KB

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