Re: Feature request

2007-03-29 Thread Caleb Cushing
#!/bin/bash exec rsync1 -K "$@" why go to all this? in .bashrc (assumes *nix system) add this # rsync always respect symlinks alias rsync='rsync -K' then source .bashrc or logout and log back in or if you want it for all users put it in /etc/profile. -- Caleb Cushing -

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 ex

rsync api

2007-03-27 Thread Caleb Cushing
rogram in C as I need the speed of a compiled language. any other help/advice/constructive criticism would be welcome -- Caleb Cushing -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html