diff options
author | 2014-07-17 19:58:05 +0000 | |
---|---|---|
committer | 2014-07-17 19:58:05 +0000 | |
commit | 9a7a7e7288ed79f67c4198e3031488e58129d22c (patch) | |
tree | 7f62dc03dbb120c6aa7747d036413251cbce3bc0 | |
parent | Rework management of the external L2 cache on the few Indy/Indigo2 systems (diff) | |
download | wireguard-openbsd-9a7a7e7288ed79f67c4198e3031488e58129d22c.tar.xz wireguard-openbsd-9a7a7e7288ed79f67c4198e3031488e58129d22c.zip |
files-to-dump can be a duid;
From: Maximilian Fillinger
-rw-r--r-- | sbin/dump/dump.8 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index 5725d35aa0e..9b4ce35613a 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dump.8,v 1.47 2014/07/11 16:01:41 halex Exp $ +.\" $OpenBSD: dump.8,v 1.48 2014/07/17 19:58:05 jmc Exp $ .\" $NetBSD: dump.8,v 1.17 1997/06/05 11:15:06 lukem Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -31,7 +31,7 @@ .\" .\" @(#)dump.8 8.1 (Berkeley) 6/16/93 .\" -.Dd $Mdocdate: July 11 2014 $ +.Dd $Mdocdate: July 17 2014 $ .Dt DUMP 8 .Os .Sh NAME @@ -288,8 +288,10 @@ but prints only those filesystems which need to be dumped. is either a mountpoint of a filesystem or a list of files and directories on a single filesystem to be backed up as a subset of the filesystem. -In the former case, either the path to a mounted filesystem -or the device of an unmounted filesystem can be used. +In the former case, either the path to a mounted filesystem, +the device of an unmounted filesystem or the +.Xr disklabel 8 +UID can be used. In the latter case, certain restrictions are placed on the backup: .Fl u is ignored, the only dump level that is supported is |