| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 | .\" Man page generated from reStructuredText....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...TH "BORG-REPO-COMPRESS" 1 "2024-11-16" "" "borg backup tool".SH NAMEborg-repo-compress \- Repository (re-)compression.SH SYNOPSIS.spborg [common options] repo\-compress [options].SH DESCRIPTION.spRepository (re\-)compression (and/or re\-obfuscation)..spReads all chunks in the repository and recompresses them if they are not alreadyusing the compression type/level and obfuscation level given via \fB\-\-compression\fP\&..spIf the outcome of the chunk processing indicates a change in compressiontype/level or obfuscation level, the processed chunk is written to the repository.Please note that the outcome might not always be the desired compressiontype/level \- if no compression gives a shorter output, that might be chosen..spPlease note that this command can not work in low (or zero) free disk spaceconditions..spIf the \fBborg repo\-compress\fP process receives a SIGINT signal (Ctrl\-C), the repowill be committed and compacted and borg will terminate cleanly afterwards..spBoth \fB\-\-progress\fP and \fB\-\-stats\fP are recommended when \fBborg repo\-compress\fPis used interactively..spYou do \fBnot\fP need to run \fBborg compact\fP after \fBborg repo\-compress\fP\&..SH OPTIONS.spSee \fIborg\-common(1)\fP for common options of Borg commands..SS optional arguments.INDENT 0.0.TP.BI \-C \ COMPRESSION\fR,\fB \ \-\-compression \ COMPRESSIONselect compression algorithm, see the output of the \(dqborg help compression\(dq command for details..TP.B  \-s\fP,\fB  \-\-statsprint statistics.UNINDENT.SH EXAMPLES.INDENT 0.0.INDENT 3.5.sp.nf.ft C# recompress repo contents$ borg repo\-compress \-\-progress \-\-compression=zstd,3# recompress and obfuscate repo contents$ borg repo\-compress \-\-progress \-\-compression=obfuscate,1,zstd,3.ft P.fi.UNINDENT.UNINDENT.SH SEE ALSO.sp\fIborg\-common(1)\fP.SH AUTHORThe Borg Collective.\" Generated by docutils manpage writer..
 |