Tony wrote:
I prefer that logging be done on the client, however, if necessary, we may take a look at exporting an server-side rsync log in the Status pages at a future date...
If I understood other resources correctly, the logging actually primarily is configured at the server, in the .conf file.
http://lists.samba.org/archive/rsync/2005-June/012845.html says: "See the rsyncd.conf manpage for how to make the daemon log to a file. No other log-file output is directly supported (e.g. for a remote-shell transfer), but you can use the --log-format option and redirect (or tee) the output to a file."
The rsync manual states
http://rsync.samba.org/ftp/rsync/rsync.html:
Quote:
--log-format=FORMAT
This allows you to specify exactly what the rsync client outputs to the user on a per-file basis. The format is a text string containing embedded single-character escape sequences prefixed with a percent (%) character. For a list of the possible escape characters, see the "log format" setting in the rsyncd.conf manpage. (Note that this option does not affect what a daemon logs to its logfile.)
So I am a bit confused at this stage how to actually format and output a log of the transactions.
Reading up on this led me to believe that primarily the server is doing the logging but I can't seem to manipulate the format, nor do I know, where the logging is stored, and how/ where I can possibly access it in the case of NASLite. That's why it seemed to make sense to me to pursue the client side logging.
(
http://rsync.samba.org/ftp/rsync/rsyncd.conf.html has the log format options listed.)