Bogus rsync Success message when out of disk space

2002-11-07 Thread John Van Essen
prepend a newline to the beginning of this so it does not blend in with the last line of any transfer-related output? rprintf(FINFO, RSYNC_NAME \n[%d] (%s%s%s) heap statistics:\n, Thanks. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] 3DGamers Systems Software

Re: directories that change into symlinks

2003-01-06 Thread John Van Essen
. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] 3DGamers Systems Software Support [EMAIL PROTECTED] On Sun, 05 Jan 2003, David Garamond [EMAIL PROTECTED] wrote: just to correct myself: this has nothing to do with rdiff-backup (which uses *rdiff*, not rsync). local

Re: Bug or feature? --delete-after + symlinks

2003-01-06 Thread John Van Essen
message begins here - From: John Van Essen [EMAIL PROTECTED] Date: Mon, 6 Jan 2003 02:05:47 CST Subject: Re: directories that change into symlinks What you need is the --force option. It's not obvious from the all-too-generic name, but that will do the trick. To the rsync maintainers

Re: Question regarding exclude and invalid arg messages

2003-07-02 Thread John Van Essen
is not allowed on that filesystem. Perhaps the double-quote and question mark characters are not valid in a filename? This wold certainly be the case for a Windows system. Thus mkstemp fails (as it does for the embedded CR). -- John Van Essen [EMAIL PROTECTED] -- To unsubscribe or change

Re: Unhelpful error message when matching hosts in access list[PATCH]

2003-07-04 Thread John Van Essen
report and small patch on April 10: http://lists.samba.org/pipermail/rsync/2003-April/010404.html There were no followups to it at the time. -- John Van Essen [EMAIL PROTECTED] -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: issue with rsync 2.5.6

2003-08-08 Thread John Van Essen
, the temporary will be deleted, and it may *look* like you have lots of free space after rsync finishes, wheras you actually ran out of free space while rsync was running. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: http://lists.samba.org

Re: bad hardlinks with rsync

2003-09-19 Thread John Van Essen
the inode number are what's used to figure out hardlinks, FileA and FileB are hardlinked together on the target system. I have no suggestion for avoiding this pitfall and still use hard links. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] 3DGamers Systems Software Support

Re: use rsync with filenames containing -

2003-10-08 Thread John Van Essen
]:/path/band - album/' [EMAIL PROTECTED]:'/path/band - album/' This might work, too: [EMAIL PROTECTED]:/path/band\ -\ album/ But I'd go with the first one, above. Good luck. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: http

Re: --bwlimit not working right

2003-10-17 Thread John Van Essen
probably solve your problem. See this thread in the archives: http://www.mail-archive.com/[EMAIL PROTECTED]/msg07270.html A corrected patch is in the next message (7271). -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: http://lists.samba.org

Re: Bad transfer

2003-10-24 Thread John Van Essen
-file=/etc/rsync-pass  --exclude-from=/etc/rsync-exclude [EMAIL PROTECTED]::foo_home /home/    Please, help    Francois -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: how rsync works

2003-11-24 Thread John Van Essen
at http://www.pegasys.ws/how-rsync-works.html I think a document such as this would be very helpful. I looked at it soon after it was announced, but now it's not there anymore. Where'd it go? -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options

Re: Need help with exclude

2003-11-25 Thread John Van Essen
specify the complete paths down to the trailing / when I rsync two directories. Then there's never any confusion about what's going to happen. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync

Re: bogus hardlinks bug?

2003-11-30 Thread John Van Essen
will the receiver be reading? -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- 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: rsync'd destination much larger than source

2003-11-30 Thread John Van Essen
? -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- 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: rsync / ssh -i

2003-12-05 Thread John Van Essen
argument in rsync's -e option argument: rsync {options} -e 'ssh -i /path/to/identity' {source} {dest} I use this form quite frequently in scripts. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync

Re: [PATCH] seg fault fix

2003-12-05 Thread John Van Essen
likely that the original logic flaw was found and fixed between versions 2.4.4 and 2.5.6 (2.5.7 being only a security fix). -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read

