Re: [rsync] '-c' vs. '-I'

2005-11-07 Thread Tim Conway
Read Wayne Davidson post sent 31:06 before yours. 73, Tim Conway Unix System Administration Contractor - IBM Global Services - ODCS desk:3039240938 [EMAIL PROTECTED] [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 11/07/2005 08:33 AM To rsync@lists.samba.org cc Subject [rsync] &#x

Re: Linux to Windows

2005-08-24 Thread Tim Conway
ee C:\DOCUME~1\ADMINI~1\t>type .dotfile dot C:\DOCUME~1\ADMINI~1\t>del .dotfile C:\DOCUME~1\ADMINI~1\t>ver Microsoft Windows XP [Version 5.1.2600] C:\DOCUME~1\ADMINI~1\t> 73, Tim Conway Unix System Administration Contractor - IBM Global Services - ODCS desk:3039240938 [EMAIL PROT

RE: All the feature requests... A better way?

2005-04-26 Thread Tim Conway
Need I remind you that the source code is freely-available?  Implement the algorithm in perl, use that as a module, and build others around it.  The world needs more heroes. 73, Tim Conway Unix System Administration Contractor - IBM Global Services - ODCS desk:3039240938 [EMAIL PROTECTED

Re: rsync is flaky going to Penang

2005-04-05 Thread Tim Conway
There are times when rsync just can't complete a task.  I had a buggy network and was required to maintain a large distribution on dozens of buggy NAS devices all over the world.  I eventually had to write a sort of distributed find/diff/rm/tar/untar system. 73, Tim Conway Unix S

Re: rsyncd.conf without --daemon?

2005-03-03 Thread Tim Conway
If you use -e ssh with :: or rsync:// syntax, it sshes over and starts and uses a private rsyncd in ssh tunnel.  If you use it with single-colon syntax, it starts an rsync listener on the other end that obeys commands and passes data. 73, Tim Conway Unix System Administration Contractor - IBM

Re: rsync huge tar files

2005-02-08 Thread Tim Conway
If it is, as you say, uncompressed, rsync will work on it as-is, finding and sending the changes. 73, Tim Conway Unix System Administration Contractor - IBM Global Services - ODCS desk:3039240938 [EMAIL PROTECTED] Harald Dunkel <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 02/04/2

Re: rsync: a bit of confusion

2004-12-07 Thread Tim Conway
ystem bounce. Tim Conway Unix System Administration Contractor - IBM Global Services - ODCS desk:3039240938 [EMAIL PROTECTED] How exactly do I start the daemon? I have it now in xinetd file as,        disable = no        socket_type     = stream        wait            = no      

Re: Rsync progress indicator?

2004-12-07 Thread Tim Conway
--progress will show individuals. There is no tracking of total progress, nor any programmatically efficient way of providing such.  If you were really concerned, you could --dry-run first and sort of keep track of where you were in the list during the actual run. Tim Conway Unix System

Re: rsync crashing Redhat RHEL3.0 server

2004-09-01 Thread Tim Conway
pens when that problem comes up. Don't worry about adding memory (or swap), as you're likely to be using only a few hundred MB when this happens. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] We are using rsync to mir

Re: Problems of preserving file owership and uid&gid options in rsyncd.conf

2004-09-01 Thread Tim Conway
move your uid and gid into the module. They are not valid as global options.I hope there's something about auth users and a secrets file somewhere in there as well, as wide-open root to your /var is ill-advised. Ding-- Tim Conway Unix System Administration Contractor - IBM Global Ser

Re: Problem related to time-stamp

2004-08-26 Thread Tim Conway
ing to fake up a tty and play expect with ssh for you. Make a passphraseless ssh key, and keep it out of the hands of your enemies. You can even set the authorized_keys file to permit only rsync to be run over that session. Tim Conway Unix System Administration Contractor - IBM Global S

Re: bash: /usr/local/bin/rsync: Argument list too long

2004-08-10 Thread Tim Conway
them to optimize future syncs by not checksumming files that match in name/timestamp/size. "-a" is a lot faster to type than "--owner --group --perms --times --links --recursive --devices" Tim Conway Unix System Administration Contractor - IBM Global Services desk:303273477

Re: Some files are not getting transferred during the rsync process!!!!

2004-07-06 Thread Tim Conway
more verbosely. Use more "-v"s, up to a maximum of 3, and it'll tell you more of what it's doing or failing to do, and why. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] My first mail to the group. I am using rsync t

Re: Q: Rsync, Batch: How to avoid the "password" ask ?

2004-07-06 Thread Tim Conway
le ownerships. DON'T make the rsync auth user name "root" - hell, don't make it anything that has system access. Everything you use runs as the uid anyway. Better yet, give each user his own module, running as himself. If you're safe inside your own lan, ignore my secur

Re: rsync and socket files on HP-UX

2004-07-06 Thread Tim Conway
No guarantees, but I think sockets are treated similarly to devices by rsync, so instead of the "-a" option, which is equivalent to "-rlptgoD", try "-rlptgo", as in "rsync -rlptgovz -e /usr/bin/ssh [EMAIL PROTECTED]:/tmp /danzas1/dump/testle" Tim Conw

Re: Q: Rsync, Batch: How to avoid the "password" ask ?

2004-07-01 Thread Tim Conway
ady in cygwin, I'd just use pure sh, or if you must run it from the dos environment, i.e. a bat file, I'd specify the windows side path in dos style. Congratulations on getting so far along in the use of a very powerful (and therefore somewhat difficult to master) tool despite the la

Re: rsync + ssh

2004-06-21 Thread Tim Conway
Well, whaddya know? I've known of people running a rsyncd binding on localhost and tunneling, when they were afraid of getting sniffed. I assume this is just an automation of that process? I guess it's time to reload my mental copy of the man pages. Tim Conway Unix System Admi

Re: rsync + ssh

2004-06-21 Thread Tim Conway
an ssh-protocol TCP connection to port 22. Pick one. Either "rsync -aurvlpogt kk.txt XXX.YYY.ZZZ::pruebas1", or " rsync -aurvlpogt -e ssh kk.txt XXX.YYY.ZZZ:/path/to/pruebas1". For the latter, you'll have to get ssh working between the two systems. Tim Conway Unix

Re: IO error encountered - skipping file deletion

2004-06-21 Thread Tim Conway
t, have a place you can't read on the destination or source, and it should be that way, exclude it. That way, it won't hit it and error, so you can both run your sync with deletes, and still have it try not to ruin your life over a little problem. Tim Conway Unix System Administrati

Re: rsycnc copies all files

2004-06-18 Thread Tim Conway
I'm glad. I remember a brief debate about it, and I thought that my side lost. It always seemed to me that it should go on a case-by-case basis, rather than assuming that NFS over gigabit was slower than ssh over dialup. Tim Conway Unix System Administration Contractor - IBM Global Ser

Re: rsycnc copies all files

2004-06-17 Thread Tim Conway
rom both the source and destination files (once in entirety for the checksums, again partially for the pieces kept and sent), then deleting the destination, then renaming the newly created file to the destination, it just does it in one read/write/unlink/rename... essentially like the "-W&q

Re: Problem in using rsync

2004-06-17 Thread Tim Conway
-start it needs to be in transfer before the big dogs choke it. Wayne'll probably correct my errors. That SELECT_TIMEOUT thing has probably changed by now. It's been a couple of years since I read and mentally traced the whole tree. But, nicing is still a good bet, as is the hea

Re: Truly awful rsync docs - Re: real Newbie query sorry!

2004-06-17 Thread Tim Conway
rsyncd). PHB-types will probably require a GUI, with audio prompts and lots of pretty colors, and still not know what to do with it. People do write such wrappers. Show us what you write. It's of no interest to me for my own use, but I will set aside the time to read it for the project.

