pooka
37c4e1235f
Remove the rif/rof options and add rump.dd. This makes usage
consistent with other rump clients. Copying between kernels is
done using the host pipe, e.g.:
dd if=foo rof=bar skip=1 seek=1 => dd if=foo skip=1 | rump.dd of=bar seek=1
Also, the pipe idiom extends to copying between different rump
kernels, e.g.:
env RUMP_SERVER=unix://srv1 rump.dd if=thefile \
| env RUMP_SERVER=unix://srv2 rump.dd of=thefile
Pipe approach suggested by yamt (thanks!)
2011-02-04 19:42:12 +00:00
..
2011-01-24 07:22:57 +00:00
2011-01-29 02:16:52 +00:00
2011-02-04 19:42:12 +00:00
2011-01-23 17:15:15 +00:00
2010-12-17 19:20:42 +00:00
2011-01-22 21:09:51 +00:00
2011-01-07 22:21:56 +00:00
2010-10-09 07:40:58 +00:00