123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- .\" Man page generated from reStructuredText.
- .
- .TH BORG-INFO 1 "2017-02-11" "" "borg backup tool"
- .SH NAME
- borg-info \- Show archive details such as disk space used
- .
- .nr rst2man-indent-level 0
- .
- .de1 rstReportMargin
- \\$1 \\n[an-margin]
- level \\n[rst2man-indent-level]
- level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
- -
- \\n[rst2man-indent0]
- \\n[rst2man-indent1]
- \\n[rst2man-indent2]
- ..
- .de1 INDENT
- .\" .rstReportMargin pre:
- . RS \\$1
- . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
- . nr rst2man-indent-level +1
- .\" .rstReportMargin post:
- ..
- .de UNINDENT
- . RE
- .\" indent \\n[an-margin]
- .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
- .nr rst2man-indent-level -1
- .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
- .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
- ..
- .SH SYNOPSIS
- .sp
- borg info <options> REPOSITORY_OR_ARCHIVE
- .SH DESCRIPTION
- .sp
- This command displays detailed information about the specified archive or repository.
- .sp
- Please note that the deduplicated sizes of the individual archives do not add
- up to the deduplicated size of the repository ("all archives"), because the two
- are meaning different things:
- .INDENT 0.0
- .TP
- .B This archive / deduplicated size = amount of data stored ONLY for this archive
- = unique chunks of this archive.
- .TP
- .B All archives / deduplicated size = amount of data stored in the repo
- = all chunks in the repository.
- .UNINDENT
- .SH OPTIONS
- .sp
- See \fIborg\-common(1)\fP for common options of Borg commands.
- .SS arguments
- .INDENT 0.0
- .TP
- .B REPOSITORY_OR_ARCHIVE
- archive or repository to display information about
- .UNINDENT
- .SS filters
- .INDENT 0.0
- .TP
- .B \-P\fP,\fB \-\-prefix
- only consider archive names starting with this prefix
- .TP
- .B \-\-sort\-by
- Comma\-separated list of sorting keys; valid keys are: timestamp, name, id; default is: timestamp
- .TP
- .BI \-\-first \ N
- consider first N archives after other filters were applied
- .TP
- .BI \-\-last \ N
- consider last N archives after other filters were applied
- .UNINDENT
- .SH EXAMPLES
- .INDENT 0.0
- .INDENT 3.5
- .sp
- .nf
- .ft C
- $ borg info /path/to/repo::root\-2016\-02\-15
- Name: root\-2016\-02\-15
- Fingerprint: 57c827621f21b000a8d363c1e163cc55983822b3afff3a96df595077a660be50
- Hostname: myhostname
- Username: root
- Time (start): Mon, 2016\-02\-15 19:36:29
- Time (end): Mon, 2016\-02\-15 19:39:26
- Command line: /usr/local/bin/borg create \-\-list \-C zlib,6 /path/to/repo::root\-2016\-02\-15 / \-\-one\-file\-system
- Number of files: 38100
- Original size Compressed size Deduplicated size
- This archive: 1.33 GB 613.25 MB 571.64 MB
- All archives: 1.63 GB 853.66 MB 584.12 MB
- Unique chunks Total chunks
- Chunk index: 36858 48844
- .ft P
- .fi
- .UNINDENT
- .UNINDENT
- .SH SEE ALSO
- .sp
- \fIborg\-common(1)\fP, \fIborg\-list(1)\fP, \fIborg\-diff(1)\fP
- .SH AUTHOR
- The Borg Collective
- .\" Generated by docutils manpage writer.
- .
|