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.\" $FreeBSD$ 26.\" 27.Dd July 20, 2005 28.Dt SNAPINFO 8 29.Os 30.Sh NAME 31.Nm snapinfo 32.Nd "show snapshot location on UFS file systems" 33.Sh SYNOPSIS 34.Nm 35.Op Fl v 36.Fl a 37.Nm 38.Op Fl v 39.Ar mountpoint 40.Sh DESCRIPTION 41The 42.Nm 43utility searches and displays the location of snapshots on UFS file systems. 44.Pp 45Currently it works only on mounted file systems. 46It can either search one file system or all of them. 47.Pp 48The following options are available: 49.Bl -tag -width indent 50.It Fl a 51Search for snapshots on all mounted UFS file systems. 52.It Fl v 53Verbose mode. 54.It Ar mountpoint 55Search the file system mounted on this mountpoint. 56.El 57.Sh SEE ALSO 58.Xr ffs 7 , 59.Xr mksnap_ffs 8 60.Sh HISTORY 61The 62.Nm 63utility first appeared in 64.Fx 6.1 . 65.Sh AUTHORS 66.An Mark Santcroos Aq Mt marks@FreeBSD.org 67