Re: rsync ing files within an apache cluster - newbie

2012-02-13 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You want --update to make sure that it is the newest version of the file that gets propagated. On 02/13/12 07:13, Roland RoLaNd wrote: > > Dear All, Background information: i have a cluster of 14 apache > servers running behind a load balancer .hits

Re: rsync ing files within an apache cluster - newbie

2012-02-13 Thread Christopher Hawkins
I would try using inotifywait to call rsync only when new files appear. That way the new files cannot get overwritten by the old files. On 2/13/2012 7:13 AM, Roland RoLaNd wrote: Dear All, Background information: i have a cluster of 14 apache servers running behind a load balancer .hits to th

rsync ing files within an apache cluster - newbie

2012-02-13 Thread Roland RoLaNd
Dear All,   Background information:  i have a cluster of 14 apache servers running behind a load balancer .hits to the server are random, there's no master webserver so uploads to the website may land on app server 1..14 depending on where it landed by the load balancer. What i need help with: i

Re: Newbie question Third try...

2010-09-09 Thread Charles Marcus
On 2010-09-09 5:07 PM, Blaine Miller wrote: > I give up... this is one of the least intuitive lists I've ever tried to > subscribe to... What are you talking about? Your messages are coming through. You don't need to ask permission to ask a question, just ask your question... -- Best regards

Re: Very Newbie question...

2010-09-09 Thread Benjamin R. Haskell
On Thu, 9 Sep 2010, Blaine Miller wrote: Is this the correct list to ask newbie questions and if not, which forum do I subscribe to? Thanks and thanks for not taking my head off with your response… Not sure what's going on with your bounced messages (Why are you replying to rsync-bo

RE: Newbie question Third try...

2010-09-09 Thread Blaine Miller
06 PM To: rsync@lists.samba.org Subject: Newbie question Second try... I keep getting bounced. So what is the correct userlist I should connect to? Thanks R. Blaine Miller   -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options:

Newbie question Second try...

2010-09-09 Thread Blaine Miller
I keep getting bounced. So what is the correct userlist I should connect to? Thanks R. Blaine Miller   -- 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.ca

Very Newbie question...

2010-09-09 Thread Blaine Miller
Is this the correct list to ask newbie questions and if not, which forum do I subscribe to? Thanks and thanks for not taking my head off with your response... Blaine Miller -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https

Re: newbie: rsync 2.6.x problems Cygwin client --> RedHat server

2008-04-08 Thread Paul Slootman
On Mon 07 Apr 2008, S.A. Birl wrote: > On Apr 7, 2008, Paul Slootman ([EMAIL PROTECTED]) typed: > > Paul: On Mon 07 Apr 2008, S.A. Birl wrote: > Paul: > > Paul: > Server is running rsync 2.6.1 on RH > Paul: > Client is running rsync 2.6.3 on Cygwin (Win2003) > Paul: > > Paul: > When I connec

Re: newbie: rsync 2.6.x problems Cygwin client --> RedHat server

2008-04-07 Thread Paul Slootman
On Mon 07 Apr 2008, S.A. Birl wrote: > > Server is running rsync 2.6.1 on RH > Client is running rsync 2.6.3 on Cygwin (Win2003) > > When I connect client to server, I get kicked out after SSH > authentication. I can manually ssh into the server with no problems. Is the server running an rsync

newbie install question win to win, win to unix

2007-11-29 Thread Martin Tomko
Dear list, I just started to play with rsync. It seems to provide an option to sync with an ssh enabled file server (I think win). I have no root rights ono the server, and I need to archive/sync with my win - based pc. The client runs just fine, but the transfer fails: Password: rsync: mkdir

Re: Newbie problems

2007-06-02 Thread Matt McCutchen
On 6/2/07, Boniforti Flavio <[EMAIL PROTECTED]> wrote: On 6/2/07, Matt McCutchen <[EMAIL PROTECTED]> wrote: > You should set both to root so that the server (more properly called a > daemon) has the power to set the ownership of the backup files. > Otherwise, the daemon will silently skip setting

Re: Newbie problems

2007-06-02 Thread Boniforti Flavio
On 6/2/07, Matt McCutchen <[EMAIL PROTECTED]> wrote: > How should I be setting "uid" and "gid" in the server's conf file? You should set both to root so that the server (more properly called a daemon) has the power to set the ownership of the backup files. Otherwise, the daemon will silently ski

Re: Newbie problems

