diff options
author | wes <wes@FreeBSD.org> | 2005-01-21 22:13:25 +0000 |
---|---|---|
committer | wes <wes@FreeBSD.org> | 2005-01-21 22:13:25 +0000 |
commit | bb68fc2b6ee344a5c2eecf55c47280bcfd199d8f (patch) | |
tree | dc89c6cf6bb7d9bf958470a22560828f84c5fdb4 /sbin/dump/dump.8 | |
parent | 0b29d180747fdc5be41fd0b0924255d0a46641e8 (diff) | |
download | FreeBSD-src-bb68fc2b6ee344a5c2eecf55c47280bcfd199d8f.zip FreeBSD-src-bb68fc2b6ee344a5c2eecf55c47280bcfd199d8f.tar.gz |
Improved error checking for existence of a .snap directory to
generate snapshots in when -L is requested. If the .snap directory
does not exist, or is not a directory, issue a warning and revert
to the non- live behavior.
Obtained from: St. Bernard Software RAPID
Diffstat (limited to 'sbin/dump/dump.8')
-rw-r--r-- | sbin/dump/dump.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index adf1708..26df180 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -237,9 +237,9 @@ This option is ignored for unmounted or read-only file systems. If the .Pa .snap directory does not exist in the root of the file system being dumped, -the +a warning will be issued and the .Nm -will fail. +will revert to the standard behavior. This problem can be corrected by creating a .Pa .snap directory in the root of the file system to be dumped; @@ -271,7 +271,7 @@ The default tape length is 2300 feet. .It Fl T Ar date Use the specified date as the starting time for the dump instead of the time determined from looking in -the +a warning will be issued and the .Pa dumpdates file. The format of date is the same as that of |