#!/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
--
To unsubscribe or c
On 3/29/07, Mike Tishetsky <[EMAIL PROTECTED]> wrote:
I recently noticed strange behavior of rsync that is not fatal but is rather
annoying. During transfer if a symlink representing a directory exists on
receiver, but is not created by rsync, rsync replaces that symlink with a
normal directory.
Thanks for your reply. Your first link answered my question. I needed
to set the CYGWIN variable to nontsec.
Thanks for your help.
Robert
-Original Message-
From: Alexandros Papadopoulos [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 28, 2007 12:08 PM
To: rsync@lists.samba.org
Subje
Hello,
My rsync version is 2.6.9 protocol version 29 for linux.
I recently noticed strange behavior of rsync that is not fatal but is rather
annoying. During transfer if a symlink representing a directory exists on
receiver, but is not created by rsync, rsync replaces that symlink with a
nor