Subject: CVS commit: src/sbin
To: None <source-changes@NetBSD.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 04/19/2005 07:26:38
Module Name:	src
Committed By:	hannken
Date:		Tue Apr 19 07:26:38 UTC 2005

Modified Files:
	src/sbin/dump: Makefile dump.8 main.c
	src/sbin/dump_lfs: Makefile
Added Files:
	src/sbin/dump: snapshot.c snapshot.h

Log Message:
Snapshot support for dump(8):

- New option `-x backup' takes the dump from a snapshot backed up by `backup'.
  The snapshot will be deleted on exit.

- New option `-X' as a synonym for `-x mountpoint' where `mountpoint' is the
  file system to be dumped.

Reviewed and Approved by: Manuel Bouyer <bouyer@netbsd.org>


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sbin/dump/Makefile
cvs rdiff -r1.53 -r1.54 src/sbin/dump/dump.8
cvs rdiff -r1.57 -r1.58 src/sbin/dump/main.c
cvs rdiff -r0 -r1.1 src/sbin/dump/snapshot.c src/sbin/dump/snapshot.h
cvs rdiff -r1.5 -r1.6 src/sbin/dump_lfs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.