Re: trigger command on successful upload?

2004-06-15 Thread Tim Conway
rt pseudoscript:+++ [ -f "$triggerfile" ] || exit 0 rm $triggerfile perform whatever it is you wanted end pseudoscript:+++ Cronjob: * * * * * /path/to/the/script Tim Conway Unix System Administration Contractor - IBM Global

Netiquette: Out of Office AutoReply and mail reflectors

2004-06-09 Thread Tim Conway
If you must use an out-of-office feature in your email, please exclude any mailing lists you're subscribed to. I deleted the message that I was forwarding in this, but I'm sure we all know what I'm talking about. Tim Conway Unix System Administration Contractor - IBM Globa

Re: installation problems

2004-06-09 Thread Tim Conway
I would suggest installing a compiler. GCC should be on your installation set. If not, it's a simple matter to download it. If you already have one, check your $PATH. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] Hallo! I am t

Re: [Fwd: Re: rsync server complaining about vanishing files while they are not.]

2004-06-08 Thread Tim Conway
odule/../../../../../../../etc/security/passwd . Permissions (don't put "uid = 0" in the rsyncd.conf) can prevent that one, but rsync -a server::module/../../../../../../.. . is probably something you don't want. Tim Conway Unix System Administration Contractor - IBM Global Services desk:30

Re: rsync 2.6.2 doesn't work with GNU inetutils rsh

2004-06-08 Thread Tim Conway
The library I referred to was getopt. It just seems to be trying to be a bit too clever... kind of like the automatic tuning radios in Hitch Hiker's Guide to the Galaxy. I didn't know about the existing oddity in rsh. Thanks for the education. Tim Conway Unix System Admi

Re: rsync 2.6.2 doesn't work with GNU inetutils rsh

2004-06-04 Thread Tim Conway
ft fi exec rsh $host $rshargs -- $@ I don't think rsync ever adds more than a -l user (taken from [EMAIL PROTECTED]:path) to the transport commandline. No guarantees. I wrote that in here, and haven't tested it. Now, if sh's argument parser starts fscking with your commandline

Re: rsync hangs in cron (not SSH-problem)

2004-06-03 Thread Tim Conway
e necessary processes for a normal local sync are coming up, but eliminating unknowns in the filehandles it gets is a good idea. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] >>When used this command in cron >> >>0