Re: [RFC] transfer files listed in a file.

2003-12-14 Thread John Van Essen
you have the recent experience of pushing out 2.5.7, would you care to take the bull by the horns and produce a release candidate for 2.5.8 so that the rsync enthusiasts on the rsync mailing list can give it a whirl prior to an official release (hopefully by Christmas)? Thanks. -- John Van

TODO hardlink reporting problem - fixed?

2003-12-16 Thread John Van Essen
. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

TODO hardlink performance optimizations

2003-12-16 Thread John Van Essen
. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- 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: tty screwed up on ctrl-c

2003-12-17 Thread John Van Essen
bit of extra time to do its thang. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- 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: preview release: 2.6.0pre1

2003-12-19 Thread John Van Essen
* to make it really clear about the new default. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Unchanged file recopied + meaning of speedup (was: Is this correct?)

2003-12-29 Thread John Van Essen
it did have to resend the file, it was able to match all 8 GB of data and transferred only a small fraction of that in matching checksum values. Hence a speedup of 1600+. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] [EMAIL PROTECTED] Storage]# rsync --verbose --recursive -t

Shorten long lines in man page options summary

2003-12-29 Thread John Van Essen
? Suggestions? Since this doesn't involve executable code, can this get into 2.6.0 (without another pre release)? -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: BAD rsync, or is it bad me?

2003-12-30 Thread John Van Essen
. Not bad rsync - bad you! ;-) I would suggest always using --dry-run when debugging scripts like this and then remove it when it looks like things will work as you intended. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: http://lists.samba.org

Re: TODO hardlink performance optimizations

2004-01-04 Thread John Van Essen
contained within each of those hierarchies so you will be OK. I've modified hlink.c to use a list of file struct pointers instead of copies of the actual file structs themselves, so that will save memory. I'll submit that patch for review in a day or two after I've tested it. -- John Van

Re: rsync 2.6.0: ./configure goes into a loop

2004-01-05 Thread John Van Essen
is apparently wrong either with expr or with bash. What does the above code look like in the configure.lineno file? BTW, were you able to configure successfully with 2.5.6 or 2.5.7? -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: http

Re: TODO hardlink performance optimizations

2004-01-05 Thread John Van Essen
On Sun, 4 Jan 2004, jw schultz [EMAIL PROTECTED] wrote: On Sun, Jan 04, 2004 at 06:35:03AM -0600, John Van Essen wrote: I've modified hlink.c to use a list of file struct pointers instead of copies of the actual file structs themselves, so that will save memory. I'll submit that patch

Re: TODO hardlink performance optimizations

2004-01-05 Thread John Van Essen
On Sun, 4 Jan 2004 16:23:17 -0800, jw schultz [EMAIL PROTECTED] wrote: On Sun, Jan 04, 2004 at 05:30:03AM -0800, jw schultz wrote: On Sun, Jan 04, 2004 at 06:35:03AM -0600, John Van Essen wrote: I've modified hlink.c to use a list of file struct pointers instead of copies of the actual file

Re: TODO hardlink performance optimizations

2004-01-06 Thread John Van Essen
that already required for the qsorted pointer list. No binary search required during the file processing phase. The key is getting the link-dest method working for this. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: http://lists.samba.org

Re: TODO hardlink performance optimizations

2004-01-06 Thread John Van Essen
On Mon, 5 Jan 2004 19:09:23 -0800, jw schultz [EMAIL PROTECTED] wrote: On Mon, Jan 05, 2004 at 01:44:37AM -0600, John Van Essen wrote: I did that differently (and more simply, I think). Changed only one line and added two lines: @@ -24,8 +24,11 @@ extern int verbose

Re: TODO hardlink performance optimizations

