1.\" 2.\" Copyright (c) 2005 Mark Santcroos <marks@FreeBSD.org> 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright 9.\" notice, this list of conditions and the following disclaimer. 10.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" notice, this list of conditions and the following disclaimer in the 12.\" documentation and/or other materials provided with the distribution. 13.\" 14.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR 15.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 16.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 17.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT, 18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 19.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 20.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 21.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24.\" 25.Dd July 20, 2005 26.Dt SNAPINFO 8 27.Os 28.Sh NAME 29.Nm snapinfo 30.Nd "show snapshot location on UFS file systems" 31.Sh SYNOPSIS 32.Nm 33.Op Fl v 34.Fl a 35.Nm 36.Op Fl v 37.Ar mountpoint 38.Sh DESCRIPTION 39The 40.Nm 41utility searches and displays the location of snapshots on UFS file systems. 42.Pp 43Currently it works only on mounted file systems. 44It can either search one file system or all of them. 45.Pp 46The following options are available: 47.Bl -tag -width indent 48.It Fl a 49Search for snapshots on all mounted UFS file systems. 50.It Fl v 51Verbose mode. 52.It Ar mountpoint 53Search the file system mounted on this mountpoint. 54.El 55.Sh SEE ALSO 56.Xr ffs 4 , 57.Xr mksnap_ffs 8 58.Sh HISTORY 59The 60.Nm 61utility first appeared in 62.Fx 6.1 . 63.Sh AUTHORS 64.An Mark Santcroos Aq Mt marks@FreeBSD.org 65