I have a rsync question about excluding files

2010-01-24 Thread dwhs
-- View this message in context: http://old.nabble.com/I-have-a-rsync-question-about-excluding-files-tp27300204p27300204.html Sent from the Samba - rsync mailing list archive at Nabble.com. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options

Re: Another cygwin/rsync question

2010-01-22 Thread 夏凯
it looks like a bug:http://lists.samba.org/archive/rsync/2010-January/024563.html On Wed, Jan 20, 2010 at 20:14, Ken Smith k...@kensnet.org wrote: On Mon, Jan 18, 2010 at 23:37, Ken Smithk...@kensnet.org  wrote: Hi, Been using rsync for many years but I'm stuck with this problem. I'ts a

Re: Another cygwin/rsync question

2010-01-20 Thread Ken Smith
On Mon, Jan 18, 2010 at 23:37, Ken Smithk...@kensnet.org wrote: Hi, Been using rsync for many years but I'm stuck with this problem. I'ts a simplistic backup using rsync from a Windows 2k3 machine to a Linux box out on the 'net, using pre-shared ssh keys. In this case I'm saving, files

Re: Another cygwin/rsync question

2010-01-19 Thread 夏凯
i think /cygdrive/c/Users\ Shared\ Folders or /cygdrive/c/Users Shared Folders is just enough. you have too many escapes, one is enough. it's not a rsync problem, it's a problem about how escape works. and you can use filename completion, you can just enter /cygdrive/c/Users or “/cygdrive/c/Users,

Another cygwin/rsync question

2010-01-18 Thread Ken Smith
Hi, Been using rsync for many years but I'm stuck with this problem. I'ts a simplistic backup using rsync from a Windows 2k3 machine to a Linux box out on the 'net, using pre-shared ssh keys. In this case I'm saving, files belonging to various users, using the administrator account on the

Re: Another cygwin/rsync question

2010-01-18 Thread Henri Shustak
I'ts a simplistic backup using rsync from a Windows 2k3 machine to a Linux box out on the 'net, using pre-shared ssh keys. In this case I'm saving, files belonging to various users, using the administrator account on the windows machine and the destination is a normal user account and its

About Rsync question

2006-05-24 Thread jwfu
Hi, I have a problem with rsync , where the process stops with the message rsync : failed to connect to 192.168.1.200: Connection refused (111) rsync error : error in socket IO (code 10) at clientserver.c(94) This isclient's log rsync error: received SIGUSR1 OR SIGINT (CODE

Rsync question

2005-06-30 Thread Dimond, Carol
Title: Message Hi there - various web pages indicated that the emails on the To lines could be used for general questions so what the heck ... I'm having a problem getting a specific rsync option to work.. I am trying to copy a list of files via rsync - the man pages indicate the

RE: Rsync question

2005-06-30 Thread Dimond, Carol
Title: Message Hi - Nevermind - I got this to work... still need the source dir - thanks -Original Message-From: Dimond, Carol Sent: Thursday, June 30, 2005 12:07 AMTo: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'Subject: Rsync question Hi there - various web pages

Re: Rsync question

2005-06-30 Thread Judith Flo
the source dir - thanks -Original Message- *From:* Dimond, Carol *Sent:* Thursday, June 30, 2005 12:07 AM *To:* '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' *Subject:* Rsync question Hi there - various web pages indicated that the emails on the To lines could be used

Re: Rsync question

2005-06-30 Thread Paul Slootman
On Thu 30 Jun 2005, Judith Flo wrote: Well, i've been just working with rsync also, and want to use the --files-from option and write the same command. And my question is: wouldn't it be the correct behavior to provide just one file with the --files-from without writting a source dir? I

Re: Rsync question

2005-06-30 Thread Judith Flo
Hi, I was just thinking about the possibility of a flag that provide rsync with a method that doesn't require a source dir in the line command. I mean, a method where the user just has to write a file which contents all directorys that wants to rsync (directorys without the same root), something

Re: rsync question

2003-01-30 Thread jw schultz
On Thu, Jan 30, 2003 at 12:19:22PM -0500, [EMAIL PROTECTED] wrote: When setting up rsync in daemon mode, which side do I put the daemon on? My environment is as follows: One Linux host will house the backup data files for three servers (1 SCO Open Server and 2 Solaris 8). I want to

Re: Rsync question.

2002-08-27 Thread tim . conway
cc: Subject:Rsync question. Classification: Hi Tim, Got your reference from http://lists.samba.org/pipermail/rsync/2001-October/005053.html I'm trying to get familiarized with rsync . Here is what I'm doing. If i rsync from NT client == Solaris everything is fine

(fwd from jessekenyon@yahoo.com) rsync question

2002-06-04 Thread Martin Pool
- Forwarded message from Jesse Kenyon [EMAIL PROTECTED] - From: Jesse Kenyon [EMAIL PROTECTED] Subject: rsync question Date: Tue, 4 Jun 2002 09:46:28 -0700 (PDT) To: [EMAIL PROTECTED] we are backing up are cobalt server to are mac os x server using rsync but when we go to restore files

Rsync question

2001-04-24 Thread ericfong
I wrote a shell script to sync files from one server to other server everyday. /usr/local/bin/rsync -azublpv --delete \--exclude "log/*" \--exclude "*~" \--exclude "*tar.gz" \--exclude "*.psd" \--exclude "*.norsyn" \/opt/www/www.test.com/server2:/opt/www/www.test.com When I run the

rsync question

2000-12-06 Thread Christian Boesch
i want to use rsync to maintain 30 linux workstations in a lab. therefore i have the rsync server running in daemon mode with this rsyncd.conf file: [test] uid=nobody gid=nobody path=/ exclude=/home /proc use chroot=no max connections=5 lock file=/etc/rsync/rsync.log list=yes hosts

Re: rsync question

2000-12-06 Thread Brian Elliott Finley
Have you tried SystemImager? http://systemimager.sourceforge.net/ It's based on rsync and is designed to do just what you described. -Brian Thus spake Christian Boesch ([EMAIL PROTECTED]): i want to use rsync to maintain 30 linux workstations in a lab. therefore i have the rsync server