cvs commit: src/sbin/dump dump.8 main.c src/sbin/newfs mkfs.c
newfs.8 newfs.c newfs.h
Wes Peters
wes at FreeBSD.org
Tue Mar 1 05:30:34 GMT 2005
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
More information about the cvs-src
mailing list