Re: Syntax Question on 'rsyncd.conf' on Windows

2021-04-10 Thread Tim Evans via rsync
On 4/9/21 5:05 PM, Dan Stromberg wrote: This is probably more of a Cygwin question than an rsync question. On Cygwin, E: should show up automatically as /cygdrive/e You can test that by opening a Cygwin terminal and cd'ing to /cygdrive/e Thanks! -- Please use reply-all for most replies to a

Syntax Question on 'rsyncd.conf' on Windows

2021-04-06 Thread Tim Evans via rsync
Cygwin distribution of rsync for Windows contains an example rsyncd.conf, excerpt below: [cDrive] path = /cygdrive/c/ comment = Entire C Drive Having trouble setting up a second Windows physical drive. Is the "cygdrive" designation a reference to the full system root, so that syntax for

timeout not working.

2015-04-14 Thread Tim Dickson
;m running rsync 3.1.0 on both ends (on slackware 14.1 64bit) (3.1.1 is not yet available for slackware) any suggestions appreciated, thanks Tim -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/r

Re: Speeding Up Rsync for Large File Sets

2012-12-03 Thread Tim Gustafson
have at least one tree of folders with a zillion files in it. -- Tim Gustafson t...@soe.ucsc.edu 831-459-5354 Baskin Engineering, Room 313A -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsy

Re: Speeding Up Rsync for Large File Sets

2012-11-30 Thread Tim Gustafson
> If you are using zfs then why not use zfs send and zfs receive? > > Rsync has to stat every file on both ends which can take a long time > with millions of files. The zfs tools don't have to do any of that. Because zfs send/receive doesn't work well if the target file system ever gets changed,

Speeding Up Rsync for Large File Sets

2012-11-30 Thread Tim Gustafson
hours. Is there any way to speed up the transfer? The command line I'm using is: /usr/local/bin/rsync --stats --rsh=/usr/bin/rsh --recursive --delete --one-file-system --xattrs --links --hard-links --times --perms --owner --group --exclude=.zfs /foo/bar root@remote:/foo/bar Thanks! -- Tim G

Re: Problem retrieving file starting with '-' character from top of repository

2010-12-23 Thread Tim Bruijnzeels
On 12/22/10 6:08 PM, Wayne Davison wrote: On Wed, Dec 22, 2010 at 1:53 AM, Tim Bruijnzeels mailto:t...@ripe.net>> wrote: There seems to be a problem when trying to retrieve a file that starts with a '-' character, if it lives in the top of an rsync repository:

Problem retrieving file starting with '-' character from top of repository

