welcome back from asia btw. how was the trip?
Thanks, I had a great time visting Bangkok, Hong Kong, Macau and Guangzhou.
as for rsync... i'm content w/ 2.3.2.
Lucky you. Mine kept locking up. Not during large fresh transfers, but during small changes inside 70 gigabyte of MP3's.
i was able to speed up the upload of a slightly modified mp3 file (id3 tag mods) by putting the checksum block size to 100000 bytes. it minimizes the transmittion of checksums/packets
You'll be transferring at least one 100.000 byte block then. Did you time different sizes as well?
i was wondering if it would be possible to "import" a current fid/file structure on the empeg
That's going to be hard, as plain empeg fids do not contain the "loadfrom" tag.
mp3tofid segfaults when you change operating systems (xp to 2k in my case)
mp3tofid should not segfault, but you lose anyway. mp3tofid since version 3 uses not only the inode number, but also the major and minor number of the filesystem to uniquely identify a file. Doing so, mp3tofid will handle the rare case of mountpoints within the mp3 tree, which could allow for duplicate inode numbers.
If you copy your mp3's to a different computer, every mp3 file will probably have different inode numbers and the filesystem containing them will probably have different major/minor device numbers. So all fid numbers will be invalid, and will have to be recalculated. And new fid numbers means yet again a new whole rsync transfer. Sorry, but this is how it's designed.
Pim