2004-01-07 Thread John Van Essen
On Tue, 6 Jan 2004 15:11:54 -0800, jw schultz [EMAIL PROTECTED] wrote: On Tue, Jan 06, 2004 at 02:04:19AM -0600, John Van Essen wrote: On Mon, 5 Jan 2004, jw schultz [EMAIL PROTECTED] wrote: [snip] union links { struct idev { INO64_T inode

Re: TODO hardlink performance optimizations

2004-01-07 Thread John Van Essen
on the addresses of the file_structs, since they are not moved around and will remain constant: return ( ( f1 f2 ) ? -1 : ( f1 f2 ) ); (Unsure if the code is right, but you get my drift.) For filesets with many hardlinks, this will use less CPU time. -- John Van Essen Univ of MN Alumnus

2.6.0 file has vanished fails to set exit code on local client

2004-01-07 Thread John Van Essen
by whoever coded the IOERR_VANISHED feature to verify my analysis. (Wayne?) -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- 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: TODO hardlink performance optimizations

2004-01-07 Thread John Van Essen
are getting a bit weary reading about this fairly obscure bit of code... -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- 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: Implementing rsync hard-link improvements

2004-01-08 Thread John Van Essen
feel free to let me know if you start on something. Can I feel free to let you know you can do it all? And I will go back to being a lurker. P.S. It's been a steady stream of email from you two guys all day! Don't you ever sleep?? -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED

Re: 2.6.0 file has vanished fails to set exit code on local client

2004-01-13 Thread John Van Essen
On Tue, 13 Jan 2004, Wayne Davison [EMAIL PROTECTED] wrote: On Wed, Jan 07, 2004 at 02:11:35AM -0600, John Van Essen wrote: But if the client is local and the server is remote, IOERR_VANISHED gets set on the remote server, but is never passed to the local client (the io_error value is passed

Re: 2.6.0 file has vanished fails to set exit code on local client

2004-01-15 Thread John Van Essen
On Thu, 15 Jan 2004, Wayne Davison [EMAIL PROTECTED] wrote: On Tue, Jan 13, 2004 at 11:45:22PM -0600, John Van Essen wrote: But as I mentioned, it also happens with a daemon Yeah, the daemon's exit code is not available to the client, so it is getting lost. I've committed a patch

File that vanishes between readdir and stat is not IO error

2004-01-19 Thread John Van Essen
? -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- 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-21 Thread John Van Essen
! It works :-) Another happy Cygwin user. :) Since this has been such a long-standing, important bug and is finally now fixed, maybe the contents of that message announcing the 1.5.6-1 cygwin dll deserves placement on the rsync home page? -- John Van Essen Univ of MN Alumnus [EMAIL

Re: --exclude and --delete

2004-02-25 Thread John Van Essen
On Thu, 26 Feb 2004, andrew [EMAIL PROTECTED] wrote: Paul Slootman wrote: On Wed 25 Feb 2004, andrew wrote: rsync -av --exclude /user/profile/ --delete /home/user [EMAIL PROTECTED]:/home This works as I expect, sender:/home/user/profile/ is not copied, except that

Re: HFS+ resource forks: WIP patch included

2004-03-12 Thread John Van Essen
On Wed, 10 Mar 2004, Wayne Davison [EMAIL PROTECTED] wrote: On Wed, Mar 10, 2004 at 01:11:35PM -0500, D Andrew Reynhout wrote: but I'm less clear on why (it appears) that *both* sides sort the flist. This is because the flist gets sent as it is created, so it is sent unsorted. Without this

Re: exclude confusion: what does it match against?

2004-03-26 Thread John Van Essen
/me/foo/bar (note full path) Source file: /home/me/foo/bar Target file: /dest/home/me/foo/bar (note full path) -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: File that vanishes between readdir and stat is not IO error

2004-03-30 Thread John Van Essen
On Tue, 30 Mar 2004, Wayne Davison [EMAIL PROTECTED] wrote: On Mon, Jan 19, 2004 at 03:21:16AM -0600, John Van Essen wrote: In make_file(), when readlink_stat() fails, if error is NOENT then perhaps do the same that that send_files() now does and report as vanished and set IOERR_VANISHED

Re: exclude confusion: what does it match against?

2004-03-30 Thread John Van Essen
. The source transfer root is the source path with any trailing node removed up to the last slash. If the source path *ends* with a slash, then nothing is removed and the source path *is* the transfer root. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options

--hard-link option now uses the first existing file - Excellent!

2004-04-02 Thread John Van Essen
Copy on Write) after the client forks the generator, thus using less memory in systems that support CoW. I think this (perhaps reworded :D) is worth noting in the INTERNAL section. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: http

Re: Rsync Log Error

2004-04-23 Thread John Van Essen
the kill. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- 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: rsync-2.6.2: NFS clients confused after an rsync

2004-05-11 Thread John Van Essen
. That fix could be refined even further by also checking for any specified backup-dir. If one was given, then it will be OK to always restore mod times in the original target location since no backup files are being created there. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED

No error messages in rsyncd log in 2.6.1pre-1

2004-04-27 Thread John Van Essen
completed. That would help determine at what stage things are failing (and how long it took for the file transfer to complete, in case that helps). -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before

Re: measuring 2.6.1 improvements

2004-04-29 Thread John Van Essen
. This reduces memory use for large file- sets and permits freeing memory to the OS. (J.W. Schultz) Wayne? JW? Any thoughts? -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read

Re: Reliability and robustness problems

2004-06-07 Thread John Van Essen
directory, and exclude all others. That should be nothing but hardlinks and should go very quickly once the filesystem scan for the two hierarchies is done. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: http://lists.samba.org/mailman

Re: Reliability and robustness problems

2004-06-17 Thread John Van Essen
hardlinked, the new content will be transferred, A and B will be hardlinked, and the hardlink with Z is now lost because rsync doesn't know anything about it. Z on the target now contains old content and becomes independent. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED

Re: multiple daemon sources

2004-07-26 Thread John Van Essen
for non-daemon mode as long as you specify the full paths, I believe (or use paths relative to the remote user's home directory). Can you please add examples of this to the man page Usage section? -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options

Re: HP-UX 11i and largefiles on rsync 2.6.2

2004-07-28 Thread John Van Essen
message not being displayed? It should have contained the EFBIG File Too Large error message. That would helped figure out the original problem (which, as Craig Barratt noted, is perhaps a per-process limit setting). -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe

--keep-dirlinks in combination with --one-file-system

2004-09-07 Thread John Van Essen
deleted will now be deleted. So the documentation for --keep-dirlinks should warn that also using -x (--one-file-system) has a side effect where symlinked directories followed by --keep-dirlinks that reside on another file system will not be processed for deletions. -- John Van Essen Univ

Determining your subscriber email address

2004-09-07 Thread John Van Essen
in ... is the one used to send the email to you. Then you can use the mailman webpage for rsync (see the footer of this email) to get a password reminder emailed to you using that address. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: http

Re: not always making hard links?

2004-09-10 Thread John Van Essen
/ 192.168.1.73::pub To preserve hardlinks, you need to include the -H option (it's not implied in the -a option). -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: rsync 2.6.2 crash

2004-09-24 Thread John Van Essen
two problems by looking at the two paths in question. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- 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: rsync creating 0-length files?

2004-11-30 Thread John Van Essen
On Tue, 30 Nov 2004, Dan Stromberg [EMAIL PROTECTED] wrote: We were doing a roughly 1 terabyte transfer, and upon running a python script to verify the integrity of the transfer, we discovered a small number of files that were 0 length, that shouldn't have been, all in the same user's

Re: rsync works fine when I'm root on the client, but not as a non-root user

2004-12-08 Thread John Van Essen
On Wed, 8 Dec 2004, Grant Carmichael [EMAIL PROTECTED] wrote: With a non root user, ssh will authenticate them, but then the rsync process dies. ... My config file looks like: uid = nobody gid = nobody use chroot = no max connections = 5 syslog facility = local5 pid file

Re: outcome of big rsync. Puzzling

2004-12-20 Thread John Van Essen
On Sun, 19 Dec 2004, [EMAIL PROTECTED] wrote: source vs destination in bytes - a) 20480 vs  34922496 b) 28672 vs    24576 c) 61718528 vs 61714432 d) 157790208 vs 157786112 each directory consists of subdirectories of medical images in dicom format. Most interesting to

