diff options
| author | Kirk McKusick <mckusick@FreeBSD.org> | 2003-11-18 00:36:40 +0000 |
|---|---|---|
| committer | Kirk McKusick <mckusick@FreeBSD.org> | 2003-11-18 00:36:40 +0000 |
| commit | b17f40bbda6fee5e88662d68a7d8d372929f4986 (patch) | |
| tree | 87d183558091293fcfac5b527fc684c3138b3cf5 | |
| parent | 97209ca3bf9ba2a1753e491bf73f630904699c14 (diff) | |
Notes
| -rw-r--r-- | sbin/dump/dump.8 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index 7842a33125c9..efe7a76ca631 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 |
