diff options
| author | Thomas Quinot <thomas@FreeBSD.org> | 2006-08-16 16:28:30 +0000 |
|---|---|---|
| committer | Thomas Quinot <thomas@FreeBSD.org> | 2006-08-16 16:28:30 +0000 |
| commit | 72408a122ab12bf395fd710cf23633818f47b285 (patch) | |
| tree | 14de5656f08cc5d63e480c9891af40f05367e078 /sbin/dump | |
| parent | 97a733dff0247b93174774c7681d8e92a6575bb3 (diff) | |
Notes
Diffstat (limited to 'sbin/dump')
| -rw-r--r-- | sbin/dump/dump.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index ac2ead31e430..cd01a75a6254 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -232,7 +232,8 @@ takes a snapshot of the file system in the .Pa .snap directory in the root of the file system being dumped and then does a dump of the snapshot. -The snapshot is removed when the dump is complete. +The snapshot is unlinked as soon as the dump starts, and +is thus removed when the dump is complete. This option is ignored for unmounted or read-only file systems. If the .Pa .snap |