Re: preserving symlinks

2004-12-28 Thread John Van Essen
Security Issues or Daemon vs. non-daemon operation section on the manpage rather than buried within an option description. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: trouble with chmod on certain symlinks

2005-01-02 Thread John Van Essen
Wayne, diff -u -r1.1.1.6 rsync.c --- rsync.c 3 Jan 2004 11:22:00 - 1.1.1.6 +++ rsync.c 21 Dec 2004 12:04:56 - @@ -260,7 +260,7 @@ change to groups that the user is a member of */ change_gid = is_in_group(file-gid); } -

Using rsync daemon over ssh (was How to use rsync)

2005-01-06 Thread John Van Essen
Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- 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: connection unexpectedly closed...

2005-01-13 Thread John Van Essen
). -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- 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: rsyncd.conf: timeout=minimal crazyness

2005-01-13 Thread John Van Essen
into this problem quite often when trying to sync large archives with sparse updates to a very busy, disk I/O intensive server (exactly the conditions you described). -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo

Re: Rsync Minimalist: --include only does add_exclude

2005-01-19 Thread John Van Essen
) to test things out. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- 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: Rsync cross-compilation problem

2005-01-19 Thread John Van Essen
it? -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- 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: rsync compilation

2005-01-23 Thread John Van Essen
*/ with #define HAVE_LONGLONG 1 and try compiling again. If your cross-compiler doesn't have this feature and you get compilation errors and you can't fix them, then put them in a reply here and we'll go from there. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED

