なんだこれは

はてなダイアリーから移転しました。

なんとなくrsyncをbuildしてみた

rsyncのtar-ball(rsync-3.0.2.tar.gz)を落としてきて、解答してREADME INSTALLを読んでみた。forkについて書いてないよ?これのために落としてきたのにぃ。

折角なのでどうでもいいところにinstallしてみた

./configure --prefix=/Users/fu7mu4/test
make
make install

rsyncのhelpの抜粋

rsync version 3.0.2 protocol version 30
Copyright (C) 1996-2008 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 32-bit inums, 32-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
append, ACLs, xattrs, iconv, no symtimes

rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you
are welcome to redistribute it under certain conditions. See the GNU
General Public Licence for details.

で、なんでもよいのでバックアップテスト


./test/bin/rsync -avc Documents/ test3/Users/fu7mu4/test 

出力末尾はこれ

sent 52461393 bytes received 31706 bytes 1128883.85 bytes/sec
total size is 52330559 speedup is 1.00

DocumentsにChokoFlop.appをコピーしてもう一回してみた

sent 7235961 bytes received 9166 bytes 852367.88 bytes/sec
total size is 59457028 speedup is 8.21

じゃあ、何もせずにもう一回

sending incremental file list

sent 76957 bytes received 178 bytes 8119.47 bytes/sec
total size is 59457028 speedup is 770.82

一応コピーされたChokoFlop.appが起動するところまで確認。