2007-06-01 Thread Matt McCutchen
On 5/28/07, Boniforti Flavio <[EMAIL PROTECTED]> wrote: I want to back-up my PC's /home directory onto another Linux PC. On the "server" I've set up a directory called /backup and now I'd like to know which permissions it should have for that my backups succeed. What I want to achieve is that I

Newbie problems

2007-05-28 Thread Boniforti Flavio
Hello there... I'd like to have some doubts cleared out... therefore I'm posting here... I want to back-up my PC's /home directory onto another Linux PC. On the "server" I've set up a directory called /backup and now I'd like to know which permissions it should have for that my backups succeed.

Re: Newbie question.

2007-03-11 Thread William D. Tallman
On Sun, Mar 11, 2007 at 03:16:13PM -0700, Wayne Davison wrote: > On Sat, Mar 10, 2007 at 01:29:45PM -0800, William D. Tallman wrote: > > And I got it that I could remove -t and --size-only from subsequent > > backup runs. > > No, you don't want to eliminate -t, as preserving timestamps is the only

Re: Newbie question.

2007-03-11 Thread Wayne Davison
On Sat, Mar 10, 2007 at 01:29:45PM -0800, William D. Tallman wrote: > And I got it that I could remove -t and --size-only from subsequent > backup runs. No, you don't want to eliminate -t, as preserving timestamps is the only way rsync has to quickly decide if a file is changed or not (if you had

Newbie question.

2007-03-10 Thread William D. Tallman
I'm just starting to learn about rsync. My use is to backup one hard drive to another (newer) hard drive. I've read through the man file, the rsync site, several googled posts, and have read this forum for a few days, and I still have some questions. The initial copy over was simply 'cp $SOURCE

Re: Newbie can't figure out error messages

2007-01-16 Thread Matt McCutchen
On 1/16/07, John Jason Jordan <[EMAIL PROTECTED]> wrote: I am trying to use rsync to create a mirror of my Linux laptop (Ubuntu Dapper amd-64) onto a USB drive hanging on a Windows 2000 desktop over ethernet. rsync: mknod "/media/smb/laptop/dev/.static/dev/.static/dev/rfcomm74" failed: Operat

Newbie can't figure out error messages

2007-01-16 Thread John Jason Jordan
I am trying to use rsync to create a mirror of my Linux laptop (Ubuntu Dapper amd-64) onto a USB drive hanging on a Windows 2000 desktop over ethernet. The folder I want to rsync to is /laptop and the USB drive is mounted at /media/smb using the following: sudo mount -t smbfs -o username=jcj //Dev

Re: Newbie: What does -e do?