Re: include directory and all files under

2004-06-02 Thread Tim Conway
Oh, of course. I just meant I've never needed it, and the original question was raising an unnecessary application of it, not that the function is useless. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] the main use i've

Re: (no subject)

2004-06-01 Thread Tim Conway
shing in, and the authorized_keys file on serverX has command restrictions, for instance, so it just throws you out as soon as rsync invokes the remote. Combining stdout and stderr lets you see how they fit together. tee just lets you watch as it goes. Good luck. Tim Conway Unix Syst

Re: Unexplained error (code 24)

2004-06-01 Thread Tim Conway
/home/cnwt99/rsync-2.6.2>grep ' 24 ' errcode.h #define RERR_VANISHED 24 /* file(s) vanished on sender side */ [EMAIL PROTECTED] /home/cnwt99/rsync-2.6.2> http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=vanished&x=0&y=0 Tim Conway Unix System Adm

Re: include directory and all files under

2004-06-01 Thread Tim Conway
I don't think you do either. Simplify. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] Harry Putnam <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 06/01/2004 09:33 AM To [EMAIL PROTECTED] cc Subject include directory and a

Re: Keeping Multiple Rsyncs Separate

2004-05-28 Thread Tim Conway
t the same time. Run one, then the other. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] I have noticed that if you run two rsyncs at once, they get confused and copy the files from one the wrong rsync thread. Apparently this is becaus

Re: Bidirectional speed question

2004-05-24 Thread Tim Conway
overall performance by throttling the rsync with the --bwlimit= option. Turn the upstream one's speed down to about 70% of its maximum alone, and it should leave enough for the downstream to do well. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMA

Re: error in rsync protocol data stream

2004-05-18 Thread Tim Conway
er. A chroot failure is almost invariably an erroneous "path =" line in the rsyncd.conf, and since it works otherwise, we know your OS can do chroot. Check the directory named under the "[jspfsp]" entry in your rsyncd.conf. Tim Conway Unix System Administration Contractor - IB

Re: A question about rsync

2004-05-18 Thread Tim Conway
That is it. The destination file is unaffected until rsync completes its replacement, then the directory entry is repointed at the new file and the reference to the old inode freed. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] Hi

Re: cwrsync strange path in error message

2004-05-11 Thread Tim Conway
That's where main.c was when the binary was compiled. It's telling you that if you took the same source code and looked at line 383 of main.c, you would see the line that generated that error 23. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734

Re: rsync output -vv differs with dry-run option

2004-05-11 Thread Tim Conway
just wc them. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] I'm trying to figure out if a file has changed since the last rsync call. I use the following command line: rsync -cvv /mnt/xxx/vol1/dbase/100/kunden.dbf /mnt/label |

Re: progress & redirects

2004-05-06 Thread Tim Conway
instead of "^H"? Those aren't literals. Produce them by doing a control-V followed by control-H or control-M as needed. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] Hi. I use rsync to suck down a large amount of dat

