Re: symbolic links

2000-12-13 Thread tim . conway
. If the tree needs to be portable, you should use relative links. /site/html would point to ../images, then it doesn't matter where it lives, as long as the rest of the tree comes along with it. I hope one of these scenarios solves your problem. Tim Conway [EMAIL PROTECTED] 303.682.4900 Philips

Re: Install rsync

2000-12-19 Thread tim . conway
check your /etc/rsyncd.conf. comment out the "pid file" parameter. I assume that will fix it. then, troubleshoot that line, IF you need to specify it. as you're running from inetd, you don't really need a quick pid lookup to kill the rsyncd with for refreshes and such. Tim Con

Re: keeping updating rsync

2000-12-19 Thread tim . conway
at regular intervals, to preen the filesystem. Tim Conway [EMAIL PROTECTED] 303.682.4900 Philips Semiconductor - Colorado TC 1880 Industrial Circle Suite D Longmont, CO 80501 -- Forwarded by Tim Conway/LMT/SC/PHILIPS on 12/18/2000 06:39 PM --- [EMAIL

Re: losing leading / when copying symbolic links

2001-02-08 Thread tim . conway
Excellent. Basic system administration: relative links are (almost) always preferable to absolute links... think nfs. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Colorado TC 1880 Industrial Circle Suite D Longmont, CO 80501 [EMAIL PROTECTED]@[EMAIL PROTECTED] on 02

Re: how to ssh in cron

2001-02-12 Thread tim . conway
to get it back out RSYNC_PASSWORD=`cat encryptedpasswordfile |tr nopqrstuvwxyzabcdefghijklm abcdefghijklmnopqrstuvwxyz` Of course, if somebody reads your script, they've got the way to read the password file, if they can get it. you might as well use passphraseless ssh keys (ssh-keygen) Tim

Re: Help: how to get the module list

2001-02-12 Thread tim . conway
when you're not going to an rshd server, the concept of modules does not exist. you're reaching through a remote shell of some sort (rsh, remsh, ssh, whatever), and executing the rsh command on that end. you'll have to modify your routines to use the new type of information. good luck. Tim

Re: rsync and packet filters

2001-02-20 Thread tim . conway
You're fine. As long as port 22 is open, you're good to go. All traffic will be encapsulated inside the ssh connection, which is from some non-privileged port on the calling machine and port 22 on the server with sshd. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor

Re: rsync and packet filters

2001-02-20 Thread tim . conway
nned. try the flag --rsync-path=wherever it is on the other end to specify the actual location. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Colorado TC 1880 Industrial Circle Suite D Longmont, CO 80501 [EMAIL PROTECTED]@[EMAIL PROTECTED] on 02/20/2001 03:11:

Re: rsync, rsh, and remote servers... (Solaris, in case anyone cares ;-)

2001-02-21 Thread tim . conway
to work. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Colorado TC 1880 Industrial Circle Suite D Longmont, CO 80501

Re: should rsync also be called ssync?

2001-03-01 Thread tim . conway
We're having a debate in which some are advocating changing a long-established and respected utility name, with the sole purpose of placating ignorant, inflexible-minded fools. Did anybody notice this? Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Colorado TC 1880

Re: should rsync also be called ssync?

2001-03-01 Thread tim . conway
would be to change what's seen in the process table, so some idiot who judges programs by their name won't kill it. I personally would rather see spare brain ticks spent on a speeding the construction of file lists. I wish I had the skills to help. Tim Conway [EMAIL PROTECTED] 303.682.4917

Re: rsync Logging

2001-03-09 Thread tim . conway
. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Colorado TC 1880 Industrial Circle Suite D Longmont, CO 80501 [EMAIL PROTECTED]@[EMAIL PROTECTED] on 03/09/2001 09:42:13 AM Sent by:[EMAIL PROTECTED] To: [EMAIL PROTECTED]@SMTP cc: Subject:rsync Logging

Re: rsync between partitions

2001-04-13 Thread tim . conway
hacking rsync (use an advanced shell (bash,ksh), or perl, as since you need to do this, i reckon the numbers could get big. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Colorado TC 1880 Industrial Circle Suite D Longmont, CO 80501 [EMAIL PROTECTED]@[EMAIL PROTECTED] on 04

Re: installing and configuring

2001-04-17 Thread tim . conway
ou develop your way of using it. I recommend you invoke it from inetd. That way, every time you connect, it rereads the rsyncd.conf, so you can just make edits and test, without having to cycle the daemon every time. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Colora

Re: rsync fails

2001-05-18 Thread tim . conway
I do. Either put /usr/local/bin in your path, or symlink rsync into a directory that IS in your path. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Colorado TC 1880 Industrial Circle Suite D Longmont, CO 80501 There are some who call me Tim? [EMAIL PROTECTED

Re: tunneling rsync through ssh

2001-05-31 Thread tim . conway
to be there, so he can ssh to host-b, telnet host-c 873, and see if he gets the above type of message. If so, troubleshoot the forwarding, if now, find out what port rsyncd IS on. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Colorado TC 1880 Industrial Circle Suite D Longmont, CO 80501

Re: any news about rsync and acl's?

2001-07-13 Thread tim . conway
to time. Have the client grab the acl list, and run applyacllist on it after the sync. Maybe you could save processor time by keeping the old acl list's checksum, and if it hasn't changed, don't run it. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Colorado TC 1880 Industrial

Re: Rsync the entire server HD through SSH

2001-07-17 Thread tim . conway
to the remote host's port. If possible, make the rsyncd on the read side. It works for writing, but i've heard it's not as solid. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Colorado TC 1880 Industrial Circle Suite D Longmont, CO 80501 There are some who call me Tim?

Re: rsync gives ld.so.1 error

2001-07-20 Thread tim . conway
and cpio keep owners too. In any of those archiver cases, you're creating a file (or data on a device) containing user info, not creating the actual files. rsync is like restoring a tar. if you restore as root, ownerships are kept. if not, they're not. Tim Conway [EMAIL PROTECTED] 303.682.4917

Re: Newbie to rsync

2001-09-10 Thread tim . conway
to a local directory named machine3:, which probably doesn't exist, and certainly isn't what he wants. 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

RE: unexpected EOF in read_timeout

2001-09-12 Thread tim . conway
end, reached by NFS. I have to break my jobs up into smaller chunks, which makes it hard to have it delete things. Anybody else have any ideas? Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime

Re: Problem with transfering large files.

2001-09-20 Thread tim . conway
i meant to send this to the whole list... maybe someone else has seen it and can figure out how to fix 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 Available

Re: destination dir doubles in size

2001-09-24 Thread tim . conway
), .\n ' There are some who call me Tim? Ralph Brown [EMAIL PROTECTED]@lists.samba.org on 09/22/2001 12:52:33 PM Sent by: [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject: destination dir doubles in size Classification: I am using Rsync

Re: Does RSYNC work over NFS?

2001-09-25 Thread tim . conway
yes, but I recommend you add the -W option, unless it's likely that you have a lot data changing within the files and a slow pipe. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect

RE: Does RSYNC work over NFS?

2001-09-25 Thread tim . conway
-performing attached storage for our organization-wide-duplicated filesystems, so there's no question in our case... it's -W... especially when we duplicate to our local redundant fileservers. However, if we were using our netapps for our purpose, -W would slow us in some situations. Tim Conway

Re: rsync errors

2001-10-19 Thread tim . conway
), .\n ' There are some who call me Tim? Raj [EMAIL PROTECTED]@lists.samba.org on 10/18/2001 04:15:16 PM Sent by: [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject: Re: rsync errors Classification: I need to use rsync

Re: Using rsync to mirror a hard drive.

2001-10-22 Thread tim . conway
. +WARNING TO THADDEUS+ your syntax will not do what you want. /mirror is under / that means the every time you rsync, you put the contents of /mirror into /mirror/mirror, then /mirror/mirror/mirror. You double the info every sync (+/- changes) man rsync note --exclude= Tim Conway [EMAIL PROTECTED

Re: cannot create /padrao/.oi2.sJ5loG : No such file or directory

2001-10-23 Thread tim . conway
recipient, you are hereby notified that any use, dissemination, or reproduction is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message. Tim Conway [EMAIL PROTECTED] 303.682.4917

Re: rsync recursion question

2001-10-23 Thread tim . conway
are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message. 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

Re: Connection Timeout

2001-10-23 Thread tim . conway
to understanding... most people failing to go to a rsyncd aren't even using the correct syntax to refer to the remote resource. I can finally delete these stupid security disclaimers. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D

Re: hanging issues

2001-10-24 Thread tim . conway
PROTECTED] on a regular post. I've been seeing a lot of that lately. Also, questions like this aren't even rsync questions. I'm sure there's something like comp.os.unix.introduction, or something similar, on usenet. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC

Re: rsync recursion question

2001-10-24 Thread tim . conway
trees, and adding in an option to do a rsh remotehost rm wouldn't be a normal function. Your situation is different. Almost nobody writes to rsyncd, especially not huge trees. Glad to see it's working well for you. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC

Re: Feature req: multiple source trees

2001-10-24 Thread tim . conway
He's wanting rsync to interleave the directories, automatically resolving any conflicts, not put multiple directories under the destination. At least, that's what he seems to be asking. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite

Re: Both directions Mirror

2001-10-25 Thread tim . conway
filesystems, in order to resolve conflicts. It actually sounds like your need is for a distributed filesystem, though... maybe coda (no useful knowledge about that one, either. I know dce/dfs, but that's not free, and not widely available)? Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips

Re: create directories

2001-10-25 Thread tim . conway
. 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(, 19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970

Re: one log for each module

2001-10-26 Thread tim . conway
. 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, n9hmg on AIM perl -e 'print pack(

Re: rsync not copying owner/group on some files

2001-10-30 Thread tim . conway
was a failing drive. I suppose you could fake up blank usernames by creating a user named asdf^h^h^h^h , but i'm guessing that's not the case here. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime

Re: Problem using -v within rsync transfer.

2001-10-30 Thread tim . conway
It still doesn't solve the problem with verbosity, and the process STILL may hang, but less. I've had to break my transfers down into units of about 6 files each. Ugly, but it works. Unfortunately, it means --delete doesn't often help. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips

Re: Excludes in /etc/rsyncd.conf

2001-11-01 Thread tim . conway
. the patterns all go on the single line, and are read in order. If you want to get fancy, use exclude from, and put all your patterns in a seperate file. it'll be easier than maintaining a huge space-delimited list. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont

unpredictable behaviour

2001-11-02 Thread tim . conway
++ 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

timeout and process cleanup bugs 2.4.7pre1+

2001-11-09 Thread tim . conway
: received SIGUSR1 or SIGINT (code 20) at main.c(741) ++ Any ideas? I can try to track the killing and timeout logic, if there's not already a fix out there that was just accidentally dropped. Tim Conway [EMAIL PROTECTED] 303.682.4917

Re: Ptoblem for update 2.4.1 - 2.4.6

2001-11-13 Thread tim . conway
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 anything? Tim Conway [EMAIL

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
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 Philips, n9hmg on AIM perl -e

Re: using rsync to backup windows workstations

2001-11-14 Thread tim . conway
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, n9hmg on AIM perl -e 'print pack(, 19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970

Re: Secure connection to testor refused !

2001-11-15 Thread tim . conway
--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, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'print

RE: Secure connection to testor refused !

2001-11-19 Thread tim . conway
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 'print pack(

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 Available via

Re: modules madness / ssh regardless of daemon

2001-11-19 Thread tim . conway
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 [EMAIL PROTECTED] 303.682.4917 Philips

Re: modules madness / ssh regardless of daemon

2001-11-19 Thread tim . conway
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 pack(

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 on AIM

Re: Bandwidth Limits

2001-11-19 Thread tim . conway
, 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 pack(

RE: dir list behavior differences?

2001-11-20 Thread tim . conway
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 AIM perl -e 'print pack(

Re: Bandwidth Limits

2001-11-20 Thread tim . conway
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 Connect within Philips

Re: --no-detach option?

2001-11-21 Thread tim . conway
, it 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 Connect

Re: Rsync Throughput issues

2001-10-09 Thread tim . conway
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.4917 Philips Semiconductor

Re: @ERROR: chroot failed

2001-10-10 Thread tim . conway
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 'print pack(

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? Tim Conway [EMAIL PROTECTED

Re: problems between different versions of rsync

2001-10-17 Thread tim . conway
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.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via

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 'print pack

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 within Philips

RE: include/exclude ?

2001-11-30 Thread tim . conway
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 PROTECTED] 303.682.4917

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

2001-12-03 Thread tim . conway
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 'print pack(

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(

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

2001-12-03 Thread tim . conway
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 Connect within

Re: Netware modify bit changed

2001-12-06 Thread tim . conway
. The backup aplication 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(

Re: bug in permissions on symlinks

2001-12-07 Thread tim . conway
). 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 - Longmont TC 1880 Industrial Circle

Re: Problems with rsync 2.5.1pre1 and hardlinks

2001-12-12 Thread tim . conway
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 Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips

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 pack(

Re: Newbe....

2001-12-14 Thread tim . conway
) 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 Connect within Philips, n9hmg on AIM perl -e 'print pack(

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: 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, n9hmg

Re: return status of rsync

2001-12-17 Thread tim . conway
*. 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(, 19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970

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 Philips

Re: rsync doesn't accept commands

2001-12-18 Thread tim . conway
trace the execution. strace in linux, i believe. 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(

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 - Longmont

Re: Question on encryption

2001-12-20 Thread tim . conway
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 'print pack(

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

2002-01-02 Thread tim . conway
. 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. Tim Conway [EMAIL

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 via SameTime Connect within

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

2002-01-03 Thread tim . conway
+++ 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 Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor

Re: Error Message!!

2002-01-11 Thread tim . conway
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, n9hmg on AIM

RE: Error Message!!

2002-01-11 Thread tim . conway
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 SameTime Connect within Philips, n9hmg on AIM perl -e 'print pack(

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

2002-01-15 Thread tim . conway
--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 'print pack(

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 within

Re: SSH Error

2002-01-15 Thread tim . conway
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 on AIM perl -e 'print pack(

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

2002-01-15 Thread tim . conway
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 - Longmont TC 1880

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

2002-01-22 Thread tim . conway
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. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor

Re: Incredible Information

2002-01-24 Thread tim . conway
that it 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 Philips, n9hmg on AIM

Re: suid files and bsd

2002-01-24 Thread tim . conway
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 'print pack(

Re: Rsync

2002-01-24 Thread tim . conway
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 Longmont, CO 80501 Available via

Re: suid files and bsd - correction

2002-01-24 Thread tim . conway
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 'print pack(

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, CO 80501

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(

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. Tim Conway [EMAIL PROTECTED

Re: SIGUSR1 or SIGINT error

2002-02-06 Thread tim . conway
' There are some who call me Tim? Dave Dykstra [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 02/06/2002 10:16 AM To: David Birnbaum [EMAIL PROTECTED] cc: [EMAIL PROTECTED] (bcc: Tim Conway/LMT/SC/PHILIPS) Subject:Re: SIGUSR1 or SIGINT error

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(

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

2002-02-06 Thread tim . conway
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 Philips, n9hmg on AIM perl -e 'print

Re: SIGUSR1 or SIGINT error

2002-02-07 Thread tim . conway
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 Semiconductor - Longmont TC 1880 Industrial

Re: SIGUSR1 or SIGINT error

2002-02-08 Thread tim . conway
++ 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(

Re: Rsync - TAR

2002-02-08 Thread tim . conway
If you're planning to rsync it over, tar it up, and delete the directory tree, you should just tar|gzip it on the work system and catch that in a file on the other end. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO

  1   2   3   4   >