| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 | .\" Man page generated from reStructuredText...TH BORG-INFO 1 "2017-06-18" "" "borg backup tool".SH NAMEborg-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.spborg [common options] info <options> REPOSITORY_OR_ARCHIVE.SH DESCRIPTION.spThis command displays detailed information about the specified archive or repository..spPlease note that the deduplicated sizes of the individual archives do not addup to the deduplicated size of the repository ("all archives"), because the twoare 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.spSee \fIborg\-common(1)\fP for common options of Borg commands..SS arguments.INDENT 0.0.TP.B REPOSITORY_OR_ARCHIVEarchive or repository to display information about.UNINDENT.SS optional arguments.INDENT 0.0.TP.B \-\-jsonformat output as JSON.UNINDENT.SS filters.INDENT 0.0.TP.B \-P\fP,\fB  \-\-prefixonly consider archive names starting with this prefix..TP.B \-a\fP,\fB  \-\-glob\-archivesonly consider archive names matching the glob. sh: rules apply, see "borg help patterns". \fB\-\-prefix\fP and \fB\-\-glob\-archives\fP are mutually exclusive..TP.B \-\-sort\-byComma\-separated list of sorting keys; valid keys are: timestamp, name, id; default is: timestamp.TP.BI \-\-first \ Nconsider first N archives after other filters were applied.TP.BI \-\-last \ Nconsider 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\-15Name: root\-2016\-02\-15Fingerprint: 57c827621f21b000a8d363c1e163cc55983822b3afff3a96df595077a660be50Hostname: myhostnameUsername: rootTime (start): Mon, 2016\-02\-15 19:36:29Time (end):   Mon, 2016\-02\-15 19:39:26Command line: /usr/local/bin/borg create \-\-list \-C zlib,6 /path/to/repo::root\-2016\-02\-15 / \-\-one\-file\-systemNumber of files: 38100                       Original size      Compressed size    Deduplicated sizeThis archive:                1.33 GB            613.25 MB            571.64 MBAll archives:                1.63 GB            853.66 MB            584.12 MB                       Unique chunks         Total chunksChunk 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 AUTHORThe Borg Collective.\" Generated by docutils manpage writer..
 |