Re: double / on --exclude flag cuse the path not to be excluded

2005-12-28 Thread Kfir Cohen
Matt McCutchen wrote: On Wed, 2005-12-28 at 14:52 -0500, Kfir Cohen wrote: thank you for your quick response. How can i ad this to your bugzilla project? --KC rsync -aHvS --exclude /root//Desktop/ /root /tmp/kuku the Desktop Dir will not be excluded. Rsync is behaving correctly by not exclu

-b and --backup-dir options, should backup-dir be INSIDE the sync'd folder?

2005-12-28 Thread Sean Hammond
I'm using rsync to keep 3 copies of a folder named 'sync' synchronised. There is one remote copy, and two machines that I work on that have local copies. I try to always upload work from one machine to the remote copy before doing some work on another machine, otherwise I just merge things manually

"dont compress" via command line

2005-12-28 Thread Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco)
Hey all, Just want to see if there is a workaround or not. For rsyncd.conf, there is the feature "dont compress" certain files that are already compressed. Is there a way to use the same feature with command line rsync to not compress files that are already compressed? I tried looking via rsyn

RE: double / on --exclude flag cuse the path not to be excluded

2005-12-28 Thread Matt McCutchen
On Wed, 2005-12-28 at 14:52 -0500, Kfir Cohen wrote: > thank you for your quick response. > How can i ad this to your bugzilla project? > --KC > > rsync -aHvS --exclude /root//Desktop/ /root /tmp/kuku > > the Desktop Dir will not be excluded. Rsync is behaving correctly by not excluding /root/Desk

RE: double / on --exclude flag cuse the path not to be excluded

2005-12-28 Thread Kfir Cohen
thank you for your quick response. How can i ad this to your bugzilla project? --KC מאת: Wayne Davison [mailto:[EMAIL PROTECTED] נשלח: ד 28/12/2005 12:46 אל: Kfir Cohen עותק לידיעה: rsync@lists.samba.org נושא: Re: double / on --exclude flag cuse the path not to be

RE: Permission problem with rsync in daemon mode

2005-12-28 Thread Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco)
Yup that's what it seems. I tried to do [netegrity] comment = /apps/tools/netegrity path = /apps/tools/netegrity exclude = ./ ../ To just see it works or not and it doesnot. I wish you can specify in the conf file to ignore main dir hidden files or have path be "path =

Re: Permission problem with rsync in daemon mode

2005-12-28 Thread Wayne Davison
On Wed, Dec 28, 2005 at 10:27:59AM -0800, Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco) wrote: > Still I just don't understand why it changes the ~jon/test ownership to > 'cdemgr'too. This is because the directory '.' is copied when rsync copies an entire directory (as it is when

RE: Permission problem with rsync in daemon mode

2005-12-28 Thread Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco)
Apologize for the confusion. I am aware the module name is not duplicated on the destination. So it would copy "/tools/netegrity/siteminder/" to destination ~jon/test/siteminder with permission like below. drwxr-xr-x3 cdemgr cdemgr 4096 Apr 5 2005 siteminder The "/tools/netegrity/

Re: Strange result when backing up /etc vs /root

2005-12-28 Thread Wayne Davison
On Wed, Dec 28, 2005 at 07:13:27PM +1100, Philip Rhoades wrote: > - only the changes to /root get backed up but ALL of /etc gets backed up > everytime! - why should this happen? I don't see any reason why that should happen in what you've presented: you should be ending up with /backup/etc and a /

[Bug 3358] rsync chokes on large files

2005-12-28 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3358 --- Comment #1 from [EMAIL PROTECTED] 2005-12-28 11:21 MST --- The pertinent error is this: rsync: write failed on "/test": No space left on device (28) That is an error from your OS that indicates that there was no room to write out t

Re: error - File or path name too long

2005-12-28 Thread Wayne Davison
On Wed, Dec 21, 2005 at 09:30:05AM -0500, Yuan, Zhiyong (Exchange) wrote: > readlink > directioty_1/directioty_2/directioty_3/A_very_long_File_name_omitted_here: > File or path name too long The OS has a maximum size that they will allow for the path+filename to be specified. If a filename comb

Re: configure error

2005-12-28 Thread Wayne Davison
On Tue, Dec 20, 2005 at 11:39:06AM -0500, Yuan, Zhiyong (Exchange) wrote: > checking for C compiler default output file name... configure: error: C > compiler cannot create executables Perhaps you don't have a C compiler installed on your system? ..wayne.. -- To unsubscribe or change options: h

Re: Permission problem with rsync in daemon mode

2005-12-28 Thread Wayne Davison
On Wed, Dec 28, 2005 at 09:21:37AM -0800, Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco) wrote: > sudo rsync --archive --compress -vv --sparse --progress -e ssh > [EMAIL PROTECTED]::netegrity /users/jon/test/ > > The /users/jon/test/ is owned by jon:jon while the "netegrity" dir o

