Why doesn't rsync update this file?

2011-07-25 Thread Jeremy Sanders
97837379 +0100 As far as I can see --modify-window should be zero for default for an exact match (from the manual). I've tried setting it to zero but it doesn't update the file. Any idea what I'm doing wrong? This is rsync c0d07c098724ee8c382a498cab991f7d8467d778 in the b3.0.x bran

Re: Question about in-place option.

2011-06-22 Thread jeremy
trfs > will act the same way) ; rsync replaces the whole file even with > '--inplace' and so snapshots are inefficient. Are you doing local copies? You should also use the --no-whole-file option. I think --inplace would be better if it made the default --no-whole-file for local cop

Re: Crash copying to a zfs-fuse partition

2011-04-22 Thread jeremy
lar matching data and file > length. Can you still get a crash using 3.0.8? If so, try the attached > patch and see if it fixes the issue. The crash is reproducable. I was able to fix it by applying the patch to 3.0.8. Thanks! Jeremy -- Please use reply-all for most replies to avoid

Re: Crash copying to a zfs-fuse partition

2011-04-21 Thread jeremy
jer...@jeremysanders.net wrote: > Hi - I'm using rsync 3.0.8 on Fedora 14 x86-64 (package, not built). I get > a repeated crash trying to rsync to a particular zfs partition: I've just built the latest development source from git. It appears this bug is already fixed there.

Crash copying to a zfs-fuse partition

2011-04-21 Thread jeremy
s this a known bug? Thanks Jeremy -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Slowness and sparse files

2009-04-29 Thread Jeremy Sanders
rts full duplex at 1000Mb/s on both systems as well. Would latency be an issue? Does rsync operate on a file-by-file basis over the network or does it batch up requests? Jeremy -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: http

Slowness and sparse files

2009-04-29 Thread Jeremy Sanders
n't a minimum threshold of ~1024 bytes before seeking. It's not clear to me that this is my problem, but at least it would be a sensible optimisation. Jeremy -- Jeremy Sanders http://www.jeremysanders.net/Cambridge, UK Public Key Server PGP Key ID: E1AAE053 -- Ple

Re: Adding ACLs on Solaris

2006-01-24 Thread Mr jeremy pennington
The rsync version was 2.6.6, but I was never able to get the patch to work. However, I got a link to a pre-patched version and I was able to get it installed. Thanks --- Wayne Davison <[EMAIL PROTECTED]> wrote: > On Mon, Jan 23, 2006 at 06:49:09PM -0800, Mr jeremy > penn

Adding ACLs on Solaris

2006-01-23 Thread Mr jeremy pennington
When I try to patch rsync to allow for acls I get the following: patch -p0 < patches/acls.diff Looks like a unified context diff. Hunk #1 failed at line 25. Hunk #2 failed at line 0. 2 out of 2 hunks failed: saving rejects to Makefile.in.rej The next patch looks like a unified context diff. Th

Re: rsync --server and "max connections"

2005-07-14 Thread Jeremy Lepore
a cause for this problem. There may be as much as five other "rsync --server" sessions at a given point in time on the target node. Each session has one rshd process, one "rsync --server" child, and one "rsync --server" grandchild. Flags typically used are "-u

rsync --server and "max connections"

