Scott Russell <[EMAIL PROTECTED]> writes:
> [root@linux ftp-mirror]# ls -al
> total 8
> drwxr-xr-x 2 root root 4096 Feb 16 13:35 .
> drwxr-xr-x 29 root root 4096 Feb 16 13:16 ..
> lrwxrwxrwx 1 root root 57 Feb 16 13:35 RedHat ->
>../../home/ftp/pub/distr
[EMAIL PROTECTED] writes:
> Trying to run rsync as a daemon and use crontab to transfer files
> intermittently.
> Running rsync 2.4.6 and have OPENSSH 2.3.0
>
> get the following error when I do command
>
> SERVER1# rsync /home/testpage SERVER2:/home/testpage
> SERVER2: Connection refused
> u
I tried to use the --cvs-exclude option, so I could fine-tune my
exclusions with a .cvsignore file in each directory, but did not
succeed.
Since I only want to synchronize a subset of my directories,
I use rsync like this:
rsync --archive --update --include-from=filelist.lis -exclude "*" \