Re: rsync and Perl programming

2004-05-06 Thread Tim Conway
escape your @. I don't remember the details, but I know it got chewed up by something in a past application. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] Hi everybody - I'm trying to write a Perl wrapper for some rsync

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

2004-05-03 Thread Tim Conway
7;s cool, and well-documented. Glad you figured it out. It's not an rsync issue, but an environmental one. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] Rsync Issue Solaris8 When performing a simple rsync between servers I was gett

Re: Simultaneous rsyncs?

2004-05-03 Thread Tim Conway
release it when it finishes, then delete the "new" original, and put its version in place. On the other hand, I can't say what the consequences would be of modifying the source file in-place during a send. I expect rsync notes changed mtime and restarts. Wayne? Tim Conway Unix

Re: Rsync Error..

2004-04-26 Thread Tim Conway
e remote machine. Useful when it's not in your path. Note that this is the full path to the binary, not just the directory that the binary is in. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] Naveen Babu <

Re: Rsync Error..

2004-04-26 Thread Tim Conway
assuming you replaced "hostwithrsync" with "66.123.34.123", you're in. It's fine that your /etc/services is a symlink... the important thing is that you can see it with rsync over rsh. Use the rsync-path option, and enjoy the tool. Tim Conway Unix System Administ

Re: Rsync Error..

2004-04-26 Thread Tim Conway
r of possible outputs he could get and what they'd mean, and haven't heard back. I think that might have been late Friday. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] Tim already answered your question for you. Your rem

Re: Rsync Error..

2004-04-23 Thread Tim Conway
ar) rsync error: error in rsync protocol data stream (code 12) at io.c(165) _exit_cleanup(code=12, file=io.c, line=165): about to call exit(12) [EMAIL PROTECTED] /usr/local/admin/bin> + If this one fails, rsh 66.123.34.123 /usr/loca

Re: Rsync Error..

2004-04-23 Thread Tim Conway
or commented out of services. You'll see it, whatever it is. All ssh sessions go through the sshd service, on port 22, and most systems that have one or the other of login and shell enabled have both. Yours is just an unusual case. Tim Conway Unix System Administration Contractor - IB

Re: Rsync Error..

2004-04-23 Thread Tim Conway
path can look like a network timeout. I don't remember if that's true of any FreeBSD. If this is the case, use --rsync-path=/wherever/it/is/on/66.123.34.123 Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] opening connection

RE: Error?

2004-04-22 Thread Tim Conway
OK, I'm stumped. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] 1 2 * * * rsync --daemon 0 8 * * * killall rsync -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read:

Re: Error?

2004-04-22 Thread Tim Conway
Can we see the crontab line? For some reason, you're repeating the daemon startup. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] I have the latest rsync running on mandrake official 10. At 2:30 I run rsync --daemon from cr

Re: [PATCH] time limit

2004-04-20 Thread Tim Conway
the pid's been re-used... #it happens, though it might be held as a zombie for us... can't #count on it, though. - if response<0, it's still running unless(0 < waitpid(0, WNOHANG)){ #kill it kill(15, $kidpid) ; } exit(0); }else{ #fork and give it our slot exec( $commandline ); } [E

Re: Re[2]: temporary file

2004-04-19 Thread Tim Conway
until its replacement is ready to take over. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] MEGA Hospedagem <[EMAIL PROTECTED]> 04/19/2004 09:12 AM To Tim Conway/Denver/Contr/[EMAIL PROTECTED] cc Subject Re[2]: temporary file

Re: temporary file

2004-04-19 Thread Tim Conway
here. I'd expect rsync to work pretty well with samba, considering its ancestry. If the samba share is a bottleneck, I'd bet you'd get a big boost by using the --whole-file option... it kind of depends on the nature of your data, the filesystem, and the link between the systems

Re: How to:- copy only files less / greater than X size / date?

2004-04-19 Thread Tim Conway
find paths -options -print |rsync -options -files-from=- source destination The second one could easily be done with a --dry-run, preprocessing the output, and driving a --files-from= rsync with that list. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776

Re: rsync problems

2004-04-16 Thread Tim Conway
odule doesn't matter). The more common cause, though, is an error in the "path = /whatever" entry for a module. You can't chroot to a place that doesn't exist. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED]

Re: want to write a patch, need help getting started...

