| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 | .\" 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-SPACE" 1 "2024-09-09" "" "borg backup tool".SH NAMEborg-repo-space \- Manage reserved space in repository.SH SYNOPSIS.spborg [common options] repo\-space [options].SH DESCRIPTION.spThis command manages reserved space in a repository..spBorg can not work in disk\-full conditions (can not lock a repo and thus cannot run prune/delete or compact operations to free disk space)..spTo avoid running into dead\-end situations like that, you can put some objectsinto a repository that take up some disk space. If you ever run into adisk\-full situation, you can free that space and then borg will be able torun normally, so you can free more disk space by using prune/delete/compact.After that, don\(aqt forget to reserve space again, in case you run into thatsituation again at a later time..spExamples:.INDENT 0.0.INDENT 3.5.sp.nf.ft C# Create a new repository:$ borg repo\-create ...# Reserve approx. 1GB of space for emergencies:$ borg repo\-space \-\-reserve 1G# Check amount of reserved space in the repository:$ borg repo\-space# EMERGENCY! Free all reserved space to get things back to normal:$ borg repo\-space \-\-free$ borg prune ...$ borg delete ...$ borg compact \-v  # only this actually frees space of deleted archives$ borg repo\-space \-\-reserve 1G  # reserve space again for next time.ft P.fi.UNINDENT.UNINDENT.spReserved space is always rounded up to use full reservation blocks of 64MiB..SH OPTIONS.spSee \fIborg\-common(1)\fP for common options of Borg commands..SS optional arguments.INDENT 0.0.TP.BI \-\-reserve \ SPACEAmount of space to reserve (e.g. 100M, 1G). Default: 0..TP.B  \-\-freeFree all reserved space. Don\(aqt forget to reserve space later again..UNINDENT.SH SEE ALSO.sp\fIborg\-common(1)\fP.SH AUTHORThe Borg Collective.\" Generated by docutils manpage writer..
 |