2006-08-06 Thread Jeffrey Ellis
Title: Re: Newbie: What does -e do? on 8/6/06 5:00 AM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > > rsync can be used in conjunction with several transport protocols. In > > one incarnation, you can tell rsync about a command (supplied with the > > -e command li

Re: Newbie: What does -e do?

2006-08-05 Thread Jan-Benedict Glaw
On Sat, 2006-08-05 19:34:39 -0700, Jeffrey Ellis <[EMAIL PROTECTED]> wrote: > on 8/5/06 4:51 PM, Jan-Benedict Glaw at [EMAIL PROTECTED] wrote: > > rsync can be used in conjunction with several transport protocols. In > > one incarnation, you can tell rsync about a command (supplied with the > > -e

Re: Newbie: What does -e do?

2006-08-05 Thread Jeffrey Ellis
on 8/5/06 4:51 PM, Jan-Benedict Glaw at [EMAIL PROTECTED] wrote: > rsync can be used in conjunction with several transport protocols. In > one incarnation, you can tell rsync about a command (supplied with the > -e command line option) that'll execute a given command (that'll be > supplied on t

Re: Newbie: What does -e do?

2006-08-05 Thread Jeffrey Ellis
on 8/5/06 4:51 PM, Jan-Benedict Glaw at [EMAIL PROTECTED] wrote: > On Sat, 2006-08-05 15:36:57 -0700, Jeffrey Ellis <[EMAIL PROTECTED]> wrote: >> The first I see pretty often is ­e. Can someone explain what this does? > > rsync can be used in conjunction with several transport protocols. In >

Re: Newbie: What does -e do?

2006-08-05 Thread Eberhard Moenkeberg
Hi, On Sat, 5 Aug 2006, Jeffrey Ellis wrote: Just starting out, and have read through the man and several web page tutorials, and I don¹t quite understand some of the options (guess I¹ll ask about those as I get to them). The first I see pretty often is ­e. Can someone explain what this does?

Re: Newbie: What does -e do?

2006-08-05 Thread Jan-Benedict Glaw
On Sat, 2006-08-05 15:36:57 -0700, Jeffrey Ellis <[EMAIL PROTECTED]> wrote: > The first I see pretty often is ­e. Can someone explain what this does? rsync can be used in conjunction with several transport protocols. In one incarnation, you can tell rsync about a command (supplied with the -e comm

Newbie: What does -e do?

2006-08-05 Thread Jeffrey Ellis
Title: Newbie: What does -e do? Hi Just starting out, and have read through the man and several web page tutorials, and I don’t quite understand some of the options (guess I’ll ask about those as I get to them). The first I see pretty often is –e. Can someone explain what this does? Thanks

Hi im newbie here

2005-11-14 Thread atat lakbay_taodev
Hi All, I'm new here...i'm really interested in joining this group to be able to explore and find back up solutions on our system. Im running samba here and eventually fully migrate to linux. I really appreciate your advices and expert opinions. Thanks... Tata -- To unsubscribe or change options

Re: complete newbie

2005-10-01 Thread Bob Hutchinson
On Saturday 01 Oct 2005 06:35, Gil Hardwick wrote: > Hi everyone, > > I am a complete newbie to rsync. Last year I built and setup my own web > server based on an old Intel PII box running at 333Mhz. There is plenty of > RAM and HD space, but the site is now growing apace. >

RE: complete newbie

2005-09-30 Thread tony
[EMAIL PROTECTED] >To: rsync@lists.samba.org >Sent: Sat, 01 Oct 2005 13:35:35 > >Hi everyone, > >I am a complete newbie to rsync. Last year I built >and setup my own web server >based on an old Intel PII box running at 333Mhz. >There is plenty of RAM and HD >space, but

complete newbie

2005-09-30 Thread Gil Hardwick
Hi everyone, I am a complete newbie to rsync. Last year I built and setup my own web server based on an old Intel PII box running at 333Mhz. There is plenty of RAM and HD space, but the site is now growing apace. A few weeks ago while upgrading my office equipment I set aside another box

Re: rsync newbie

2005-09-13 Thread Wayne Davison
On Tue, Sep 13, 2005 at 02:13:10PM -0600, Scott Miller wrote: > rsync: read error: connection reset by peer As mentioned on the issues and debugging page of the rsync web site: If the remote rsync is a daemon, your first step should be to look at the daemon's log file to see if it logged

Re: rsync newbie

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

rsync newbie

2005-09-13 Thread Scott Miller
I am attempting to set up a "backup server" using rsync - it will store the backups from my 5 other servers and initiate the rsync process to pull the information over to itself.  From there, it will all be going to tape.   I've read just about everything I could the past few weeks, and feel

Re: Help for a newbie.

2005-01-27 Thread Wayne Davison
On Tue, Jan 25, 2005 at 11:22:57PM +0100, Andrea Riciputi wrote: > rsync -a --include "~/Library/bar/" --exclude "Library/" source target Read the section of the man page on how excludes are anchored to the base of the transfer. There are extensive examples in the modern version (which you can fi

Re: Help for a newbie.

2005-01-25 Thread Andrea Riciputi
Thanks Rick, actually rsync -a --include "~/Library/bar/" --exclude "*/Library/*" source target doesn't work as expected, but the following: rsync -a --include "Library/bar/" --exclude "*/Library/*" source target does work! Could anyone explain what's going on here, even if I've read rsync man p

Re: Help for a newbie.

2005-01-25 Thread Rick Mann
On Jan 25, 2005, at 14:22, Andrea Riciputi wrote: but it doesn't work. Any suggestion? Try putting a * in your exclude expression: "*/Library/*" -- Rick -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-ques

Help for a newbie.

2005-01-25 Thread Andrea Riciputi
Hi all, I'm new to rsync and I'm trying to do a backup of my home directory, but I've a problem here. I'm not able to select the directory that I want to backup and exclude those I don't want to. I've googled a lot and I've also searched the rsync mailing list archive but without success, so I

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

2004-07-14 Thread Wayne Davison
On Wed, Jul 14, 2004 at 05:51:44PM -0400, Chris Shoemaker wrote: > > It's now: > > http://www.devshed.com/c/a/Administration/File-Synchronization-With-Rsync/ > > Stuart's observation is still true. I just fixed it (I forgot to fix it earlier). ..wayne.. -- To unsubscribe or change options: htt

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

2004-07-14 Thread Chris Shoemaker
On Thu, Jun 17, 2004 at 10:13:28AM +0100, Stuart Halliday wrote: > > Why isn't there a beginners guide to setting up rsync? > > > The rsync front page talks of a tutorial by devshed at: > http://www.devshed.com/c/b/Administration#/Rsync/page1.html > > Except there isn't one > > It's now:

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

2004-06-17 Thread Tim Conway
It's an open project, and there's lots of work to be done besides programming. I'm sure a nice manual for the technically-challenged would be welcomed. Most users of rsync posess great technical competence, and aside from unavoidable language issues(we didn't all grow up in OZ, UK, NZ, or U

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

2004-06-17 Thread Stuart Halliday
> I think you will find youre using rsync secrets in the config - thats > rsync's own auth system. > > read the manual about rsync authentication vs account authentication. Thanks Tomasz. Surely as I've specified a secrets file then the password I use is the one in this secrets file? But ho

Re: real Newbie query sorry!

2004-06-16 Thread Tomasz Ciolek
On Wed, Jun 16, 2004 at 11:33:29AM +0100, Stuart Halliday wrote: > Hi as I'm a real newbie to rsync I'd better apoligise if this is 'old hat'. Its OK! the only silly question is that which is not asked. We all were newbies once or twice... [SNIP] > The DOS shell

real Newbie query sorry!

2004-06-16 Thread Stuart Halliday
Hi as I'm a real newbie to rsync I'd better apoligise if this is 'old hat'. I'm trying to get to grips with rsync and I've set up rysnc as a server on a redhat 8 linux pc using a simple rsyncd.conf I then tried to list some files placed in the rsync server by usin

newbie question about using rsync for backups

2004-04-26 Thread Ryan Kilgore
Hi all, I'm wanting to make weekly backups of host qin to host elijah. I set a crontab to run a script that effectually executes this rsync command: rsync -ave ssh --exclude-from=excludes.txt --delete / elijah:/home/backup/qin host qin is running gentoo linux with rsync version 2.5.6. host eli

Re: a newbie question

2003-12-20 Thread Wayne Davison
On Sat, Dec 20, 2003 at 04:15:00PM +0200, Serhan T?RKMENLER wrote: > when I run #rsync -t rsync.dsbl.org::dsbl/rbldns-list.dsbl.org > will I download this file ? I can view the directory but I cant > download? What am I doing wrong? You left off the trailing "." arg to tell it where to put the cop

a newbie question

2003-12-20 Thread Serhan TÜRKMENLER
Hello everyone I just found out this great tool. I need to use it to get access to DSBL zones. in their website it says Can I run my own DSBL DNS secondary? DSBL provides direct rsync access to our zones. To retrieve one of the zones, install rsync and run the following command: rsync

Re: Newbie want help

2003-08-31 Thread jw schultz
On Sun, Aug 31, 2003 at 04:55:56PM +0200, Kim Christensen wrote: > Hi All > > Can' anybody please tell me where to get at GOOD dokumentation to have rsync > running ? > Define GOOD. And while you are at it define "running". We have the manpages and there is a little bit more on the web site.

Newbie want help

2003-08-31 Thread Kim Christensen
Hi All Can' anybody please tell me where to get at GOOD dokumentation to have rsync running ? Kim --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.514 / Virus Database: 312 - Release Date: 28-08-2003 -- To unsubscribe or change o

Re: newbie (no flames plz)

2003-03-22 Thread jw schultz
On Sat, Mar 22, 2003 at 06:32:08AM -0800, Linux Geek wrote: > i tried lots of things on my mandrake desktop. here is > what happens & what i tried. > > > > i renamed the slackware.8.1.iso to slackware.9.0.iso > > $rsync --stats -P --rsh=/usr/local/bin/ssh > ftp.somethng.com::/pub/slackware/slac

newbie (no flames plz)

2003-03-22 Thread Linux Geek
i tried lots of things on my mandrake desktop. here is what happens & what i tried. i renamed the slackware.8.1.iso to slackware.9.0.iso $rsync --stats -P --rsh=/usr/local/bin/ssh ftp.somethng.com::/pub/slackware/slackware.9.* . but rsync doesnt work & download the entire file !! please help

Re: Newbie Question

2003-02-27 Thread jw schultz
On Thu, Feb 27, 2003 at 06:44:11PM -, Max Bowsher wrote: > Tom Freeman wrote: > > Hi, > > I finally got rsync to work, it seems it didn't like being located in > > /usr/local/bin/rsync, so I created a symbolic link from there to > > /usr/bin/rsync and all worked fine! > > > > My next problem i

Re: Newbie Question

2003-02-27 Thread Max Bowsher
Tom Freeman wrote: > Hi, > I finally got rsync to work, it seems it didn't like being located in > /usr/local/bin/rsync, so I created a symbolic link from there to > /usr/bin/rsync and all worked fine! > > My next problem is that it is prompting me to enter a password each > time I run it. I reall

Re: Newbie Question

2003-02-27 Thread Tom Freeman
;Tom Freeman" <[EMAIL PROTECTED]> Sent: Thursday, February 27, 2003 3:23 PM Subject: Re: Newbie Question > On Thursday 27 February 2003 16:19, you wrote: > > Hi, > > thanks for the reply, > > yeah i've checked the PATH and rsync is definately in the user tdf&#

Newbie Question

2003-02-27 Thread Tom Freeman
Hi, This is a very simple question I realise, but I hope maybe someone can just help me out. I am trying to do a very simple thing, just transfer a file from machine A to machine B using rsync with ssh. This is what i'm typing: bash-2.03# rsync -avvv --rsh="ssh -l tdf" [EMAIL PROTECTED]:/export/

Re: Newbie syntax question on --include-from option

2003-02-13 Thread Wayne Davison
On Thu, Feb 13, 2003 at 07:54:39PM +, Loris Serena wrote: > rsync -azv -e ssh --stats --include-from=rsynclist.txt host-one: > > and rsynclist.txt looks like > + /export/home/user1/dir1/dir2/dir3/ > + /export/home/user1/dir2/dir3/dir4/ > + /export/home/user1/dir3/dir4/dir5/ > + /export/home/us

Re: Newbie syntax question on --include-from option

2003-02-13 Thread Max Bowsher
Loris Serena wrote: > rsync -azv -e ssh --stats --include-from=rsynclist.txt host-one: You've only got a source here, no destination. > and rsynclist.txt looks like > > + /export/home/user1/dir1/dir2/dir3/ > + /export/home/user1/dir2/dir3/dir4/ > + /export/home/user1/dir3/dir4/dir5/ > + /export/h

Newbie syntax question on --include-from option

2003-02-13 Thread Loris Serena
Hello List, I would like to run something like rsync -azv -e ssh --stats --include-from=rsynclist.txt host-one: and rsynclist.txt looks like + /export/home/user1/dir1/dir2/dir3/ + /export/home/user1/dir2/dir3/dir4/ + /export/home/user1/dir3/dir4/dir5/ + /export/home/user1/dir4/dir5/dir6/ + /exp

Re: Newbie question - does it work with Sun Cobalt RaQ550?

2003-01-15 Thread jw schultz
On Wed, Jan 15, 2003 at 10:54:04AM +0900, Majorosi.net - Stéphane wrote: > > Hi, > > I'd like to know if RSYNC work on a Sun Cobalt RaQ550. Does someone trid it? If yes, >please let me know if I can take contact with you. > > Stephane Since no one else has responded i will. I don't have a RaQ

Newbie question - does it work with Sun Cobalt RaQ550?

2003-01-14 Thread Majorosi.net - Stéphane
  Hi,   I'd like to know if RSYNC work on a Sun Cobalt RaQ550. Does someone trid it? If yes, please let me know if I can take contact with you.   Stephane

Newbie - rsync of Windows by Linux

2002-12-27 Thread Murat Okyar
Hi, As the backup scheme, I want to rsync a shared user disk on Windows2000 machine automatically from a Linux box. I have rsync, samba running on Linux machine. I read that I need to run rsync on Windows machine, too. I would appreciate if someone can guide me towards the right direction, sin

Re: Totally newbie need to setup rsync

2002-12-18 Thread Rainer Zocholl
[EMAIL PROTECTED](Jose Lerebours) 17.12.02 08:57 Once upon a time Jose Lerebours shaped the electrons to say... >Howdy! >I am totally new to rsync and most UNIX things. >We have two servers running SCO OpenServer 3.2 Ver 5.0.6. >One of the servers is our live operation and the second is >our b

Re: Totally newbie need to setup rsync

2002-12-17 Thread jw schultz
On Tue, Dec 17, 2002 at 08:57:34AM -0500, Jose Lerebours wrote: > Howdy! > > I am totally new to rsync and most UNIX things. Welcome aboard. > We have two servers running SCO OpenServer 3.2 Ver 5.0.6. > One of the servers is our live operation and the second is > our backup server. > > I need t

Totally newbie need to setup rsync

2002-12-17 Thread Jose Lerebours
Howdy! I am totally new to rsync and most UNIX things. We have two servers running SCO OpenServer 3.2 Ver 5.0.6. One of the servers is our live operation and the second is our backup server. I need to keep data from operation server up-to-date in our backup server and that's where 'rsync' comes

Re: newbie

2002-11-22 Thread Hahasrin Hashim
Thanks for all the answers! regards H. Hashim Computing Officer Dept. of Mathematics University of Southampton Tel: +44 (0)23-80595132 Internal: 25132 On Fri, 22 Nov 2002, Max Bowsher wrote: > Hahasrin Hashim <[EMAIL PROTECTED]> wrote: > > > Hi, > > I'm new with rsync, sorry for this very

Re: newbie

2002-11-22 Thread Max Bowsher
Hahasrin Hashim <[EMAIL PROTECTED]> wrote: > Hi, > I'm new with rsync, sorry for this very basic question > > i've got two machines called A & B > i would like to backup everything on B to A using rsync daily > > my question... which machine i have to install rsync? A or B? Both. > is it matt

Re: newbie

2002-11-22 Thread Daniel Ramaley
Both machines need rsync. Linux and Solaris should work together; here i have a Linux machine and a Solaris machine backing up to an OpenBSD machine and it works just fine. On Fri, 22 Nov 2002 12:51:49 + (GMT) Hahasrin Hashim <[EMAIL PROTECTED]> wrote: > > Hi, > I'm new with rsync, sorry f

newbie

2002-11-22 Thread Hahasrin Hashim
Hi, I'm new with rsync, sorry for this very basic question i've got two machines called A & B i would like to backup everything on B to A using rsync daily my question... which machine i have to install rsync? A or B? is it matter if A running linux and B running solaris? thanks regards H.

RE: Newbie question on Rsync on Solaris

2002-05-03 Thread Crisler, Jon
Thanks, that fixed the problem !!! -Original Message-From: Sholom Fried (Senior Sys Admin) [mailto:[EMAIL PROTECTED]]Sent: Friday, May 03, 2002 12:55 PMTo: Crisler, Jon; '[EMAIL PROTECTED]'Subject: Re: Newbie question on Rsync on Solaris rsync -rvutogp -n --dele

Re: Newbie question on Rsync on Solaris

2002-05-03 Thread Sholom Fried (Senior Sys Admin)
rsync -rvutogp -n --delete --stats --progress \ --exclude-from=/utils/exc_rsync_applcsf.txt \ --rsync-path=/usr/local/bin \ /data/u01/app/applmgr/product/1102/prd \ remoteuser@remotehost:/data/u01/app/applmgr/product/1102/prd this will copy the prd directory on the src into the prd directory

Newbie question on Rsync on Solaris

2002-05-03 Thread Crisler, Jon
Title: Newbie question on Rsync on Solaris I want to replicate between two Solaris hosts.  The source is Solaris 2.6 and the target is Solaris 2.8.  Using rsh, the basic program seems fine (not running in daemon mode), but I have a problem.  The directory tree is about 150,000 files, with

Re: ssh->rsync->newbie

2001-10-18 Thread peter lindsay
gt; Sent: Wednesday, October 17, 2001 10:47 PM Subject: Re: ssh->rsync->newbie > On Wed, Oct 17, 2001 at 10:51:12AM +0100, peter lindsay wrote: > > Hi, > > > > I have two linux/apache servers running rsync and ssh. > > I can manually ( i.e. command line ) rsync

Re: ssh->rsync->newbie

2001-10-17 Thread Dave Dykstra
On Wed, Oct 17, 2001 at 10:51:12AM +0100, peter lindsay wrote: > Hi, > > I have two linux/apache servers running rsync and ssh. > I can manually ( i.e. command line ) rsync between the servers with no > difficulty - other than being required to enter a password before the rsync > initiates. > >

ssh->rsync->newbie

2001-10-17 Thread peter lindsay
ions gratefully received, Thanks, Pete Lindsay - Original Message - From: "Dave Dykstra" <[EMAIL PROTECTED]> To: "David Dahl" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 16, 2001 3:02 PM Subject: Re: ssh->rsync->newbie >

Re: ssh->rsync->newbie

2001-10-16 Thread Dave Dykstra
t I've tried > this a few times and can't get it to work. > > I suspect that when my ssh was compiled, an option was left out. > > Anyway, > > good luck, > > Pete Lindsay > > > - Original Message - > From: "David Dahl" <

Re: ssh->rsync->newbie

2001-10-16 Thread peter lindsay
ft out. Anyway, good luck, Pete Lindsay - Original Message - From: "David Dahl" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 13, 2001 7:50 PM Subject: ssh->rsync->newbie > warning: rsync/sysadmin newbie question... > > I want to

ssh->rsync->newbie

2001-10-13 Thread David Dahl
Title: ssh->rsync->newbie warning: rsync/sysadmin newbie question... I want to sync the web directory from my production server to my backup server (through ssh).  rsync is working fine, except that it doesn't seem to authenticate my rsync user which is not a system user.  If  I run

Re: Newbie: cannot rsync uppercase files

2001-10-03 Thread Pierre Abbat
On Wednesday 03 October 2001 06:40, Andreas Rebenstorf wrote: > Hi, > > I am using the following command: > > rsync -avzuC --delete -e ssh --stats --progress > someone@someware:/home/someone /home/someone > > The problem is now that all uppercase files and directorys are saved as > lowercase. Exam

Newbie: cannot rsync uppercase files

2001-10-03 Thread Andreas Rebenstorf
Hi, I am using the following command: rsync -avzuC --delete -e ssh --stats --progress someone@someware:/home/someone /home/someone The problem is now that all uppercase files and directorys are saved as lowercase. Example: TEST.TXT will be saved as test.txt On the next start of rsync all the

Re: newbie: rsync and ssh and password

2001-09-26 Thread willem
peter lindsay wrote: > Hi, > > I've got the following command that works fine; it prompt for a password > then runs okay: > > "rsync -az -e ssh myserver.ac.uk:/var/lib/mysql > /www/rsynctagsassets/databases" > > I wanted to run it as a script so put it into a file called rsync.sh and > chmod +x '

RE: newbie: rsync and ssh and password

2001-09-26 Thread Harala, Sauli
the connection opening is - the more unsecure it is. sh -Original Message- From: peter lindsay [mailto:[EMAIL PROTECTED]] Sent: 26. syyskuuta 2001 10:51 To: [EMAIL PROTECTED] Subject: newbie: rsync and ssh and password Hi, I've got the following command that works fine; it prompt

newbie: rsync and ssh and password

2001-09-26 Thread peter lindsay
Hi, I've got the following command that works fine; it prompt for a password then runs okay: "rsync -az -e ssh myserver.ac.uk:/var/lib/mysql /www/rsynctagsassets/databases" I wanted to run it as a script so put it into a file called rsync.sh and chmod +x 'd it. It runs as a script okay but sti

Re: Newbie to rsync

2001-09-10 Thread tim . conway
2001 06:22:41 AM Please respond to [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject: Re: Newbie to rsync Classification: On Thursday 06 September 2001 13:53, Sudarshan Ramaswamy wrote: > Hi All > > I have compile

Re: rsync newbie problem

2001-04-25 Thread Pierre Abbat
On Wed, 25 Apr 2001, Bob Foster wrote: >Hello, > >I'm trying to set up an rsync that will run without operator intervention. > I have the daemon running on the receiving server and here is the module: > >[test] >path = /web/test >comment = test >uid = siteadm >gid = web >read only = no >list = ye

rsync newbie problem

2001-04-25 Thread Bob Foster
Hello, I'm trying to set up an rsync that will run without operator intervention. I have the daemon running on the receiving server and here is the module: [test] path = /web/test comment = test uid = siteadm gid = web read only = no list = yes auth users = siteadm secrets file = /etc/rsyncd.s

Newbie struggling with Windows rsync to make Debian install CD

2001-03-02 Thread Barry Tuber
I am trying to get a first time debian install going, and concluded I needed a copy of the latest stable potato. I am using the pseudo image kit for windows (from http://cdimage.debian.org/~costar/pseudo-image-kit/) to get the stuff for the CD image, since the linux box is not connected to the net

Re: rsync: Cobalt RAQ3 server, Newbie Question

2001-02-14 Thread Bill Campbell
On Tue, Feb 13, 2001 at 10:27:23PM -0800, Jim Hagani wrote: >I have heard people using rsync on Cobalt RAQ3 servers. Is it possible? What >version works best with this platform? I used it a couple of weeks ago. I don't remember whether it was part of the standard distribution, or whether I loade

Cobalt RAQ3 server, Newbie Question

2001-02-13 Thread Jim Hagani
I have heard people using rsync on Cobalt RAQ3 servers. Is it possible? What version works best with this platform? Thanks for your help. Jim Hagani

Newbie question

2001-02-01 Thread Brian Kircher
Please bear with me, just started playing around with rsync and got it working the way I want it as far as backup's are concerned. My only problem now is implementing it with ssh. Just to lay the foundation here, I can ssh just fine to the server, but I get an error when I use this command line;

Newbie - a few questions

2000-11-30 Thread John Horne
Hello, I am looking int ousing rsync to perform some directory copies between machines. We currently use openSSH/scp to copy specific files, but getting it to do directory copies seems to be a bit messy (we want the directory purged of any old stuff as well, hence the problem). I've looked at th

Re: Newbie question

2000-11-14 Thread Ashwin Mansinghka
Hi, Three days ago I had the same problem. Today it is not there anymore. You have to fix the .rhosts file in the two machines. That is you should be able to rlogin to the other machine without supplying a password. For further help on doing rhosts write again.(Assuming you can fix it). ASHWIN

Re: Newbie question

2000-11-14 Thread Martin Pool
On 14 Nov 2000, Michael Brennen <[EMAIL PROTECTED]> wrote: > > It sounds like rsync may be trying to run over rsh instead of ssh. > There is a command line option --rsh=COMMAND to override to ssh; I > generally rename rsh and make it a symbolic link to ssh to avoid > having to use that all the

Re: Newbie question

2000-11-14 Thread Michael Brennen
It sounds like rsync may be trying to run over rsh instead of ssh. There is a command line option --rsh=COMMAND to override to ssh; I generally rename rsh and make it a symbolic link to ssh to avoid having to use that all the time. -- Michael On Fri, 10 Nov 2000, Liston Johnson wrote: > I

Newbie question

2000-11-14 Thread Liston Johnson
Hi I am trying to use rsync for the first time, with reagards to sync-ing a directory between 2 linux machines. As a test I am just trying it out in sync-ing 2 files but I am getting the error messages Permission Denied Unexpected EOF in read_timeout Has anyone got a solution to this? Thanks

Newbie question

2000-11-14 Thread Liston Johnson
Hi I am trying to use rsync for the first time, with reagards to sync-ing a directory between 2 linux machines. As a test I am just trying it out in sync-ing 2 files but I am getting the error messages Permission Denied Unexpected EOF in read_timeout Has anyone got a solution to this? Thanks

Re: Newbie question

2000-11-10 Thread Whit
Which version of rsync are you using? I had this error with last week's CVS, but not with straight 2.4.6 assembled from the tar. (No idea what it's from - I just try to use the stuff.) On Fri, Nov 10, 2000 at 03:32:48PM -, Liston Johnson wrote: > I am trying to use rsync for the first time,

Newbie question

2000-11-10 Thread Liston Johnson
Hi I am trying to use rsync for the first time, with reagards to sync-ing a directory between 2 linux machines. As a test I am just trying it out in sync-ing 2 files but I am getting the error messages Permission Denied Unexpected EOF in read_timeout Has anyone got a solution to this? Thanks.

Re: Newbie question - rsync pauses after 500 - 800 files

2000-10-16 Thread Neil Schellenberger
> "Dave" == Dave Dykstra <[EMAIL PROTECTED]> writes: Dave> On Mon, Oct 16, 2000 at 08:30:14PM +0200, Janåke Rönnblom Dave> wrote: >> On 16 Oct 2000, at 10:32, Dave Dykstra wrote: >> > >> > Those of you who are getting a stuck rsync 2.4.6: are you >> > running ssh that

Re: Newbie question - rsync pauses after 500 - 800 files

2000-10-16 Thread Janåke Rönnblom
On 16 Oct 2000, at 10:32, Dave Dykstra wrote: > > Those of you who are getting a stuck rsync 2.4.6: are you running ssh that > has not been recompiled with "HAVE_SOCKETPAIR" and not "USE_PIPES"? Ssh > 1.2.27 configure.in by default always defines "USE_PIPES" which overrides > HAVE_SOCKETPAIR. A

Re: Newbie question - rsync pauses after 500 - 800 files

2000-10-16 Thread Janåke Rönnblom
> Those of you who are getting a stuck rsync 2.4.6: are you running ssh that > has not been recompiled with "HAVE_SOCKETPAIR" and not "USE_PIPES"? Ssh > 1.2.27 configure.in by default always defines "USE_PIPES" which overrides > HAVE_SOCKETPAIR. Andrew Tridgell has said that this change is requi

  1   2   >