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

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|

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 Status:

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 >

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

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=1753&action=view) Makes get_local_name return NULL if --list-only is given -- Configure

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 Comp

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 diffe

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 t

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 every

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/ + .kde*/share/apps/konqueror/boo

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 wil

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 f

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 rs

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

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: 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 t