DragonFly commits List (threaded) for 2008-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sbin/hammer cmd_mirror.c cmd_pseudofs.c hammer.8 hammer.c hammer.h
dillon 2008/07/30 23:01:32 PDT
DragonFly src repository
Modified files:
sbin/hammer cmd_mirror.c cmd_pseudofs.c hammer.8
hammer.c hammer.h
Log:
HAMMER Utilities: Streaming mirroring!
* Add a new streaming mirroring feature called 'mirror-stream' which works
like mirror-copy but does not exit unless the pipe is broken. A simple
script to sleep and re-run the command (to deal with the occassional
broken tcp connection) is all that is needed.
* Add new options -b <bw> and -i <delay> to support bandwidth-limiting
mirroring streams. The bandwidth may be specified in bytes/sec or suffixed
with 'k', 'm', or 'g' to specify kilobytes, megabytes, or gigabytes per
second.
Revision Changes Path
1.12 +227 -47 src/sbin/hammer/cmd_mirror.c
1.8 +18 -4 src/sbin/hammer/cmd_pseudofs.c
1.44 +30 -0 src/sbin/hammer/hammer.8
1.35 +34 -5 src/sbin/hammer/hammer.c
1.24 +5 -2 src/sbin/hammer/hammer.h
http://www.dragonflybsd.org/cvsweb/src/sbin/hammer/cmd_mirror.c.diff?r1=1.11&r2=1.12&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/hammer/cmd_pseudofs.c.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/hammer/hammer.8.diff?r1=1.43&r2=1.44&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/hammer/hammer.c.diff?r1=1.34&r2=1.35&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/hammer/hammer.h.diff?r1=1.23&r2=1.24&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]