2004-04-15 Thread Tim Conway
alone, do individual options instead of the --archive bundle... --times will do, though you probably want it recursive, too. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] Greetings, I have two systems that have identical

Re: Fwd: EAsy_EA

2004-04-15 Thread Tim Conway
If you can explain what this has to do with rsync, perhaps we can help you. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] I purschased Medal Of Honor Allied Assault Spearhead, it won't install on -- To unsubscribe or c

Re: source dependend path in rsyncd?

2004-04-14 Thread Tim Conway
make modules in the form [fool-hostname] with paths to /some/path/foo-hostname, and have your script send it to rsync-server::foo-`uname -n`. You may also want to use the "hosts allow" option per module to prevent the wrong server from somehow getting into a module. Tim Conway Unix System

Re: rsync - copy only new files ( since the last run )

2004-04-13 Thread Tim Conway
d to copy timestamps, but it's not handy in my head at the moment, and as you are obviously retaining the old logs anyway, there's no harm in adding a link reference... it doesn't eat much. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [

Re: Regarding ownership !!

2004-04-09 Thread Tim Conway
self, and have a quick, simple, and easy road ahead. I just want to ensure that your'e thinking about security as you open a root access to your system. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] Lakshminarayanan Radhakrishna

Re: rsync is slowing down

2004-04-08 Thread Tim Conway
t's got a lot of bug workarounds to get along with the incompetent Maxtor NAS devices, and the code is so ugly, you may have to rewrite it anyway just to avoid hurting your eyes. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] Phil

Re: Rsync OS X/Linux

2004-04-06 Thread Tim Conway
t would do. "man rsync" will yield a wealth of information on the --compare-dest=, --backup-dir=, and other useful options for incremental backups. In the archives, you'll even find a nice application to use rsync to keep up (and restore from) a sort of "snapshot" struct

Re: Communication problem with rsync-2.6.0

2004-04-05 Thread Tim Conway
th, you'd want "rsync -r -e rsh source/ desthost:dest/" or "rsync -r -e rsh sourcehost:source/ dest/" , depending on which is the remote. If I read my country codes correctly, you're to be commended for interpreting the documentation as well as you have... I sure couldn'

Re: How to RSYNC from eth1 on PDC-SRV to eth1 on BDC-SRV?

2004-04-01 Thread Tim Conway
wherein your Gig-E interfaces tell each other that they're better routes to the eth1 addresses. THAT's an advanced routing thing, and I'm not certain how to force system's IP stacks to segregate ARPing. Good luck, Tim Conway Unix System Administration Contractor - IBM Global

Re: Timeout question

2004-04-01 Thread Tim Conway
going to have to read the whole file over the network, and might as well just read and write it in one step... or does it now reliably notice that a filesystem is NFS and force -W? I hope not, as fast local NFS and slow WAN would probably still be better off using the rsync algorithm. Tim

Re: Failed rsync -- two different files considered up to date

2004-03-29 Thread Tim Conway
I hadn't thought of that one... I was going to suggest -c (--checksum). Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] Greger Cronquist writes: > I've used rsync successfully for several years, syncing between two &

Re: rsync/cwsync dir spaces on the path

2004-03-27 Thread Tim Conway
This displays the short names generated for non-8dot3 file names. The format is that of /N with the short name inserted before the long name. If no short name is present, blanks are displayed in its place. Tim Conway Unix System Administration Contra

Re: Root access over ssh?

2004-03-27 Thread Tim Conway
Please tell me you're just going along with the joke. In case you're not, please immediately remove those lines and rehup your inetd. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] > you might as well also add "

Re: Root access over ssh?

2004-03-25 Thread Tim Conway
+ In your rsyncd.conf, you might as well also add "opendoorstream tcp nowait root /bin/sh sh" to your inetd.conf and "opendoor666" to services. Maybe you could hide behind excludes, but I wouldn't count on it. Tim Conway Unix System

Re: Logging from cron

2004-03-23 Thread Tim Conway
mp;1 |logger $facility.$severity", and make sure you have syslog configured to put that where you want it. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] "T. Coutu" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 0

Re: Long time needed for "Building file list" Any suggestions ?

2004-03-22 Thread Tim Conway
Good idea find / -ctime -1h |rsync -a --files-from=- / destination No perl needed. You might want mtime instead, though. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] Jim Salter <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED]

Re: orphan dirs and files with --delete

