On Tue, Sep 28, 2004 at 03:57:06PM +0200, Max Gilead wrote:
> rsync -v --recursive --rsh="ssh" [EMAIL PROTECTED]:* dest_dir
> receiving file list ... link_stat "/home/login/*" failed: No such file
> or directory
This isn't an rsync problem, this is a shell-induced problem due to you
using a wildc
I have a script which copies files from remote server to local filesystem
and processes them locally. Files on remote server are cleaned
periodically so that every once in a while the remote directory is empty
just after old files are removed. If I run my script it fails with error
mentioned below.