hi, i was reading a rsync log file, and i discovered that the summatory of each file transfer(in bytes) doesn't match the total transfer for the operation.
for instance:
2005/09/28 22:02:06 [1072] rsync to NOC from nocbox (63.110.176.221)2005/09/28 22:02:07 [1072] IdsProcessor/IdsProcessorLogs/20
i'd found something weird. this two lines are from a windows implementation of rsync:
2005/09/22 20:05:33 [520] recv xxx.xxx.xxx.xxx [xxx.xxx.xxx.xxx] NMSCORE () BACKUP/IDS_HeartlandBank_db_200509220206.BAK 4449207808
2005/09/22 20:17:40 [520] rsync: write failed on "/BACKUP/IDS_HeartlandBank_db
hi, i'm back again with another log format problem
now i need to know the base directory from where rsync is taking the files.
for instance, the follow line:
2005/09/07 22:06:52 [732] COMPAQ/INSIGHT MANAGER/cim_db/
both can be of anyone of the follow commands:
"C:\Pr
hi, i'm making a program that reads from a rsync log file, extracts useful information and writes it to a html file.
the problem is: i don't know the way to identify a rsync block execution, that is a block of text in the log that have the same id process module, and source directory.
i can't use t