2005-07-12 Thread Jeremy Lepore
max connections (#) reached - try again later" ? (using 2.5.4 on aix 5.2 for source and target) Thank you. Jeremy -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Problems with rsync server over ssh client

2005-02-03 Thread Jeremy Hansen
On 2/3/05 2:56 PM, "Wayne Davison" <[EMAIL PROTECTED]> wrote: > On Thu, Feb 03, 2005 at 02:01:28PM -0800, Jeremy Hansen wrote: >> use --rsh="ssh -l username", that the rsync server is ignore my >> rsyncd.conf uid and gid directives. > > Correc

Problems with rsync server over ssh client

2005-02-03 Thread Jeremy Hansen
against existing system users that are using ldap for their authentication. Thanks -jeremy -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Rsync not copying sub directories.

2005-01-27 Thread Loukinas, Jeremy
..   rsync -orgtpav --stats --progress /export/home serverb::homedirs      Jeremy S. Loukinas           -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

lin >> win rsync always hangs

2004-10-07 Thread jeremy
ctories in the current one, but no files. I've read that I just need to give it time to generate the file list, so I left it go for over 24 hours with no results. System info, MDK 10.0 w/ all updates. Jeremy -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rs

Anyone syncing database files?

2004-08-20 Thread Loukinas, Jeremy
Anyone syncing say 18-20gb Oracle dbf files..?    Jeremy S. Loukinas               -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Excluding directories

2004-07-15 Thread Loukinas, Jeremy
When using the exclude file what format does it need to be in ? New line for each exclude? White space? Tabs. Jeremy S. Loukinas Unix Systems Administrator Evenflo Company, Inc. <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > -- To unsubscribe or ch

FW: Rsync not preserving owner/group

2004-07-14 Thread Loukinas, Jeremy
2.6.2 using rsync --perms --owner --group --archive --stats --verbose --progress /export/home/ evedir02::homedir -Original Message- From: Chris Shoemaker [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 7:08 PM To: Loukinas, Jeremy Cc: [EMAIL PROTECTED] Subject: Re: Rsync not

Rsync not preserving owner/group

2004-07-14 Thread Loukinas, Jeremy
For some reason when using -owner -group my files end up being nobody:nobody on the destination..? This is Solaris 9. Jeremy S. Loukinas -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart

Rsync on Solaris 9

2004-07-12 Thread Loukinas, Jeremy
nstalled or linked to correctly. Anything else besides just installing the two packages that needs to be done. Jeremy S. Loukinas Unix Systems Administrator Evenflo Company, Inc. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting,

rsync 2.6.2: clean up compilation warnings

2004-05-02 Thread Jeremy Buhler
nsts and silences the warnings. Jeremy diff -uwr rsync-2.6.2-old/popt/popt.c rsync-2.6.2/popt/popt.c --- rsync-2.6.2-old/popt/popt.c 2004-01-27 10:27:05.0 -0600 +++ rsync-2.6.2/popt/popt.c 2004-05-02 13:22:53.0 -0500 @@ -1128,7 +1128,7 @@ /[EMAIL

rsync --files-from with symlink in path

2004-03-23 Thread Jeremy Grant
The new script works great as long as there is a not a symlinked dir in the path. So far I have nto been able to find anything on the list or in the main page to help me with this. Does anyone have any ideas how I get this to work with the --files-from option? Jeremy Grant Unix System Admin VML -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: mirroring without a network

2004-02-10 Thread Jeremy Lin
machine but not the other). Finally, just compress the files that need transferring and burn them to CD. There are details to work out of course, but this is all pretty basic stuff. Hope that helps. -Jeremy -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: 2.6.0 in cygwin problem

2004-01-20 Thread Jeremy Lin
rsync hangs under Cygwin have been a longstanding issue. There was a message earlier today about upgrading to the 1.5.6-1 cygwin dll, which supposedly fixes the problem (and does, for me). * On Jan 21, 2004 at 09:16:21, Dmitry Melekhov wrote: > Hello! > > I need to do rsync between local drives o

Re: comparing 2 in rsync

2004-01-11 Thread Jeremy Lin
t | xargs md5sum > /tmp/sum2 $ diff sum1 sum2 This will miss things like empty directories and things that aren't regular files (like, say, symlinks). Also, it'll probably have trouble with filenames that contain whitespace. But with some more effort (and complication), you can ge

new progress reporting ETA and resume transfer options

2004-01-09 Thread Jeremy Lin
be useful/acceptable/desirable. Thoughts? -Jeremy -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: (fwd from uke@jeremy.org) thanks and patch

2002-03-21 Thread jeremy bornstein
On Thu, Mar 21, 2002 at 11:24:07AM -0600, Dave Dykstra wrote: > Oh, I see, you want to use your new --date-only option on the first pass > when you're determining which files to transfer, before you encrypt them. Yes! > I guess that makes sense; I can't think of another easy to do what you want

Re: (fwd from uke@jeremy.org) thanks and patch

2002-03-21 Thread jeremy bornstein
On Thu, Mar 21, 2002 at 08:39:44AM -0600, Dave Dykstra wrote: > You probably ought to use the --whole-file option of rsync then because > the rolling checksums are only going to slow you down. Ah, thanks! > > Oh, do you mean you fiddle the mtimes of the source files to be the same > > as those

Re: (fwd from uke@jeremy.org) thanks and patch

2002-03-20 Thread jeremy bornstein
ertext file every time. Yes, this is correct. > On 20 Mar 2002, jeremy bornstein <[EMAIL PROTECTED]> wrote: > > > Wouldn't encrypting the file with gpg change the timestamp as well as the > > > size, so rsync would still copy the file? > > > > It certainl

Re: (fwd from uke@jeremy.org) thanks and patch

2002-03-20 Thread jeremy bornstein
obviate it. I actually call rsync twice--once to determine the list of files to be transferred, and once to transfer the encrypted files. In-between I do the actual encryption (and munging of the mod dates). -j > On Tue, Mar 19, 2002 at 08:21:36AM -0800, jeremy bornstein wrote: > >

Re: (fwd from uke@jeremy.org) thanks and patch

2002-03-19 Thread jeremy bornstein
u like.) I suspect I'm not the only one who would be interested in using this feature for this purpose, but of course I can't say for certain. Best, -jeremy On Tue, Mar 19, 2002 at 06:11:44AM +1100, Martin Pool wrote: > Jeremy, > > I'm glad you like rsync. > > Why d

Re: {rsync} problem uploading to an rsync server

2001-12-05 Thread Jeremy Hansen
AHH, thank you very much! -jeremy On Wed, 5 Dec 2001, M. Drew Streib wrote: > On Wed, Dec 05, 2001 at 03:05:19PM -0500, Jeremy Hansen wrote: > > It claims my module is read only, but it is not: > > > > [test] > > uid = root > > gid =

Re: problem uploading to an rsync server

2001-12-05 Thread Jeremy Hansen
-jeremy On Wed, 5 Dec 2001, Jeremy Hansen wrote: > > For some reason I'm having a problem uploading to an rsync server: > > [root@csa i386]# rsync -azvv --progress --stats /home/www/www.blah.com/* > blah@localhost::test/ > Password: > building file list ... done &g

problem uploading to an rsync server

2001-12-05 Thread Jeremy Hansen
ithout the stunnel and same results. How can I debug this. This is 2.4.6 on both sides because 2.5.0 just fails completely for uploading and downloading. Thanks -jeremy -- .o--0O0--o.

Re: problem with 2.4.7pre4

2001-11-29 Thread Jeremy Hansen
Actually, I did it this time without stunnel and got the same results: Nov 29 16:49:49 rio rsyncd[24007]: transfer interrupted (code 20) at rsync.c(229) It's literally right at the end of the transfer. Somewhere in renaming the temp file or something?? -jeremy On Thu, 29 Nov 2001, J

Re: problem with 2.4.7pre4

2001-11-29 Thread Jeremy Hansen
Nov 29 16:26:04 rio rsyncd[20971]: transfer interrupted (code 20) at rsync.c(229) Thanks -jeremy On Thu, 29 Nov 2001, Jeremy Hansen wrote: > On Fri, 30 Nov 2001, Martin Pool wrote: > > > On 29 Nov 2001, Jeremy Hansen <[EMAIL PROTECTED]> wrote: > > > > > rsync

Re: problem with 2.4.7pre4

2001-11-29 Thread Jeremy Hansen
On Fri, 30 Nov 2001, Martin Pool wrote: > On 29 Nov 2001, Jeremy Hansen <[EMAIL PROTECTED]> wrote: > > > rsync -avz --progress rsync://localhost/apache_logs/access_log . > > tridge just reminded me that -a does *not* detect hardlinks. You need > -H too. H

Re: problem with 2.4.7pre4

2001-11-29 Thread Jeremy Hansen
On Fri, 30 Nov 2001, Martin Pool wrote: > On 29 Nov 2001, Jeremy Hansen <[EMAIL PROTECTED]> wrote: > > > Linux. > > By the way when reporting bugs like this it is good to give a more > specific description, like "RedHat 7.1 on x86". Sorry. This is

Re: problem with 2.4.7pre4

2001-11-29 Thread Jeremy Hansen
fail at the end. -jeremy On Thu, 29 Nov 2001, Dave Dykstra wrote: > What operating system? > > Can you copy smaller files OK? I think the limit for 32 bits is 2GB so > you shouldn't be running into that. > > - Dave Dykstra > > On Thu, Nov 29, 2001 at 02:24:14PM -05

Re: problem with 2.4.7pre4

2001-11-29 Thread Jeremy Hansen
yOn Thu, 29 Nov 2001, Jeremy Hansen wrote: > > rsync: connection unexpectedly closed (0 bytes read so far) > rsync error: error in rsync protocol data stream (code 12) at io.c(139) Just a note here, if I move the rsync server back to 2.4.6, I'm at least able to initiate

problem with 2.4.7pre4

2001-11-29 Thread Jeremy Hansen
copy. Thanks -jeremy -- The trouble with being poor is that it takes up all your time.

Re: rsync server over SSH [includes code patches]

2001-11-25 Thread Jeremy Hansen
Ok, I have the patch working, things seems to work except that using hosts allow in the rsyncd.conf seems to break things. Nov 25 17:39:24 rio sshd[26919]: Accepted password for jeremy from 12.162.2.10 port 61876 ssh2 Nov 25 17:39:24 rio PAM_unix[26919]: (sshd) session opened for user jeremy

Re: rsync server over SSH [includes code patches]

2001-11-25 Thread Jeremy Hansen
fset 83 lines). Hunk #2 FAILED at 355. 1 out of 2 hunks FAILED -- saving rejects to socket.c.rej so it's probably not again cvs. I'll try and hand patch it. THanks -jeremy -- The trouble with being poor is that it takes up all your time.

