summaryrefslogtreecommitdiffstats
path: root/sbin/dump
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2003-11-18 00:36:40 +0000
committermckusick <mckusick@FreeBSD.org>2003-11-18 00:36:40 +0000
commitc428ace885437d38f0343448bc61807c6e7a690c (patch)
tree87d183558091293fcfac5b527fc684c3138b3cf5 /sbin/dump
parent14ef4aedea5e5c31b7fe848431239bb1a650da6e (diff)
downloadFreeBSD-src-c428ace885437d38f0343448bc61807c6e7a690c.zip
FreeBSD-src-c428ace885437d38f0343448bc61807c6e7a690c.tar.gz
Document that the live dump command (`dump -L') creates its snapshot
in the .snap directory in the root of the filesystem being dumped. Document that if the .snap directory is missing that it must be created manually and that it should be owned by user root and group operator and set to mode 770 before a live dump can be run.
Diffstat (limited to 'sbin/dump')
-rw-r--r--sbin/dump/dump.813
1 files changed, 12 insertions, 1 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8
index 7842a33..efe7a76 100644
--- a/sbin/dump/dump.8
+++ b/sbin/dump/dump.8
@@ -210,9 +210,20 @@ This option is to notify
that it is dumping a live file system.
To obtain a consistent dump image,
.Nm
-takes a snapshot of the file system and
+takes a snapshot of the file system in the
+.Pa .snap
+directory in the root of the filesystem being dumped and
then does a dump of the snapshot.
The snapshot is removed when the dump is complete.
+If the
+.Pa .snap
+directory does not exist in the root of the filesystem being dumped,
+the dump will fail.
+This problem can be corrected by creating a
+.Pa .snap
+directory in the root of the filesystem to be dumped;
+its owner should be root, its group should be operator,
+and its mode should be 0770.
.It Fl n
Whenever
.Nm
OpenPOWER on IntegriCloud