include directory, exclude contents

2003-12-02 Thread tim
che/,exclude) add_exclude(+ .ccache/**,exclude) Thanks, Tim. -- 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: include directory, exclude contents

2003-12-02 Thread tim
--include '*/' --exclude '*' source-dir dest-dir How would you apply this include/exclude pair for a specific directory? FOr example, every time a directory named 'tmp' shows up no matter where it is in the tree? Thanks, Tim. tim wrote: I'm using a simple client

Re: include directory, exclude contents

2003-12-02 Thread tim
jw schultz wrote: On Tue, Dec 02, 2003 at 12:57:00PM -0800, tim wrote: Forgot to mention this: server: rsync version 2.5.4 protocol version 26 clients: rsync version 2.4.6 protocol version 24 Almost nobody can comment on the behavior of rsync versions from the previous millenium. There

rsync exclude file template - directory name without directory contents

2003-12-03 Thread tim
FYI Original Message Subject: rsync exclude file - directory name without directory contents Date: Wed, 03 Dec 2003 22:28:37 GMT Newsgroups: alt.os.linux,comp.os.linux.misc,comp.unix.admin When using rsync to maintain incremental backups significant space can be saved on the back

Re: Problems with --exclude

2004-01-27 Thread tim
Here's another example. An exclude file containing + /mnt/ - /mnt/** will include the directory /mnt but exclude its contents. rgds, tim. Brian Camp wrote: I'm trying to get rsync to exclude the directory "/home/www/users/ftp/pub/" from being copied in the command line belo

Re: excludes

2004-02-04 Thread tim
Kevin Moschallski wrote: Hi i tried to use rsync to backup my remote server.I want to exclude folder like /var /proc ... .I use --exlude-from=/etc/rsync/excludes the file looks like this: - */var/* - */proc/* etc. My problem is that i run vservers on this machine and i don't want that the folder

Re: excludes

2004-02-05 Thread tim
jw schultz wrote: On Wed, Feb 04, 2004 at 04:33:20PM -0800, tim wrote: >>... files, and caches. The problem is getting rsync to include the directory name but exclude its contents, a condition not clearly covered in rsync(1), EXCLUDE PATTERNS. That isn't difficult nor do i find it t

Re: excludes

2004-03-01 Thread tim
I have tweaked the excludes file after tests comparing the original with the backup. This excludes file is specifically targeted for older rsync versions as noted. rgds, tim. # whole system rsync excludes # rsync version 2.5.4 protocol version 26, linux 2.2.x, 2.4.x # includes before excludes

Re: Logging from cron

2004-03-23 Thread Tim
Hi Tim, That worked. Thanks!!! BTW, sorry about the automated message from my anti-spam system. I didn't realize that replies would include an individual subscriber's email. So I quickly created a separate email address for this list without the spam trap. Thanks

Re: Logging from cron

2004-03-23 Thread Tim
Thanks Brian. :-) Tim *** REPLY SEPARATOR *** On 3/23/2004 at 1:00 PM Brian Cuttler wrote: >We always run rsync from a shell script, sometimes we pipe the >shell script output to mailx or such. I'm sure you can write >it to a log file but don't recall

Re: Ptoblem for update 2.4.1 -> 2.4.6

2001-11-13 Thread tim . conway
make rsync available at the location pointed to by /etc/inetd.conf... inetd will be holding port 873, so you won't be able to start --daemon without reconfiguring inetd. One other possibility. port 873 >1025, so if you're not root, you can't bind to that port. List: did i miss

Re: times difference causes write

2001-11-13 Thread tim . conway
that trying to do an incremental update would take more time/resources than simply sending the file... primary example being nfs-mounted filesystems. If you have fast dasd/slow network, you should probably just drop the -W. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont

Re: times difference causes write

2001-11-13 Thread tim . conway
I'm thinking rsync might not be the best solution for what you're doing. Flash is not suited to frequently-updated data. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within

Re: using rsync to backup windows workstations

2001-11-14 Thread tim . conway
+++ Wonderful thing, those man pages. Good luck. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Availa

Re: using rsync to backup windows workstations

2001-11-14 Thread tim . conway
# To disable tunneled clear text passwords, change to no here! PasswordAuthentication yes PermitEmptyPasswords no this REQUIRES that a password be used, Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available

Re: Secure connection to testor refused !

2001-11-15 Thread tim . conway
cp connection to the remote machine, execute "rsync --server --whateverotherundocumentedoptionsitusesinthiscircumstance", and use that as the remote.  the "-e ssh" means to use ssh instead of the default rsh. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Su

RE: Secure connection to testor refused !

2001-11-19 Thread tim . conway
ore like a path error.  Can we see a copy of your rsyncd.conf? Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'pri

Re: transfer interrupted (code 3) at flist.c(812)

2001-11-19 Thread tim . conway
try using a forward slash instead of a backslash.  that might do it... also, if it's cygwin, try /cygdrive/c/whatever. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Ph

Is anybody else gettting these?

2001-11-19 Thread tim . conway
I keep getting these smarmy sermons from somebody's mail account.  I include my response to it below, though from its message, it probably won't be read. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Ava

Re: modules madness / ssh regardless of daemon

2001-11-19 Thread tim . conway
not get all of the contents, and with --delete, has caused me disasters. rsync -avz defiance::auth/* /var/www/auth will also work, if you DON'T have any .files in auth, and is handy if you don't own /var/www (doesn't matter if you're doing it as root). Tim Conway [EM

Re: modules madness / ssh regardless of daemon

2001-11-19 Thread tim . conway
x27;t have to relate a path as a named module... you just use the path... period. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'print pa

Re: Is anybody else gettting these?

2001-11-19 Thread tim . conway
pic.  Poor judgement on my part, and it won't happen again, and if i CAN get this danged thing to stop formatting my mail, i will. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Ph

Re: dir list behavior differences?

2001-11-19 Thread tim . conway
, but obviously, our gateways were either messing with the mail, or this stupid new R5 client does things on its own. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg o

Re: Bandwidth Limits

2001-11-19 Thread tim . conway
ameter, or how fast it can put together and recieve the stream. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'print pa

RE: dir list behavior differences?

2001-11-20 Thread tim . conway
etter programmer, i'd try again to debug it, but i'm not, so i just live with it. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on A

Re: Bandwidth Limits

2001-11-20 Thread tim . conway
es... average height of an adult american male is about 6 feet, right? if you find a man 4 feet tall, that doesn't mean the average is wrong. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Con

Re: Bandwidth Limits

2001-11-20 Thread tim . conway
can be certain is the number of bytes of actual data it transfers... At least, that's my take on it. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM pe

Re: --no-detach option?

2001-11-21 Thread tim . conway
forks by default. I've wanted this feature for some time, for debugging, but instead, just started it with truss, with the fork option. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Co

Re: Authenticating the rsync server

2001-11-26 Thread tim . conway
no-port-forwarding 1024 33 23...2323 back- up.hut.fi ++from man sshd+++ Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Availab

RE: Rsync: Re: patch to enable faster mirroring of large filesystems

2001-11-29 Thread Keating, Tim
I, too, was disappointed with rsync's performance when no changes were required (23 minutes to verify that a system of about 3200 files was identical). I wrote a little client/server python app which does the verification, and then hands rsync the list of files to update. This reduced the optimal

RE: Rsync: Re: patch to enable faster mirroring of large filesyst ems

2001-11-29 Thread Keating, Tim
I was at first, but then removed it. The results were still insufficiently fast. > Were you using the -c option of rsync? It sounds like you > were and it's > extremely slow. I knew somebody who once went to > extraordinary lengths to > avoid the overhead of -c, making a big patch to rsync to

RE: Rsync: Re: patch to enable faster mirroring of large filesyst ems

2001-11-29 Thread Keating, Tim
Not sure, I am re-running this to ensure that I was not smoking crack at the time :) > -Original Message- > From: Dave Dykstra [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 29, 2001 1:12 PM > To: Keating, Tim > Cc: [EMAIL PROTECTED] > Subject: Re: Rsync: R

RE: Rsync: Re: patch to enable faster mirroring of large filesyst ems

2001-11-29 Thread Keating, Tim
query your database to tell you which extents have data that has been modified within a certain timeframe? > -Original Message- > From: David Bolen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 29, 2001 2:12 PM > To: 'Keating, Tim' > Cc: [EMAIL PROTECTED] >

Re: Rsync Throughput issues

2001-10-09 Thread tim . conway
ht as well just send it if datestamp or size differs. I doubt ssh was giving you any slowdown, unless you're cpu-limited on one or the other box. If you don't need the security, and policy permits, plain rsh transport might be a bit faster. Tim Conway [EMAIL PROTECTED] 303.682.4

Re: @ERROR: chroot failed

2001-10-10 Thread tim . conway
ils, try adding use chroot = no to your rsyncd.conf. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips Available as n9hmg on AIM perl -e 'pri

(no subject)

2001-10-15 Thread tim . conway
fail, leaving you only with new. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips Available as n9hmg on AIM perl -e 'print pack(nn

Re: problems between different versions of rsync

2001-10-17 Thread tim . conway
I'm just guessing: the files on the machine where you're invoking the transfer belong to the user who created them, probably with his default group, and on the machine you're sending to, they belong to the user in "user@host", and his default group, right? Ti

Re: problems between different versions of rsync

2001-10-17 Thread tim . conway
ant to, at the least, patch the 2.4 with the rsync-nohang patches. I personally, am getting so frustrated with the 2.4 series on huge trees (currently about 130Gb in 24M files), that i'm about ready to revert to 2.3.1. I'll miss --bwlimit, but oh, well. Tim Conway [EMAIL PROTECTED] 303.

Re: group ownership

2001-10-17 Thread tim . conway
Is the user you're rsyncing as a member of cdburners, or is he root? Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips Available as n9hmg on AIM perl -e '

Re: Why does one of there work and the other doesn't

2001-11-30 Thread tim . conway
ely the same thing twice. Needless to say, I never use that syntax. " >ls -a src .dotfile dir1 file2 dir3 file4 >ls -a dest .dotfile dir1 file2 dir3 file4 >rsync -a --delete --force src/ dest >ls -a dest >ls -a dest .dotfile dir1 file2 file4 >update resume "

Re: include/exclude ?

2001-11-30 Thread tim . conway
rsync doesn't do the odd wildcard syntax you show there... you'll have to do --include=an* --include=mp* --include=ERR* Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect with

RE: include/exclude ?

2001-11-30 Thread tim . conway
point evaluation restarts with the next item. if you --exclude=* first, every file gets excluded right away, and never gets checked to see if it matches --include=an* . Group: That's a correct synopsis of the behaviour, isn't it? If not, don't let my error stand. Tim Conway [EMAIL PRO

Re: Why does one of there work and the other doesn't

2001-11-30 Thread tim . conway
100bytes/file of file information for every file, whether it is to be transferred or not. YMMV Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e

Re: Bug in rsyncd 2.5.0 while handling config file string values

2001-12-03 Thread tim . conway
is invalid and exiting would be nice. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'pri

Re: rsync-2.5.1pre1 with -F option

2001-12-03 Thread tim . conway
I always get that too. I just figured i'd screwed something up. solaris 7 Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'print pack(nn

Re: Why does one of there work and the other doesn't

2001-12-03 Thread tim . conway
apper the tools you move files with, keeping a replayable log, and have your mirrors retrieve and replay that log, before doing the rsync. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Conn

Re: Netware modify bit changed

2001-12-06 Thread tim . conway
. When the "archive" attribute of a > > > file is set, that file is presumed to be changed after the last > > > backup and then must be copied again. The backup aplication Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Long

RE: move rsync development tree to BitKeeper?

2001-12-06 Thread Keating, Tim
If you're serious about not using CVS (and I've used it, I understand why you might be :), may I suggest Perforce? It's a commercial product but it is free for use on open-source projects. The only complication would be you'd need to find a server to host it. I can say definitively that it ROCKS.

Re: bug in permissions on symlinks

2001-12-07 Thread tim . conway
so i can cover my tracks). I log in as root. I do what I want. I put the password back and fix the ownership. I log back out of root. If rsync gets a lchown or sensible chown, this won't happen, if it doesn't, it could. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor -

Re: Problems with rsync 2.5.1pre1 and hardlinks

2001-12-12 Thread tim . conway
(/dev/dsk/c0t0d0s3 ): 1662502 blocks 250478 files tconway@atlas /var/tmp/test> ++++ I know it's not rsync-specific, but we're mostly unix guys, and need to be correct. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips

Re: file permissions - the best way?

2001-12-12 Thread tim . conway
c is a file transfer system. If you need a remote shell, I suggest telnet, rsh, or ssh. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime C

Re: Problems with rsync 2.5.1pre1 and hardlinks

2001-12-12 Thread tim . conway
Well, I'll be damned. I'd never run into that trick. My apologies. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'print pa

Re: Newbe....

2001-12-14 Thread tim . conway
man rsh man hosts.equiv man rhosts (may be same as hosts.equiv... ymmv) man ssh man rsyncd.conf man rsync? Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime

Re: (광고)생일준비 및 파티준비 패키지 안내입니다.

2001-12-14 Thread tim . conway
Anybody else getting sick of our list getting spammed? This [EMAIL PROTECTED] hit us before, I think. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl

Re: ( ????)???????? ?? ???????? ?????? ??????????.

2001-12-14 Thread Tim Potter
On Fri, Dec 14, 2001 at 10:49:19AM -0700, [EMAIL PROTECTED] wrote: > Anybody else getting sick of our list getting spammed? I've adjusted the spam filter to cope with this particular idiot. Tim.

Re: Is it possible to copy only files not existing in the destination?

2001-12-17 Thread tim . conway
cd destdir find . -type f -print >/tmp/excludelist rsync -a --exclude-from=/tmp/excludelist srcserver:/srcdir/ . Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9

Re: return status of rsync

2001-12-17 Thread tim . conway
r it matches, or returned as a literal "*". Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg

Re: RSYNC: Backup Solution thoughts...

2001-12-18 Thread tim . conway
readonly full disk. rsync yourhost::rootmodule/etc/shadow . satan -f ./shadow telnet yourhost login as user su - f*** you over. what, no telnet, only ssh? grab an identity file and ssh in. yes, it's bad... at least, exclude secure areas. Tim Conway [EMAIL PROTECTED] 303.682.4917 Ph

rsync doesn't accept commands

2001-12-18 Thread Tim Shubitz
on't accept any commands. I don't get a log, nothing. Any guesses? I'm stumped along with my coworkers. Any help would be very appreciated. Have a great day! Tim ;)

Re: rsync doesn't accept commands

2001-12-18 Thread Tim Shubitz
ally. It runs but doesn't read in the commands I send. Tim >On Tue, 18 Dec 2001 16:30:54 -0600 >"Tim Shubitz" <[EMAIL PROTECTED]> wrote: > >> Hello folks, >>I've recently become an rsync user and have installed it on a >LinuxPPC box to sync u

Re: rsync doesn't accept commands

2001-12-18 Thread tim . conway
Tim: I'm ccing the list so they'll know what's going on, save duplicated effort, suggest other solutions, etc. ... private mail and all, but public forum... anyway, here's the deal i see there. you're telling rsync to use a password file, used for contacting a rsync s

Re: RSYNC: Backup Solution thoughts...

2001-12-18 Thread tim . conway
First: yes, wide open. Second: Sure, if your network is secure. I initially didn't understand that you were going to limit access. Anyway, trusted host access is a vulnerability. You know your system and situation. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Lon

Re: rsync doesn't accept commands

2001-12-19 Thread Tim Shubitz
Tim and the list, Your suggestion of trying "rsync --version" also does not work. As you said, it's just plain not parsing. In any case, I updated the version I'm running and all appears to be working well. Why the previous version just wouldn't accept command

Re: Question on encryption

2001-12-20 Thread Tim Potter
the wire. The rsync data sent after the authentication suceeds is not encrypted, which sounds just what you are after. If you read the manual page for rsyncd.conf, look at the sections on the 'secrets file' and 'auth users' parameters. Regards, Tim.

Re: Question on encryption

2001-12-20 Thread tim . conway
specifically to mirror publically-available directory trees. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'pri

Re: Question on encryption

2001-12-20 Thread Tim Potter
twork, but it does not > do anything to guarantee that hosts are not being spoofed and that there's > no man-in-the-middle. The answer for people who use that has always been > to use ssh. Wow - three slightly different answers. (-: You make a good point with the host authentication property of ssh. Tim.

Re: --owner --group without root access?

2002-01-02 Thread tim . conway
hips. then, to restore, you can just rsync the files back, then apply the ownerships file with --read-batch. Of course, the batch file will contain other changes made between the sync and the batch, but at a quiescent time, it should be minimal, and you'd probably want the changes anyway.

Re: reverse delete?

2002-01-02 Thread tim . conway
#!/bin/sh for file in `rsh remote 'cd ~/Maildir;find . -type f -print'` do [ -f "~/Maildir/$file" ] && rm ~/Maildir/$file done Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available

Re: rsync -e ssh --bwlimit=20 ?

2002-01-03 Thread tim . conway
users/Tools/tcc> +++ the second command is the crux. How about a "rsync --version;rsh from.com rsync --version" I'm guessing we'll see one or both with a version that doesn't support bwlimit. Tim Co

Re: Error Message!!

2002-01-11 Thread tim . conway
873/tcp rsyncd # rsync daemon Good luck. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9h

RE: Error Message!!

2002-01-11 Thread tim . conway
calhost:: big big1 ToolSyncModules Tools@willy /users/Tools> This way, rsyncd also doesn't take any resources until it's invoked. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via Same

Re: problem with --delete if I sync part of a dir

2002-01-15 Thread tim . conway
v --stats -e ssh --delete ./. --include=i_* --exclude=* user@host:/dir/ Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e

Re: Where can I download the latest and greatest rsync Win32 binary?

2002-01-15 Thread tim . conway
>From www.cygwin.com (did you even look there?). ftp://mirrors.rcn.net/pub/sourceware/cygwin/contrib/rsync/rsync-2.5.1-2.tar.bz2 Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect wit

Re: problem with --delete if I sync part of a dir

2002-01-15 Thread tim . conway
Actually, I think i was wrong. Might it work pulling instead of pushing? If not, I'll point out that you have ssh access, which makes it easy to grab the list of what you've got, compare it to what you should have, and delete what you shouldn't. Tim Conway [EMAIL PROTECTE

Re: SSH Error

2002-01-15 Thread tim . conway
drop the "-e ssh" and use TWO colons between the servername and the modulename. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg

Re: Where can I download the latest and greatest rsync Win32 binary?

2002-01-15 Thread tim . conway
cking the packages i wanted to add, and it left me with a minimal installation, wiping out everything i didn't check in the setup. I figured grabbing the tar.bz2 and untarring it in / would be more efficient for him. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - L

Re: Permissions Problems

2002-01-17 Thread tim . conway
's possible to have changes made on both sides, whereby he who saves last wins, and he who saves first gets his changes discarded. Is that ok in your situation? Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 805

Re: error in rsync protocol data stream (code 12) at io.c(139)

2002-01-22 Thread tim . conway
--rsync-path='. If, in fact, you do have a rsync server running on the remote host, and you want to contact that, use double colons '::' to seperate the hostname from the module name. The rsync manpage covers these, and other rsync-related topics in exquisite detail.

Re: Whats wrong!!

2002-01-22 Thread tim . conway
--password-file=FILEget password from FILE Note that this does not supply a password to a shell transport such as ssh. If you want that, hack ssh. I don't know about the rsyncd-over-ssh feature. When I connect to rsyncd, I don't use an external transport. Tim Conway [EMAIL

Re: What is mean this messages?

2002-01-22 Thread tim . conway
$)CLooks like an error in your rsyncd.conf file. I'm guessing that a "use chroot =" line is missing its "use". toss me a copy, and i'll take a look, if that isn't it. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Indu

Re: I'm unsubscribing and here's why!

2002-01-23 Thread tim . conway
loss of the opportunity for others to correct my sometimes-incorrect answers. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on A

Re: unsubscribing rsync

2002-01-23 Thread Tim Potter
ibe yourself, or if you have forgotten your password, have a copy mailed to you. Tim.

Re: Incredible Information

2002-01-24 Thread tim . conway
t was done in retaliation for spamming. Mind, I'm not saying it should be done. I'm just idly speculating. :-) Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philip

Re: suid files and bsd

2002-01-24 Thread tim . conway
x27;re not set. I'm not sure it's generator.c, but i'm sure you can find it. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e

Re: Rsync

2002-01-24 Thread tim . conway
uct called "unison", which is made to do what you're asking about. I don't know more about it than that it exists. A quick google should get you to it. Good luck. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Lo

Re: suid files and bsd - correction

2002-01-24 Thread tim . conway
ame, st); #else return lstat(fname, st); #endif } #endif Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'pri

Re: rsync: future of the --server option

2002-01-24 Thread tim . conway
The message you were reading was about a special application, not normal usage. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'print pack(nn

Re: option --delete still not completely working (2.5.2)

2002-01-28 Thread tim . conway
cure cases. We have cases like this, and --force was the solution. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'pri

Re: --compare-dest option

2002-01-28 Thread tim . conway
then recursively delete the original directory. This way, there is no time at all where the directory is invalid, and only maybe a millisecond where it doesn't exist. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont

Re: option --delete still not completely working (2.5.2)

2002-01-28 Thread tim . conway
permitted, but add -f (meaning I REALLY MEAN IT), it'll do it. (Has this changed since i last tested it?). Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Phil

Re: Doubt in Rsync !!

2002-02-04 Thread tim . conway
Investigate /etc/hosts.equiv, /etc/hosts.deny, $HOME/.rhosts, your name resolution, etc.. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Con

Re: Doubt in Rsync !!

2002-02-04 Thread tim . conway
an email list. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'print pack(nnn

Re: rsync dir in _both_ directions?

2002-02-05 Thread tim . conway
There's no such option. Rember that Rsync was devised as an efficient way to mirror ftp sites. What you're looking for is unison. Some of the guys on here use it. It's at "http://www.cis.upenn.edu/~bcpierce/unison";, and looks promising for your application. Ti

Re: Doubt in Rsync !!

2002-02-05 Thread tim . conway
sync can handle). People running against directly-attached dasd, or fast DFS, and doing reasonable-sized jobs, get really good speeds, and great efficiency. I've had to write my own replacement, which is about to go into production, but I still love rsync. Within its limitations, it'

Re: SIGUSR1 or SIGINT error

2002-02-06 Thread tim . conway
SELECT_TIMEOUT parameter, which was set to 60 if IO_TIMEOUT was 0. BY setting my timeout to 86400 (1 day), i stopped those. Of course, then, it choked farther along, but that's another story. Try setting a timeout, even if you don't want one. Make it the longest the process should ever

Re: rsh syntax - Help

2002-02-06 Thread tim . conway
rsync -a /opt/config/. DevlServ:/opt/config (see rsync.1) Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'print pack(nnn

Re: rsync error: partial transfer (code 23) at main.c(576)

2002-02-06 Thread tim . conway
ually corresponds to "nobody". same for gid. I suspect that's probably all you need to hear. (see rsyncd.conf.5) Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within P

Re: SIGUSR1 or SIGINT error

2002-02-07 Thread tim . conway
rsync. I think our case will always create problems, though, with the broken nfs unlink in the nfs3 interface on the NAS, and the broken nfs2 client on the solaris machines (mtime bug). I won't let this influence my test, though ;-). Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semicond

Re: SIGUSR1 or SIGINT error

2002-02-08 Thread tim . conway
150147795 115027617 3512017877% /wan/lon-tools2/big Tools@lonnetsvr /users/Tools> ++ Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501

Re: rsync to Win 2000 machine

2002-02-08 Thread tim . conway
yes Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'print pack(nnn

  1   2   3   4   5   6   >