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 the process id alone, 'cause, although it identifies the block, it can be used again for other rsync excecution.
i readed the documentation and i did'n find a way to give an id to the block (other than the process id).
can anyone help me?
i can't alter the rsync source code neither(company's politic)
-- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html