Re: encrypted destination

2005-08-17 Thread Wayne Davison
On Mon, Aug 15, 2005 at 11:00:01AM -0400, George Georgalis wrote: A lot of these posts 3 years old, is there plans or reasons not to include [--source-filter / --dest-filter] in the main line code? That patch opens up a huge security hole in daemon servers, so that would have to be handled

Re: rsync and large files

2005-08-17 Thread Wayne Davison
On Mon, Aug 15, 2005 at 12:11:35PM -0400, Sameer Kamat wrote: My question is, I am observing that the data being sent over is almost equal to the size of the file. Would an insertion of a few blocks in a binary file, move the alignment of the entire file and cause this to happen? That depends

Re: Ignoring specific file type

2005-08-17 Thread Wayne Davison
On Mon, Aug 15, 2005 at 01:42:32PM -0600, Ashley M. Kirchner wrote: How can I tell rsync to ignore FIFO files? If you disable the -D option, rsync will not copy them (nor will it copy devices). You'll need to avoid -a (--archive) to do that. ..wayne.. -- To unsubscribe or change options:

Re: encrypted destination

2005-08-17 Thread George Georgalis
On Wed, Aug 17, 2005 at 01:12:42AM -0700, Wayne Davison wrote: On Mon, Aug 15, 2005 at 11:00:01AM -0400, George Georgalis wrote: A lot of these posts 3 years old, is there plans or reasons not to include [--source-filter / --dest-filter] in the main line code? That patch opens up a huge

[Bug 3009] New: build error on sinix: off64_t unknown

2005-08-17 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3009 Summary: build error on sinix: off64_t unknown Product: rsync Version: 2.6.5 Platform: Other OS/Version: other Status: NEW Severity: trivial Priority: P3

Re: [RSYNC] Re: Ignoring specific file type

2005-08-17 Thread Ashley M. Kirchner
Wayne Davison wrote: How can I tell rsync to ignore FIFO files? If you disable the -D option, rsync will not copy them (nor will it copy devices). You'll need to avoid -a (--archive) to do that. Hrm. I need the archive option to retain ownerships and permissions. Are you saying I

CVS update: rsync/patches

2005-08-17 Thread Wayne Davison
Date: Wed Aug 17 08:02:43 2005 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv4218 Added Files: source-filter_dest-filter.diff Log Message: Updating an old patch from the mailing list. Revisions: source-filter_dest-filter.diff NONE