Re: Rsync cross-compilation problem

2005-01-23 Thread John Van Essen
On Thu, 20 Jan 2005, Wayne Davison [EMAIL PROTECTED] wrote: On Thu, Jan 20, 2005 at 01:54:20AM -0600, John Van Essen wrote: (Note to Wayne - isn't it dangerous to assume that off_t is 64 bits? Yeah, it probably is -- that code was always a kluge that doesn't really get used. I looked around

Re: rsync clobbering links?

2005-01-27 Thread John Van Essen
, it will be treated as matching a directory from the sender. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- 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: BIG delete list makes for BIGGER RAM requirements

2005-01-31 Thread John Van Essen
-run, first, to see how things go. -- John Van Essen Univ of MN Alumnus [EMAIL PROTECTED] -- 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: help troubleshooting inconsistencies in back up sizes

2005-02-03 Thread John Van Essen
all the timestamps will be the same. Then use rsync to gather them on one machine and do diffs between them. -- John Van Essen Univ of Minn. Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: rsyncd / firewall

2005-02-15 Thread John Van Essen
is needed. -- John Van Essen Univ of Minn. Alumnus [EMAIL PROTECTED] -- 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: rsyncd / firewall

2005-02-15 Thread John Van Essen
from gdb show? I'm mystified why this error does not happen on your other rsync that transfers an empty directory... What does an strace for that show that is different from this one, I wonder? -- John Van Essen Univ of Minn. Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options

Re: What's wrong with my exclude rules?

2005-02-23 Thread John Van Essen
the problem that you are experiencing. What version of rsync are you using, btw? -- John Van Essen Univ of Minn. Alumnus [EMAIL PROTECTED] -- 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: Fwd: Re: rsync + ssh -o -p -g -l

2005-03-05 Thread John Van Essen
but is the = rsync -avz, i want see more details, how can i do? They shouldn't be the same... Using more v's is the right thing to do. If two v's doesn't give enough detail, try three v's. -- John Van Essen Univ of Minn. Alumnus [EMAIL PROTECTED] -- To unsubscribe

Re: rsync crashing under centos 4

2005-03-11 Thread John Van Essen
not been a problem in the past, AFAIK. Perhaps some newer library is trying to be too clever for its own good. As a workaround, maybe rsync could do a call to getpwuid() and getgrgid() before doing the chroot to make sure it has the required library loaded? -- John Van Essen Univ of Minn

Re: CLUE:Fairly mysterious rsync problem.

2005-03-14 Thread John Van Essen
(you're obviously no longer using /tmp if you've been futzing with its permissions...) - output of ls -la for the receiving directory -- John Van Essen Univ of Minn. Alumnus [EMAIL PROTECTED]   Fridley, MN Home page: http://www.tc.umn.edu/~vanes002/ -- To unsubscribe

Re: exclude problem

2005-03-21 Thread John Van Essen
remove the extra --include and --exclude when you are ready to test the whole hierarchy. -- John Van Essen Univ of Minn. Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs

Re: mkstemp fails but data still transferred

2005-03-22 Thread John Van Essen
, and must accept and discard the remainder of the file (which is what you are seeing). Subsequent file transfers might be successful, so it can't abort, yet. Hope that helps. -- John Van Essen Univ of Minn. Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: https

Web page link to latest changes in CVS (NEWS file)

2005-04-07 Thread John Van Essen
/rsync/NEWS People who are reporting a problem with 2.6.4 can then immediately see if their problem has already been addressed. -- John Van Essen Univ of Minn. Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read

Re: [Bug 2583] New: rsync fails with authentication failure

2005-04-09 Thread John Van Essen
: Anonymous rsync + chroot + LDAP http://www.mail-archive.com/rsync@lists.samba.org/msg12709.html Hope that helps. Maybe this issue needs to be added to the Current Issues page? -- John Van Essen Univ of Minn. Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: https

Re: [Bug 2583] New: rsync fails with authentication failure

2005-04-10 Thread John Van Essen
On Sat, 9 Apr 2005, Wayne Davison [EMAIL PROTECTED] wrote: On Sat, Apr 09, 2005 at 06:08:32AM -0500, John Van Essen wrote: So there's yet another case of an upgrade to FC 3 causing an auth problem. Another? Did I miss something? Or are you referring to the LDAP crashes? If so, that isn't

Re: rsync: mkstemp failed: No such file or directory (2)

2005-05-14 Thread John Van Essen
to delete on a new partition. You should try to discover why mkstemp is using /tmp to solve it once and for all. -- John Van Essen Univ of Minn. Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: problem to exclude

2005-05-18 Thread John Van Essen
/ - - - - - - - - - - You have a typo there that explains why the excludes aren't working. Insert an echo $CMD to see what command you are actually executing. -- John Van Essen Univ of Minn. Alumnus [EMAIL PROTECTED] -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync

Re: Mysterious (bogus?) rsync(d) errors -- (code 23) at main.c(1045)

2005-05-18 Thread John Van Essen
(on source and target)? What is the output of ls -ld /pgdata on both machines? I suspect that on the target it was created with non-postgres userid. What is the output of ls -l for the two non-regular files? -- John Van Essen Univ of Minn. Alumnus [EMAIL PROTECTED] -- To unsubscribe

Re: Mysterious (bogus?) rsync(d) errors -- (code 23) at main.c(1045)

2005-05-19 Thread John Van Essen
On Wed, 18 May 2005, Josh Berkus josh@agliodbs.com wrote: Which version of rsync are you using (on source and target)? rsync version 2.5.7 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others http://rsync.samba.org/ Capabilities: 64-bit files, socketpairs, hard

Symlink options (was Mysterious (bogus?) rsync(d) errors ...)

2005-05-20 Thread John Van Essen
On Thu, 19 May 2005, Wayne Davison [EMAIL PROTECTED] wrote: On Thu, May 19, 2005 at 09:15:01AM -0700, Josh Berkus wrote: John, Wayne, :-) Howdy, pardner... Heh heh heh. :-D Previously rsync was skipping the symlinks because you didn't specify --links, so --safe-links had no effect. ...