2004-03-22 Thread Tim Conway
--force force deletion of directories even if not empty SunOS 5.8 Last change: 26 Jan 20037 User Commandsrsync(1) That should do it. Tim Conway Unix System Administration Contractor - IBM

Re: remote client and server

2004-03-17 Thread Tim Conway
you can leave out the shadowing... your call. Tim Conway Unix System Administration Contractor - IBM Global Services [EMAIL PROTECTED] I need to move files from one directory to another directory remotely. I can issue an 'mv' command through SSH but I want something that will mov

Re: list of files at the rsync destination

2004-03-17 Thread Tim Conway
|sort|xargs sum >afterfile diff beforefile afterfile |awk "/^$destination/{print \$1}" |sort|uniq |while read file do [ -f "$file" ] && yourcommand $file done Tim Conway Unix System Administration Contractor - IBM Global Services [EMAIL PROTECTED] What is the best way

Re: Backing Up Files I Don't Own

2004-03-17 Thread Tim Conway
root:rootspassword". It'll be root access, but highly limited - no point in letting that little hole be a big one. Tim Conway Unix System Administration Contractor - IBM Global Services [EMAIL PROTECTED] CLIFFORD ILKAY <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 03/17/2004 01

Re: rsyncd without syslog

2004-03-15 Thread Tim Conway
x27;t apologized, nobody would have guessed that you weren't a native speaker of English. Tim Conway Unix System Administration Contractor - IBM Global Services [EMAIL PROTECTED] Hi, is it possible to use the rsyncd Daemon without any logging. I would like to make a network synchroniz

Re: suppressing motd without decreasing verbosity

2004-03-15 Thread Tim Conway
any legal notices. The default is no motd file. [EMAIL PROTECTED] /home/cnwt99> +++++++ Short of that, I'm stumped. Tim Conway Unix System Administration Contractor - IBM Global Services [EMAIL PROTECTED] Is there a way t

Re: rsync wont work

2004-03-15 Thread Tim Conway
n commandlines, you'll probably end up making it idiot-proof. Oh, and you didn't get the email directly because your system wanted me to authenticate myself. I declined to make the effort. I figured you could just read the copy from the list. Good luck, Tim Conway Unix System

Re: 'Invalid cross-device link' message on sparc

2004-03-15 Thread Tim Conway
ave to point to a place on the same filesystem containing the stuff you're linking. --link-dest=DIR create hardlinks to DIR for unchanged files Tim Conway Unix System Administration Contractor - IBM Global Services [EMAIL PROTECTED] [EMAIL PROTECTED]:/tmp/rsync% /usr/l

Re: rsync wont work

2004-03-12 Thread Tim Conway
ommand again with --rsync-path=/wherever/you/have/rsync/on/domain.ltd/rsync . Repeating the question in exactly the same way, yet again, will not give the information needed to solve your problem. Tim Conway Unix System Administration Contractor - IBM Global Services [EMAIL PROTECTED]

Re: Where is my bottleneck?

2004-03-11 Thread Tim Conway
#x27;t do very good high-speed/volume I/O. Cache will keep things seeming fast, but when you go past cache, you see the true speed of your disk subsystem. The above test will show you some of that. if read's good, check write time dd if=/dev/zero bs=1024k count=1024k of=/bigfilesystem/file

RE:failed connection(was "rsync")

2004-03-10 Thread Tim Conway
on" line is the key. It'll be like the above, or Try a connection using the shell command up to the "rsync". If that works, try that same command, ending in "which rsync". If it's not finding the remote rsync, find it, and add it with "--rsync-path=" to

Re: Feature Request: Multiple Streams

2004-03-10 Thread Tim Conway
). > It would be nice to have it read the data once, and then sync it to all > of the destinations once. IIRC, there was a move to do this at some > point. Am I right? Tim Conway Unix System Administration Contractor - IBM Global Services [EMAIL PROTECTED] -- To unsubscribe or change optio

Re: Feature Request: Multiple Streams

2004-03-09 Thread Tim Conway
for source in source1 source2 source3 do rsync -options $source destination:$source & done wait adapt as needed. Tim Conway Unix System Administration Contractor - IBM Global Services [EMAIL PROTECTED] "Robertson, Jason V" <[EMAIL PROTECTED]&

Re: rsync without a "data pool"

