Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2002 10:21:09 -0800 (PST)
From:      Kirk McKusick <mckusick@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/dump dump.8 main.c
Message-ID:  <200212031821.gB3IL9qc066627@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mckusick    2002/12/03 10:21:09 PST

  Modified files:
    sbin/dump            dump.8 main.c 
  Log:
  Add the `L' option to dump to notify it that it is dumping a
  live filesystem. To obtain a consistent dump image, dump takes
  a snapshot of the filesystem and then does a dump of the snapshot.
  The snapshot is removed when the dump is complete.
  
  Also add an operator warning that the `L' option should be used
  if dump is run on a live filesystem without the `L' option being
  specified. The alternative would be to silently use a snapshot
  any time that a live filesystem is dumped, but this change in
  dump semantics seemed too drastic at this time.
  
  Sponsored by:   DARPA & NAI Labs.
  Approved by:    re
  
  Revision  Changes    Path
  1.50      +10 -1     src/sbin/dump/dump.8
  1.43      +81 -14    src/sbin/dump/main.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212031821.gB3IL9qc066627>