Re: exclude all but specifice files in dir

2006-02-22 Thread Harry Putnam
Matt McCutchen [EMAIL PROTECTED] writes: On Wed, 2006-02-15 at 18:33 -0600, Harry Putnam wrote: Wayne Davison [EMAIL PROTECTED] writes: On Tue, Feb 14, 2006 at 03:09:48AM -0600, Harry Putnam wrote: - /.kde* That doesn't exclude anything, since you already included things that match

Include Exclude .. a canonical way

2006-02-22 Thread Harry Putnam
I'm wrestling with include/exclude rules and not finding a way to do this: Simplified command: rsync -avv --exclcude-from=rsync_exclude \ ~/ /dest/ Backup ~/ including ~/.kde3.5/share/apps/konqueror/bookmarks.xml but excluding everything else under ~/.kde3.5 Here are some of

Re: Include Exclude .. a canonical way

2006-02-22 Thread Harry Putnam
Harry Putnam [EMAIL PROTECTED] writes: Here are some of what hasn't worked in an EXCLUDE file. + /.kde3.5/share/apps/konqueror/bookmarks.xml /.kde3.5/ + .kde3.5/share/apps/konqueror/bookmarks.xml /.kde3.5** + .kde3.5/share/apps/konqueror/bookmarks.xml .kde3.5/ There are a number of

Rsyncd log file permission

2006-02-22 Thread Jonathan Chen -X \(jonachen - The Armada Group, Inc. at Cisco\)
Hi I am wondering if there is any way to change the file permission of rsync.log and rsyncd.lock via rsyncd.conf. Most likely the lock file is not possible, but maybe the other file is possible. The reason I am asking is because if I UserA runs rsync, then UserB won't be able to write to

propagate atimes with rsync-2.6.6

2006-02-22 Thread Christian Konz T3
Dear Wayne. Thank you very much for your extensive comments on the our patch. I will try and take them into account and mend our patch accordingly. Unfortunately, I can only do this during my leisure time which is already very limited so it might take some time. But it would be very nice if this

Rsync help needed...

2006-02-22 Thread lsk
Hello, I was reading your posts about RSYNC. We have a massive Oracle schema lots of datafiles about 750 GB size. We do rsync datafiles from source to target server but everytime we cleanup the datafiles on the target server and do rsync every 2 weeks. On the target side mostly the datafiles

Re: exclude all but specifice files in dir

2006-02-22 Thread Wayne Davison
On Wed, Feb 22, 2006 at 03:18:11AM -0600, Harry Putnam wrote: + .kde*/share/apps/konqueror/bookmarks.xml /.kde** You need to restore all the directory includes from your first email: + .kde*/ + .kde*/share/ + .kde*/share/apps/ + .kde*/share/apps/konqueror/ +

Re: Rsync help needed...

2006-02-22 Thread Gian G. Spicuzza
Hi Isk, Please see embedded. Gian lsk wrote: Hello, I was reading your posts about RSYNC. We have a massive Oracle schema lots of datafiles about 750 GB size. We do rsync datafiles from source to target server but everytime we cleanup the datafiles on the target server and do rsync

Re: Include Exclude .. a canonical way

2006-02-22 Thread Wayne Davison
On Wed, Feb 22, 2006 at 05:14:29AM -0600, Harry Putnam wrote: Still it seems there would be a more succinct way... There is if you use rsync 2.6.7 (currently in release testing): rsync -avO --prune-empty-dirs --include=bookmarks.xml --filter='-! */' ~/.kde* some:dest/ This

Re: Rsync help needed...

2006-02-22 Thread lsk
Gian, What do you mean by cleanup the datafiles on the target server? Are you editing files on the target server? lsk: That means I delete/rm the files from the target and then start rsync. If the target is not 100% different from the source, yes, keep it! Rsync will upload the

DO NOT REPLY [Bug 3542] New: rsync --list-only a b/ tries to create b

2006-02-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3542 Summary: rsync --list-only a b/ tries to create b Product: rsync Version: 2.6.7 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3

DO NOT REPLY [Bug 3542] rsync --list-only a b/ tries to create b

2006-02-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3542 --- Comment #1 from [EMAIL PROTECTED] 2006-02-22 17:31 MST --- Created an attachment (id=1753) -- (https://bugzilla.samba.org/attachment.cgi?id=1753action=view) Makes get_local_name return NULL if --list-only is given -- Configure

Re: Rsync help needed...

2006-02-22 Thread Matt McCutchen
On Wed, 2006-02-22 at 11:43 -0800, lsk wrote: lsk: This is oracle database the header information(timestamp..etc) on each datafile constantly changes which might be very small change but the data inside most of the datafiles are same they wont change much. New oracle datafiles will be added on

Re: Include Exclude .. a canonical way

2006-02-22 Thread Harry Putnam
Wayne Davison [EMAIL PROTECTED] writes: On Wed, Feb 22, 2006 at 05:14:29AM -0600, Harry Putnam wrote: Still it seems there would be a more succinct way... There is if you use rsync 2.6.7 (currently in release testing): rsync -avO --prune-empty-dirs --include=bookmarks.xml

DO NOT REPLY [Bug 3543] New: [ACL] rsync calls default_perms_for_dir on omitted implied dirs before ensuring they exist

2006-02-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3543 Summary: [ACL] rsync calls default_perms_for_dir on omitted implied dirs before ensuring they exist Product: rsync Version: 2.6.7 Platform: All OS/Version: All

DO NOT REPLY [Bug 3542] rsync --list-only a b/ tries to create b

2006-02-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3542 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

preventing rsync transfers

2006-02-22 Thread Peter
I sync some client stations to a central server at the discretion of the users. They run a single-transfer daemon by logging in via their ssh accounts. All is well. Now I also allow a certain user to rsync this accumulated client data (which end up as subdirectories of a single directory on the

CVS update: rsync/packaging

2006-02-22 Thread Wayne Davison
Date: Wed Feb 22 19:09:51 2006 Author: wayned Update of /data/cvs/rsync/packaging In directory dp.samba.org:/tmp/cvs-serv12497 Modified Files: release-rsync Log Message: - Improved the way we generate the tar file. - The second run of verify-patches is in a better spot now. - Made

CVS update: rsync

2006-02-22 Thread Wayne Davison
Date: Thu Feb 23 00:38:34 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv26459 Modified Files: main.c Log Message: Rsync no longer returns a usage error when used with one local source arg: this now implies the --list-only option, just like one

CVS update: rsync

2006-02-22 Thread Wayne Davison
Date: Thu Feb 23 00:40:58 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv30396 Modified Files: rsync.yo Log Message: Document the revised --list-only behavior and the ability to use rsync with one local source arg (i.e. no destination).

CVS update: rsync

2006-02-22 Thread Wayne Davison
Date: Thu Feb 23 00:43:17 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv1945 Modified Files: NEWS Log Message: Mention the --list-arg change. Revisions: NEWS1.372 = 1.373