RE: RSync Large Folder on Windows

2006-08-07 Thread Erik Jacobs
I'm not the rsync king but I believe that without the -u flag specified rsync will always send every file (not just stuff that is newer).    -t only preserves the filetimes (meaning if it sends a file from yesterday today, it won't have today as the timestamp on the dst machine)   -Erik   -

RE: RSync Large Folder on Windows

2006-08-07 Thread Erik Jacobs
Brad,   It would help to know the rsync command that you're using and what versions of what are being run where.   -Erik   -Original Message-From: Brad Farrell [mailto:[EMAIL PROTECTED]Sent: Saturday, August 05, 2006 12:25 AMTo: rsync@lists.samba.orgSubject: RSync Large Folder on Wi

RE: code 12 error when specifying files

2006-08-03 Thread Erik Jacobs
Paul, I think the question is why he doesn't get a directory list for rsync remote::users/grp012/12/nhruby/public_html/ The CORE question really is: How do you make rsync transfer the contents of a single directory without recursing and without using wildcards in the SRC expression (with or wit

RE: code 12 error when specifying files

2006-08-03 Thread Erik Jacobs
With 2.5.5 on QNX I get the folder contents list when I do: rsync [EMAIL PROTECTED]::module or rsync [EMAIL PROTECTED]::module/ if I do rsync -v [EMAIL PROTECTED]::module poo (or module/ poo) i get "nothing to do" Adding a (-av) causes it to pull in all the files and the subdirs (recursive),

RE: code 12 error when specifying files

2006-08-03 Thread Erik Jacobs
# {***user***}/home/user> rsync --version rsync version 2.5.5 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, IPv6, 64-bit system inums, 64-bit internal

RE: code 12 error when specifying files

2006-08-03 Thread Erik Jacobs
IL PROTECTED] Sent: Thursday, August 03, 2006 8:29 AM To: rsync@lists.samba.org; Matt McCutchen Subject: Re: code 12 error when specifying files On Thu 03 Aug 2006, Erik Jacobs wrote: > > That works brilliantly, but I think I'm still doing something wrong. > > rsync --exclude=&qu

RE: code 12 error when specifying files

2006-08-03 Thread Erik Jacobs
to solve this problem... but I can't do that anymore because that's what's causing the problem in the first place... Ideas? -Erik -Original Message- From: Matt McCutchen [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 02, 2006 5:54 PM To: Erik Jacobs Cc: rsync Subject: Re

code 12 error when specifying files

2006-08-02 Thread Erik Jacobs
After some googling I was unable to find an exact answer to my issue, so here's my post: We have a file structure on our servers which involves a folder that contains hundreds of info files about particular things that all look like this format: .a.b.c(.old/.new) If I run the following comm

RE: cwrsync server 2.0.4 / winxp / ownership problems?

2006-02-01 Thread Erik Jacobs
no longer incorrectly sets the read-only flag. The target QNX rsync servers set the owner as "root" and no permissions are set (chmod is 000). -Erik -Original Message- From: Tevfik Karagülle [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 31, 2006 5:12 PM To: 'Wayne Davison&

RE: cwrsync server 2.0.4 / winxp / ownership problems?

2006-01-31 Thread Erik Jacobs
>The version of rsync in CVS has an option named --chmod that lets you >request permission changes for the copied files, so using that as the I didn't think that CHMod would have any effect in windows?? Are you referring to the rsync in CVS for cwrsync? -Erik -- To unsubscribe or change options

RE: cwrsync server 2.0.4 / winxp / ownership problems?

2006-01-31 Thread Erik Jacobs
in c:\cv7\windows\ and the properties had been reset to read-only!! Any ideas? -Original Message- From: Tevfik Karagülle [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 5:35 PM To: 'Erik Jacobs' Cc: rsync@lists.samba.org Subject: RE: cwrsync server 2.0.4 / winxp / ow

RE: cwrsync server 2.0.4 / winxp / ownership problems?

2006-01-31 Thread Erik Jacobs
interested). The real problem is that when an operator makes a change on UI1 and runs the sync batch file, all the other UIs end up with read-only perms. If I run that command on the folder /stuff will all of the subfolders inherit those permissions? Thanks for your help again. Erik Jacobs ---

RE: cwrsync server 2.0.4 / winxp / ownership problems?

2006-01-31 Thread Erik Jacobs
Sorry, I just looked at xcacls. /T = recursive /E = edit ACL (don't replace) /G Administrators:F = Full control for all administrators Thanks again! -Original Message- From: Tevfik Karagülle [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 5:35 PM To: 'Erik Jacobs&

cwrsync server 2.0.4 / winxp / ownership problems?

2006-01-30 Thread Erik Jacobs
Hi all! We're using cwrsync server 2.0.4 on winxp to keep files up to date between some operator machines. Whenever I run rsync to send files to another machine, the read-only flag gets set. The cwrsync user was created (the install is completely standard)... so I'm thinking it might have someth