Re: Rsync Protocol

2005-12-28 Thread Wayne Davison
On Mon, Dec 19, 2005 at 09:07:44AM -0800, Jason C. Leach wrote: > I'm curious how the rsync protocol is these days? The rsync protocol remains as it has been -- compact and cryptic. This may well change for the better at some point, but no changes are planned in the immediate future. ..wayne.. -

RE: Permission problem with rsync in daemon mode

2005-12-28 Thread Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco)
Matt, Thanks for clearing some things up. Still I want 'netegrity' dir ownership/permission to be the same but not the 'test' dir ownership/permission to be changed. Is it possible without the '--archive' switches? > -Original Message- > From: Matt McCutchen [mailto:[EMAIL PROTECTED]

Re: Parsing Error Msgs.

2005-12-28 Thread Wayne Davison
On Thu, Dec 22, 2005 at 04:52:21PM -0800, Jason C. Leach wrote: > @ERROR: chdir failed This is the important message from the daemon (which caused the connection to close). This most likely means that the path specified for the module you accessed is incorrect (the daemon's log file will mention

[Bug 3358] New: rsync chokes on large files

2005-12-28 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3358 Summary: rsync chokes on large files Product: rsync Version: 2.6.6 Platform: PPC OS/Version: Mac OS X Status: NEW Severity: major Priority: P3 Component: core

Re: Permission problem with rsync in daemon mode

2005-12-28 Thread Matt McCutchen
On Wed, 2005-12-28 at 09:21 -0800, Jonathan Chen -X wrote: > sudo rsync --archive --compress -vv --sparse --progress -e ssh > [EMAIL PROTECTED]::netegrity /users/jon/test/ > > The /users/jon/test/ is owned by jon:jon while the "netegrity" dir on > the rsync server has root:root ownership. So whe

Re: double / on --exclude flag cuse the path not to be excluded

2005-12-28 Thread Wayne Davison
On Wed, Dec 28, 2005 at 03:09:14PM +0200, Kfir Cohen wrote: > rsync -aHvS --exclude /root//Desktop/ /root /tmp/kuku > > the Desktop Dir will not be excluded. That's correct -- rsync will never construct a pathname that contains a double slash, so the path will never match a pattern that contains

Permission problem with rsync in daemon mode

2005-12-28 Thread Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco)
RHEL 3 rsync version 2.5.7 protocol version 26 Hello all, I got rsync working mostly fine. I setup rsync in daemon mode for retrievel by another hosts. In terms of retrieving it works fine, but not when it comes to dir ownership. Command used sudo rsync --archive --compress -vv --sparse --p

Illustration showing the rsync SRC and DEST args

2005-12-28 Thread David Tonhofer, m-plify S.A.
Hello, I was somewhat confused by the rsync options, so I have decided to do a little illustration showing the possible SRC and DEST args. Feel free to use the diagram as you like. (This includes critizing): http://rei1.m-plify.net/Rsync_Usage.png The original is a MS Visio (closed format etc,

double / on --exclude flag cuse the path not to be excluded

2005-12-28 Thread Kfir Cohen
Hi, i found out that if you are using the following command: rsync -aHvS --exclude /root//Desktop/ /root /tmp/kuku the Desktop Dir will not be excluded. but if i use: rsync -aHvS --exclude /root/Desktop/ /root /tmp/kuku1 the Desktop Dir will be excluded. the rsync version that i find it is: rsy

rsync web interface tools site link

2005-12-28 Thread gg gg234
Hi Guys,     I have searched many places for rsync web interface and i have found this link very useful and  many people asking about webinterface tools this is the link       www.debianhelp.co.uk/rsyncweb.htm   Really nice tools in one place.   Best Regards Sridhar     -- To unsubscribe or c

Re: Strange result when backing up /etc vs /root

2005-12-28 Thread Tomasz Chmielewski
Philip Rhoades schrieb: People, My backup script has lines: dt=`date '+%Y%m%d'` . . DELETE="--delete" . . rsync -av $DELETE --backup --backup-dir /delmod/$dt /etc /backup/ rsync -av $DELETE --backup --backup-dir /delmod/$dt /root /backup/ - only the changes to /root get backed up but

Strange result when backing up /etc vs /root

2005-12-28 Thread Philip Rhoades
People, My backup script has lines: dt=`date '+%Y%m%d'` . . DELETE="--delete" . . rsync -av $DELETE --backup --backup-dir /delmod/$dt /etc /backup/ rsync -av $DELETE --backup --backup-dir /delmod/$dt /root /backup/ - only the changes to /root get backed up but ALL of /etc gets backed up