Re: rsync and permissions

2004-07-05 Thread Wayne Davison
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

Re: include/exclude patterns to copy just certain files?

2004-07-05 Thread Wayne Davison
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

[Windows] Unable to delete files transfered by rsync

2004-07-05 Thread Chang Wooi Po
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

[Bug 1502] rsync error: error in rsync protocol data stream (code 12) at io.c(836)

2004-07-05 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1502 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: Realtime rsyncing

2004-07-05 Thread Chuck Wolber
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

Realtime rsyncing

2004-07-05 Thread Henry van der Beek
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

rsync and permissions

2004-07-05 Thread Christian Frabel
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