cvs commit: src/sbin/hammer Makefile cmd_cleanup.c hammer.8 hammer.c hammer.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Sep 19 21:24:26 PDT 2008
dillon 2008/09/19 21:23:21 PDT
DragonFly src repository
Modified files:
sbin/hammer Makefile hammer.8 hammer.c hammer.h
Added files:
sbin/hammer cmd_cleanup.c
Log:
Add the 'hammer cleanup' command. This is a meta-command which will
process specified HAMMER filesystem or, if none specified, locate all
mounted HAMMER filesystems and run snapshot, pruning, and reblocking
commands a appropriate.
If the <fs>/snapshots directory or <fs>/snapshots/config file does not
exist, they will be created.
Revision Changes Path
1.18 +2 -1 src/sbin/hammer/Makefile
1.47 +36 -0 src/sbin/hammer/hammer.8
1.39 +6 -0 src/sbin/hammer/hammer.c
1.25 +1 -0 src/sbin/hammer/hammer.h
http://www.dragonflybsd.org/cvsweb/src/sbin/hammer/Makefile.diff?r1=1.17&r2=1.18&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/hammer/hammer.8.diff?r1=1.46&r2=1.47&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/hammer/hammer.c.diff?r1=1.38&r2=1.39&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/hammer/hammer.h.diff?r1=1.24&r2=1.25&f=u
More information about the Commits
mailing list