On Mon, Jul 05, 2004 at 01:53:44PM +0200, Christian Frabel wrote:
> We use a rsync server on the distant machine and we connect from the
> local one using ssh.
If you're using ssh you aren't talking to the rsync server (unless
you're only using as a tunnel). The rsync server only listens for
dire
On Sat, Jul 03, 2004 at 05:25:05PM -0600, Bob Proulx wrote:
> rsync -a --include '*/' --include '**/a1/foo' --exclude "*" . example.com:/tmp/
Yes, that is the way to use include/exclude without first figuring
out where all the foo files are. As you noted that results in all
directories in the t
Hi all,
I'm newbie to rsync, not sure if I use it correctly.
I installed rsync v2.6.2 protocol version 28 on 2 of my machines at
home. Both running WinXP SP1.
On the machine (named machine 1) with NTFS formatted drive, I issued the
following commands
>rsync -varuz "machine2::My
https://bugzilla.samba.org/show_bug.cgi?id=1502
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On Mon, 5 Jul 2004, Henry van der Beek wrote:
> Hi, I am trying to synchronise two directories on separate machines
> across a network using rsync, but I want to apply rsync whenever the
> contents of the directories are altered, rather than using a cron job.
> Does anyone have any ideas? We are r
Hi,
I am trying to synchronise two directories on separate machines across a
network using rsync, but I want to apply rsync whenever the contents of the
directories are altered, rather than using a cron job. Does anyone have any
ideas? We are running Redhat9.0.
Thanks
Henry
--
To unsubscribe o
Dear all,
On one hand we use a server connected to the Internet where we put, CVS
repositories, databases, etc.
On the other hand, we try to backup to a local machine using rsync. We
use a rsync server on the distant machine and we connect from the local
one usinf ssh. All works fine except that