1. Debian
Linux
/pppd
# cd /usr/src/linux
# make menuconfig
# make-kpkg clean
# make-kpkg --revision=custom.1.4 kernel_image
dumpの結果をNetBSDにあるDDS3に持ってゆく。
# dump 0af - / | ssh hoge@hoge dd bs=1m of=/dev/nrst0
DUMP: Date of this level 0 dump: Mon Dec 30 23:19:41 2002
DUMP: Dumping /dev/sda2 (/) to standard output
DUMP: Added inode 7 to exclude list (resize inode)
略
DUMP: Volume 1 completed at: Tue Dec 31 00:35:04 2002
DUMP: Volume 1 3502420 tape blocks (3420.33MB)
DUMP: Volume 1 took 1:14:39
DUMP: Volume 1 transfer rate: 781 kB/s
DUMP: 3502420 tape blocks (3420.33MB)
DUMP: finished in 4478 seconds, throughput 782 kBytes/sec
DUMP: Date of this level 0 dump: Mon Dec 30 23:19:41 2002
DUMP: Date this dump completed: Tue Dec 31 00:35:04 2002
DUMP: Average transfer rate: 781 kB/s
DUMP: DUMP IS DONE
0+335397 records in
0+335397 records out
3586478080 bytes transferred in 4517.483 secs (793910 bytes/sec)