Re: Log Summary

2005-05-28 Thread John Van Essen
On Sat, 28 May 2005, dan tran [EMAIL PROTECTED] wrote: Hello every one, I would like to understand the summary of my sync log (below) log sent 2268 bytes received 1674253 bytes 372560.22 bytes/sec total size is 301413395 speedup is 179.79' /log Does mean my received rate is ~

Re: How to --exclude /usr/ but --include /usr/local/ ?

2005-06-06 Thread John Van Essen
On Mon, 6 Jun 2005, Wayne Davison [EMAIL PROTECTED] wrote: On Sun, Jun 05, 2005 at 11:28:08PM -0500, Larry Alkoff wrote: In looking at man rsync, it does not appear to both --exclude /usr/ and --include /usr/local/ Correct, you can't exclude /usr and still get to /usr/local. What you want

Re: @ERROR: auth failed on module

2005-06-07 Thread John Van Essen
On Tue, 7 Jun 2005, [EMAIL PROTECTED] wrote: Thanks for the detail in your report. Error messages, log messages, config files all in one email. :) /var/log/rsyncd.log on ServerB 2005/06/07 11:29:24 [22075] rsyncd version 2.6.0 starting, listening on port 873 2005/06/07 11:29:35 [20870]

Re: source side

2005-06-11 Thread John Van Essen
In your original timestamps thread back on May 25: http://www.mail-archive.com/rsync@lists.samba.org/msg13496.html you said the source is a windows share from a NetApp filer that is mounted on a RHEL3 box via: mount -t smbfs -o username=user,password=pwd //server/share /backup/sync Your

