Re: rsync api

2007-03-28 Thread Caleb Cushing
thanks for the info wayne. On 3/28/07, Wayne Davison <[EMAIL PROTECTED]> wrote: On Tue, Mar 27, 2007 at 10:54:07PM -0400, Caleb Cushing wrote: > does rsync have an api? There's no API besides the command-line interface. Programs that make use of rsync tend to run it as an external command and

Re: rsync api

2007-03-28 Thread Wayne Davison
On Tue, Mar 27, 2007 at 10:54:07PM -0400, Caleb Cushing wrote: > does rsync have an api? There's no API besides the command-line interface. Programs that make use of rsync tend to run it as an external command and interpret the output (see --verbose (-v) and --itemize-changes (-i) for that). ..w

rsync api

2007-03-27 Thread Caleb Cushing
does rsync have an api? (think I've read the answer in the archives and that's yes) where can I find documentation on the api? google thus far has been unable to locate it for me and browsing around http://samba.anu.edu.au/rsync/ sorry if these seem like stupid questions. I'm a programming n00b,