2010-12-22 Thread Tim Bruijnzeels
Hi all, There seems to be a problem when trying to retrieve a file that starts with a '-' character, if it lives in the top of an rsync repository: /Users/tim $ rsync --list-only 'rsync:///repository/-fails' rsync: connection unexpectedly closed (0 bytes received so f

Re: can't create a local mirror

2010-09-25 Thread Tim Hanson
On Saturday, September 25, 2010 02:35:16 pm you wrote: > rsync@lists.samba.org !$#%^#$#! I have a "workaround" but I'm not that thrilled with it. It involves logging in to a root desktop and doing the script from there. IOW, everything else stops until I do the daily backup. -- Please use re

Re: can't create a local mirror

2010-09-25 Thread Tim Hanson
Also, I tried to --exclude it, but got the same error. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: can't create a local mirror

2010-09-25 Thread Tim Hanson
On Saturday, September 25, 2010 01:22:29 pm you wrote: > On Sat, 2010-09-25 at 13:16 -0700, Tim Hanson wrote: > > I either have a problem with rsync or it is not intended to do what I am > > asking it to do. > > > > I am trying to mirror a copy of /home/foo to a local

can't create a local mirror

2010-09-25 Thread Tim Hanson
I either have a problem with rsync or it is not intended to do what I am asking it to do. I am trying to mirror a copy of /home/foo to a local usb drive. The copy is made, but the destination does not appear to be deleting files I have deleted on the source. Here is the command line I am usin

Re: old files not getting deleted

2010-02-23 Thread Tim Boyer
v/fd/3" failed: Bad file descriptor (9) Can I turn this behavior off? Thanks, Charles man rsync: --ignore-errors delete even if there are I/O errors -- tim -- -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https:

Re: Using rsync for buidling Oracle standbys.

2009-09-03 Thread Tim Evans
acle instances, replication ought to be an easy add-on. -- Tim Evans, TKEvans.com, Inc.| 5 Chestnut Court UNIX System Admin Consulting| Owings Mills, MD 21117 http://www.tkevans.com/ | 443-394-3864 http://www.come-here.com/News/ | tkev...@tkevans.com -- Please use repl

Re: --delete-before doesn't seem to actually be deleting before transfer

2009-07-21 Thread Tim Edwards
. However I've found that the effect is the same as doing an rm -f before the transfer - since --exclude=*.dar it removes all files, even the ones that are --include'd, and then starts the transfer from scratch. Just using rm keeps my script simpler and easier to read. Regards Tim --

Re: --delete-before doesn't seem to actually be deleting before transfer

2009-07-20 Thread Tim Edwards
backupstoremove.py script's original functionality of just rm'ing the backups from the USB stick before I transfer, I really can't work out how --delete-before can possibly be made to function in this situation. Tim -- Please use reply-all for most replies to avoid omitting the mail

--delete-before doesn't seem to actually be deleting before transfer

2009-07-14 Thread Tim Edwards
way - I have to manually delete the old backups from the USB stick before transferring the new. Thanks for any help Tim Edwards -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before post

feature request: create remote directory

2008-09-29 Thread Tim Newsome
. Tim -- Follow me around the world at http://www.casualhacker.net/blog/ -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart

feature request: restart on timeout

2008-09-29 Thread Tim Newsome
nc to support itself. Something like: --auto-restart When a timeout occurs, automatically restart the transfer. Tim -- Follow me around the world at http://www.casualhacker.net/blog/ -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options:

Syntax of Exclude File

2008-04-24 Thread Tim Evans
I'm having trouble making a very simple entry in my exclude file work properly. The entry is: - TMP/ Purpose of the entry is to exclude any directory or subdirectory named "TMP" from backup via rsync, but it's not doing it. What am I doing wrong? Thanks. -- Tim Eva

Re: tired of typing long paths

2008-03-12 Thread Tim Brody
Neal Becker wrote: rsync /usr/share/xemacs/blah/bla dest:/usr/share/same/long/path/here Wouldn't it be nice to have an option to just say: rsync --same-path /some/long/local/path dest: FOO=/usr/share/xemacs/same/long/path rsync $FOO dest:$FOO ?? Cheers, Tim. -- To unsubscribe or c

Avoiding transferring duplicate files

2008-02-13 Thread Tim Brody
nothing specifically about doing a blanket search for duplicates similar to fdupes. Any suggestions would be helpful. Thanks, Tim. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync performance

2006-08-23 Thread Tim Moore
Try using major subdirectories one level lower. Example sequence from my automated home machine backup: rsync -ax --stats / /rsync_backup/ rsync -ax --stats /usr/ /rsync_backup/usr/ rsync -ax --stats /home/ /rsync_backup/home/ Compare to "rsync -a --stats / /backup/" Ralf Fassel wrote: We're

Re: no true incrementals with rsync?

2006-06-28 Thread Tim H
; d3/b.txt cat d1/b.txt (AND its not a link!, it was copied) - Original Message - From: "Wayne Davison" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Sent: Tuesday, June 27, 2006 6:18 PM Subject: Re: no true incrementals with rsync? > On Tue, Jun 27, 2006 at

Re: Re: Can rsync monitor a file system?

2006-06-27 Thread Tim H
couldnt you do something like this?: always running.sh--- while true do if file not exists "isrunning.txt" sh checkfiles.sh sleep 30 done checkfiles.sh--- # compare dirlist here if [ need to run rsync ] and [file not exist "isrunning.txt"] touch isrunning.txt rsync ...

Re: no true incrementals with rsync?

2006-06-27 Thread tim h
I tried compare-dest... does it automatically hardlink, or does link-dest hardlink or both? may my problem is I tested on a cygwin windose macine and there is no linking. On 6/26/06, Wayne Davison <[EMAIL PROTECTED]> wrote: On Mon, Jun 26, 2006 at 10:15:38AM -0700, tim594 wrote: > With tradition

Re: Can rsync monitor a file system?

2006-06-26 Thread Tim H
what about scripts running every 30 seconds on each machine, thats lighter then rsync just to compare.. eg. Server1 ls -lR /* > ~/files1 scp files1 SERVER2:~ Server2 ls -lR /* > ~/files2 (do a diff command here on files1 vs. files2) (if different, then run rsync -u) - Or

rsync not deleting files

2006-04-06 Thread Tim Boyer
27;re still sitting in the directory. Source: [EMAIL PROTECTED] log]# ls -ls /home total 64 drwx-- 10 backup backup 4096 Nov 27 21:05 backup drwx-- 2 root root 16384 Mar 21 2005 lost+found drwx-- 4 timtim 4096 Mar 27 21:09 tim drwx-- 5 vpnvpn 40

Re: Occasional 'Permission denied'

2006-01-09 Thread Tim Boyer
On Sun, 8 Jan 2006 21:39:43 -0800, Wayne Davison <[EMAIL PROTECTED]> wrote: >On Sat, Jan 07, 2006 at 10:22:57AM -0500, Tim Boyer wrote: >> It's not many files, but since I'm running as root, I'm curious why >> there's a problem creating/deleting/unlinking

Occasional 'Permission denied'

2006-01-07 Thread Tim Boyer
/deleting/unlinking these files. Anyone have any idea? Thanks much, -- tim boyer [EMAIL PROTECTED] -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: [rsync] '-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: Rsync clients connecting to rsync server.

2005-08-31 Thread Tim . Clashin
Thanks Wayne, it works like a champ now.  Appreciate it. Tim Clashin Wayne Davison <[EMAIL PROTECTED]> 08/29/05 10:32 PM To [EMAIL PROTECTED] cc rsync@lists.samba.org Subject Re: Rsync clients connecting to rsync server. On Mon, Aug 29, 2005 at 05:10:21PM -0500,

Rsync clients connecting to rsync server.

2005-08-29 Thread Tim . Clashin
rver on the command line with /usr/local/bin/rsync --daemon --config /etc/rsyncd.conf , and I made the ssh user home dir /etc just to test.  So it can see rsyncd.conf.  Still befuddled at this point.   Any assistance would be greatly appreciated.   Tim Clashin -- To unsubscribe or change op

Re: unable to open configuration file rsyncd.conf

2005-08-26 Thread Tim . Clashin
champ.   Appreciate the help and I will also look at 2.6.6.  Thanks everyone.   Tim Clashin Paul Slootman <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 08/26/2005 03:55 AM To rsync@lists.samba.org cc Subject Re: unable to open configuration file rsyncd.conf On Thu 25 Au

unable to open configuration file rsyncd.conf

2005-08-25 Thread Tim . Clashin
y assistance would be greatful, and thanks in advance.   Tim -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: 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: Rsync over an NFS mount (Scanned @ Decoma)

2005-04-02 Thread Tim Moore
> grep nfs /proc/mounts abit:/snapshot/abit /backup nfs ro,nosuid,nodev,v3,rsize=4096,wsize=8192,hard,intr,udp,lock,addr=abit 0 0 ... easier, and a simple prefix without a nesting level: NFS_MNT="/mnt/plantx" mount | grep $NFS_MNT >/dev/null if [ ! "$?" = 0 ]; then echo "source not mounted, n

Re: pauses sync'ing between tmpfs and disk on Linux 2.4.x

2005-03-26 Thread Tim Moore
480 Mar 26 08:57 . drwxr-xr-x 26 root root 1024 Mar 26 08:51 .. -r--r--r-- 1 root root11 Mar 26 08:52 .X0-lock drwxrwxrwt 2 root root60 Mar 26 08:52 .X11-unix drwxrwxr-x 18 timtim 163900 Mar 23 23:34 .ccache drwxrwxrwt 2 xfs xfs 60 Mar 26 08:52 .

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: two-way synchronization accross a firewall fails

2004-05-21 Thread Tim Harsch
This was somehow related to the fact that I was su'd to root, but not with root env ie. "su --" - Original Message ----- From: "Tim Harsch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 20, 2004 11:46 AM Subject: two-way synchronization

two-way synchronization accross a firewall fails

2004-05-20 Thread Tim Harsch
machine O is outside firewall, machine I is inside (machine names changed to protect the innocent :-) firewall allows ssh connections if inititiated from I to O, but not if the other way. both machines have an /etc/rsyncd.conf of: [rt] path = /tmp/rsync_test comment = Test area O runs

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: rsync hanging on Cygwin

2004-05-15 Thread Tim Moss
es to then connect to thet standard daemon ports. Anyone know? What would the command line for doing this look like - I've tried a few options but if I put --daemon on the command line ven though I've got --rsh it just quits immediately. Tim PS. From the tests I've run so far the

RE: rsync hanging on Cygwin

2004-05-14 Thread Tim Moss
, only if it is receiving.. > -Original Message- > From: Tim Moss [mailto:[EMAIL PROTECTED] > Sent: 14 May 2004 22:20 > To: 'Jim Salter' > Subject: RE: rsync hanging on Cygwin > > Ah ha - I'll give using the latest and greatest rsync from CVS a go. >

RE: rsync hanging on Cygwin

2004-05-14 Thread Tim Moss
> Cygwin DLL version info: > > DLL version: 1.5.9 > > DLL epoch: 19 > > DLL bad signal mask: 19005 > > DLL old termios: 5 > > DLL malloc env: 28 > > API major: 0 > > API minor: 112 > >

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

  1   2   3   4   5   6   >