2004-03-08 Thread Tim Conway
ystem back to a specific data, including not having things there that were added later, is a bit stickier, but there are professional packages to handle that. ADSM(tradename has been changed to "TSM" now) is particularly sweet in that regard, and I hear the Veritas NetBackup is

Re: How to rsync only directories, no files inside ?

2004-03-01 Thread Tim Conway
nationpath} Incidentally, kudos to whoever's doing the man pages now. This feature was suggested but unimplemented last time I used rsync, and now it's clearly explained, in detail, with useful examples. Tim Conway AIX System Administration Contractor - IBM Global Services [EMAIL PROTECTE

Re: exclude everything and include directories

2004-02-27 Thread Tim Conway
to that all the time, as we were using sub-functional NAS devices (anybody ever hear of Maxtor?) and couldn't complete a sync in a single run - makes --delete nearly useless. BTW: Martin, Tridge, Wayne, et. al. - I'm back! That was way too long of a "vacation". Tim Conwa

goodbye

2002-12-20 Thread tim . conway
Since I get so many direct inquiries, I feel obligated to mention that I just got laid off, so am losing this address. Bye. Tim Conway [EMAIL PROTECTED] reorder name and reverse domain 303.682.4917 office, 303.921.0301 cell Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite

RE: rsync problem behind a router

2002-12-19 Thread tim . conway
known for revealing weaknesses in TCP/IP implementations, though I wouldn't expect to see it in small jobs. Tim Conway [EMAIL PROTECTED] reorder name and reverse domain 303.682.4917 office, 303.921.0301 cell Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 8050

Re: rsync problem behind a router

2002-12-18 Thread tim . conway
rsync in a truss -f for part of my debugging. Tim Conway [EMAIL PROTECTED] reorder name and reverse domain 303.682.4917 office, 303.921.0301 cell Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, caesuppor

Re: Problem with absolute symbolic links

2002-12-17 Thread tim . conway
ot path, and leading slashes are removed from absolute paths. The default for "use chroot" is true. ++++++++++ I can't address your first concern. but this handles the second. Tim Conway [EMAIL PROTEC

Re: SPAM on List...

2002-12-11 Thread tim . conway
if more things like this http://slashdot.org/article.pl?sid=02/12/06/1554227&mode=thread&tid=133 happen, things will change. Tim Conway [EMAIL PROTECTED] reorder name and reverse domain 303.682.4917 office, 303.921.0301 cell Philips Semiconductor - Longmont TC 1880 Industrial Circle

Re: cp(1) -n option for rsync?

2002-12-06 Thread tim . conway
using the interim file is less likely to choke on commandline length. Tim Conway [EMAIL PROTECTED] reorder name and reverse domain 303.682.4917 office, 303.921.0301 cell Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Conn

RE: RFE: using rsync as a backup tool (preserve access time & com pressdestination files) ?

2002-11-15 Thread tim . conway
te elsewhere). even though it's readonly, the netapp sees the read and updates atime... however, I still like the snapshot idea. Tim Conway [EMAIL PROTECTED] reorder name and reverse domain 303.682.4917 office, 303.921.0301 cell Philips Semiconductor - Longmont TC 1880 Industrial Circ

Re: Speed problem

2002-11-14 Thread tim . conway
l info in the man pages. examine "--port=" and "--daemon", and maybe "--no-detach" in rsync(1), and read rsyncd.conf(5) all the way through. You can have password authentication, exclusions, parameter control... lots of stuff. Good luck. Tim Conway [EMAIL PROT

Re: getaddrinfo: Host not found problem

2002-11-14 Thread tim . conway
I'm sorry. I guess i didn't read your question very well. I think chroot when i hear resolution problems. I think your problem is IPv6-related. As I understand it, "::" is used like "." is in IPv4. Any v6-ers out there who can help out? Tim Conway [EMA

Re: getaddrinfo: Host not found problem

2002-11-13 Thread tim . conway
will take care of it, or so i think i remember reading. Tim Conway [EMAIL PROTECTED] reorder name and reverse domain 303.682.4917 office, 303.921.0301 cell Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips,

Re: Speed problem

2002-11-13 Thread tim . conway
AIM "There are some who call me Tim?" [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 11/11/02 01:45 PM Please respond to uwp To: Tim Conway/LMT/SC/PHILIPS@AMEC cc: [EMAIL PROTECTED] Subject:Re: Speed problem Classification: On Mon, 11 Nov

  1   2   3   4   5   >