Re: rsync server over SSH [includes code patches]

2001-11-25 Thread Jeremy Hansen
On Mon, 26 Nov 2001, Martin Pool wrote: > On 25 Nov 2001, Jeremy Hansen <[EMAIL PROTECTED]> wrote: > > > > Can someone tell me why this, and other patches on the list are failing > > for me. I have a feeling I'm applying these diffs incorrectly for some &g

Re: --no-detach option?

2001-11-25 Thread Jeremy Hansen
Has any work been done to create an option for rsync to send its logging output to STDOUT for djb style logging? This would be a useful option for me. --log-stdout? Thanks -jeremy On Wed, 21 Nov 2001, Jos Backus wrote: > On Wed, Nov 21, 2001 at 08:54:18AM -0600, Dave Dykstra wr

Re: rsync server over SSH [includes code patches]

2001-11-25 Thread Jeremy Hansen
Can someone tell me why this, and other patches on the list are failing for me. I have a feeling I'm applying these diffs incorrectly for some reason. Thanks -jeremy On Tue, 20 Nov 2001, JD Paul wrote: > Hi -- > > I've made the changes to my code changes and the new dif

Re: rsync hangs in local->local on RedHat 2.4.2 or stock 2.4.4

2001-06-19 Thread Jeremy Sanders
atch Excellent! That works. Thanks Jeremy -- Jeremy Sanders <[EMAIL PROTECTED]> http://www-xray.ast.cam.ac.uk/~jss/ Pembroke College, Cambridge. UK Institute of Astronomy, Cambridge. UK

rsync hangs in local->local on RedHat 2.4.2 or stock 2.4.4

2001-06-18 Thread Jeremy Sanders
t version of rsync, but I downloaded the latest CVS version and it is there. I applied the patch in http://lists.samba.org/pipermail/rsync/2001-June/004370.html too. Is there a different utility I can use instead of rdist, as this problem is quite urgent? Jeremy -- Jeremy Sanders <[EMAIL PROTECTED

Rsync with SSH

2000-09-13 Thread Wood, Jeremy
. Bascially since there is not tty allocated and no display named, it (ssh) cannot authenticat and therefore burns the whole darn thing. Any ideas on what I could do to fix it? I have run out of ideas. Jeremy Wood Server Technologist Metatec International, Inc 614.761.2000 ext 4511 [EMAIL PROTECTED