'\" t .\" Title: ostree admin pin .\" Author: Colin Walters .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 03/26/2024 .\" Manual: ostree admin pin .\" Source: OSTree .\" Language: English .\" .TH "OSTREE ADMIN PIN" "1" "" "OSTree" "ostree admin pin" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ostree-admin-pin \- Explicitly retain deployment at a given index .SH "SYNOPSIS" .HP \w'\fBostree\ admin\ pin\fR\ 'u \fBostree admin pin\fR {INDEX} .SH "DESCRIPTION" .PP Ensures the deployment at INDEX, will not be garbage collected by default\&. This is termed "pinning"\&. If the \-u option is provided, undoes a pinning operation\&. INDEX can be >= 0 or one of booted, pending or rollback strings\&. .SH "OPTIONS" .PP \fB\-\-unpin\fR,\fB\-u\fR .RS 4 Undoes a pinning operation\&. .RE