Date: Tue, 1 Mar 2005 05:30:30 +0000 (UTC) From: Wes Peters <wes@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump dump.8 main.c src/sbin/newfs mkfs.c newfs.8 newfs.c newfs.h Message-ID: <200503010530.j215UU4Z007998@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wes 2005-03-01 05:30:30 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sbin/dump dump.8 main.c
sbin/newfs mkfs.c newfs.8 newfs.c newfs.h
Log:
MFC improved handling of .snap directories in filesystems.
In newfs:
Add an option to suppress the creation of the .snap directory in
the new filesystem. This is intended for memory and vnode filesystems
that will never be fsck'ed or dumped.
In dump:
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
Revision Changes Path
1.66.2.1 +3 -4 src/sbin/dump/dump.8
1.59.2.1 +26 -15 src/sbin/dump/main.c
1.85.2.3 +38 -30 src/sbin/newfs/mkfs.c
1.67.2.1 +16 -1 src/sbin/newfs/newfs.8
1.76.2.3 +5 -1 src/sbin/newfs/newfs.c
1.16.2.1 +1 -0 src/sbin/newfs/newfs.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503010530.j215UU4Z007998>
