#!/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
-
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
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