Re: source side

2005-06-11 Thread John Van Essen
no further help for you. Sorry. Maybe someone with smbfs/NetApp experience can offer more advice. John John Van Essen wrote: In your original timestamps thread back on May 25: http://www.mail-archive.com/rsync@lists.samba.org/msg13496.html you said the source is a windows share from

Re: Cannot Allocate Memory

2005-06-13 Thread John Van Essen
On Tue, 7 Jun 2005, Max Kipness [EMAIL PROTECTED] wrote: I've just upgraded to 2.6.5. On a new set of servers I'm trying to sync I seem to be running into a log of memory allocation errors. With some of the servers, I start the rsync session, and it counts so many files and then stops.

Re: problem syncing files on RAM in embedded device

2005-06-13 Thread John Van Essen
On Fri, 10 Jun 2005, Vijay Ram.C [EMAIL PROTECTED] wrote: i am working on an networking product which has a 32 MB flash memory and a 64MB RAM. i need to sync a file named appl.gz which is of size 3.1MB from a unit with ip 192.168.10.1 to a unit with ip 192.168.10.2. the rsync is called

Re: Problem preserving user/group names on AIX, rsync 2.6.2

2005-08-06 Thread John Van Essen
On Sat, 6 Aug 2005, Aaron Morris [EMAIL PROTECTED] wrote: On 8/5/05, Bob Hutchinson [EMAIL PROTECTED] wrote: On Friday 05 Aug 2005 07:09, Aaron Morris wrote: I am having a bit of a problem with rsync 2.6.2 on AIX and I was wondering if this might just be the expected behavior. When using

Re: Problem with exclusion pattern

2005-08-06 Thread John Van Essen
On Sat, 06 Aug 2005, ptitoliv [EMAIL PROTECTED] wrote: Hello everybody, I have a little problem using patterns with exclude instruction. I want to rsync all my /home excluding all subdirectories logs ans stats. So I used the instruction --exclude */logs/* --exclude */stats/* to ignore all

Re: rsync newbie

2005-09-13 Thread John Van Essen
On Tue, 13 Sep 2005, Scott Miller [EMAIL PROTECTED] wrote: My problem: I keep getting the following error and can't find much info on it, or how to fix it: rsync: read error: connection reset by peer rsync error: error in rsync protocol data stream (code 12) at io.c(177) I've started

Re: why each time I do a file sync, it showed me that a file trasnfers is occured

2005-10-24 Thread John Van Essen
On Mon, 24 Oct 2005, Adrian Mak [EMAIL PROTECTED] wrote: rsync --progress --verbose --stats --recursive [EMAIL PROTECTED]::test /home/test2 --stats but each time it showed me files are being transfer but actually the files is not changed or updated any. Since you are using --recursive

Re: Human readable output

2005-11-14 Thread John Van Essen
On Sat, 12 Nov 2005 12:12:28 -0800, Wayne Davison [EMAIL PROTECTED] wrote: The CVS version now has the options --human-readable (-m) and --si to implement more human-reable output in the --stats and the end-of-run summary. Anyone wanting to be able to use -h instead of -m (to make the

  1   2   >