RE: Question on --include-from option.

2003-08-14 Thread Max Kipness
Hi Loris, I believe you will need to add a trailing slash to each line to get the contents within. Max -Original Message- From: Loris Serena[EMAIL PROTECTED] Sent: 8/13/03 7:15:40 AM To: [EMAIL PROTECTED][EMAIL PROTECTED] Subject: Question on --include-from option. Hello list, I am

Re: Question on --include-from option.

2003-08-14 Thread Wayne Davison
On Wed, Aug 13, 2003 at 05:12:02PM +0100, Loris Serena wrote: So, would it be correct to say that the source is the path of the --include-from file? No -- the include-from option just FILTERS the source. The source is the first arg (non-option) on the command-line, which, when combined with an

Re: Question on --include-from option.

2003-08-14 Thread Loris Serena
Hi Wayne, The command was actually split on two lines by the mailer! ;-( It is (all in one line): rsync -azv -e ssh --stats --include-from=/tmp/rsync-include-file ppukweb8:/tmp/loris What I'm doing here is basically some testing with the --include-from option. What should my rsync-include-file

Question on --include-from option.

2003-08-14 Thread Loris Serena
Hello list, I am running rsync 2.5.5 on some Solaris 7 and 8 boxes. I'd like to sync different directories from one box to another. This is my include file: ppukweb2% more rsync-include-file /tmp/loris/testrsync1 /tmp/loris/testrsync2 /tmp/loris/testrsync3 This is the command I run: rsync

Re: Question on --include-from option.

2003-08-14 Thread Wayne Davison
On Wed, Aug 13, 2003 at 01:15:11PM +0100, Loris Serena wrote: rsync -azv -e ssh --stats --include-from=/tmp/rsync-include-file ppukweb8:/tmp/loris This command doesn't specify a destination, just a source. Thus, it just lists the source. You must tell rsync where to put the files if you want

Re: Question on --include-from option.

2003-08-14 Thread Loris Serena
/13/03 7:15:40 AM To: [EMAIL PROTECTED][EMAIL PROTECTED] Subject: Question on --include-from option. Hello list, I am running rsync 2.5.5 on some Solaris 7 and 8 boxes. I'd like to sync different directories from one box to another. This is my include file: ppukweb2% more rsync-include

RE: Question on --include-from option.

2003-08-14 Thread Max Kipness
-Original Message- From: Loris Serena [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 7:39 AM To: Max Kipness Cc: [EMAIL PROTECTED] Subject: Re: Question on --include-from option. Hi Max! Done that, still

Re: Question regarding exclude and invalid arg messages

2003-07-02 Thread Morten Primdahl
Tried to enable -vvv but this makes rsync hang on the same file each time: -vvv is known to cause hanging. It is, however the verbosity level needed to get some info out of that part of the code. Lets not try to debug the hang. Reduce the level one notch. Narrow the scope somewhat. And

Re: Question regarding exclude and invalid arg messages

2003-07-02 Thread jw schultz
On Wed, Jul 02, 2003 at 10:03:00AM +0200, Morten Primdahl wrote: Tried to enable -vvv but this makes rsync hang on the same file each time: -vvv is known to cause hanging. It is, however the verbosity level needed to get some info out of that part of the code. Lets not try to debug

Re: Question regarding exclude and invalid arg messages

2003-07-02 Thread John Van Essen
is not allowed on that filesystem. Perhaps the double-quote and question mark characters are not valid in a filename? This wold certainly be the case for a Windows system. Thus mkstemp fails (as it does for the embedded CR). -- John Van Essen [EMAIL PROTECTED] -- To unsubscribe or change

Re: Question regarding exclude and invalid arg messages

2003-07-02 Thread Morten Primdahl
Spot on! :) I put the output of my test on http://www.kikobu.com/rsync/ and Mozilla showed me the newlines (which my term did not) and when I generated a dir structure overview using 'tree', the CR's showed up as ^M. The error does not occur when the target FS is ext2. Thanks for the

Question regarding exclude and invalid arg messages

2003-06-30 Thread Morten Primdahl
/02_Tegninger/planer/ai/.Icon .zM65uw failed: Invalid argumentkt/02_Tegninger/planer/fmz/.Icon mkstemp 2001_12_Villa_OpNed/01_Korrespondance ind/01 Bygherre/Emails/.None.1.1.8sX6No failed: Invalid argument ... ... What exactly constitutes the bad argument here? I'd guess the dot-folder. Related question, I

Re: Question regarding exclude and invalid arg messages

2003-06-30 Thread jw schultz
is. Related question, I tried to use the same file for --exclude-from as I use with tar -X, and incidentally it appeared to work. I only keep some directory names in there, eg. .AppleDouble Temporary Items These are directories created by the client machines and rsync does not copy them

Re: Question regarding exclude and invalid arg messages

2003-06-30 Thread Morten Primdahl
jw schultz wrote: On Mon, Jun 30, 2003 at 09:42:57AM +0200, Morten Primdahl wrote: Hi, I'm running rsync 2.5.6. I use it to backup a RH 7.3 file server (samba+appletalk) to a FAT32 external HD. I get the following output: Huh? What in the world are you doing? That description sounds very

Re: Question regarding exclude and invalid arg messages

2003-06-30 Thread jw schultz
On Mon, Jun 30, 2003 at 11:11:59AM +0200, Morten Primdahl wrote: jw schultz wrote: On Mon, Jun 30, 2003 at 09:42:57AM +0200, Morten Primdahl wrote: Hi, I'm running rsync 2.5.6. I use it to backup a RH 7.3 file server (samba+appletalk) to a FAT32 external HD. I get the following output:

Re: Question regarding exclude and invalid arg messages

2003-06-30 Thread Morten Primdahl
Ah, I'm not running an rsync server, so I haven't run configure (pardon my poor initial explanation again). I'm talking about the build procedure. If rsync was correctly built we should not be seeing an mkstemp _pathname_ failed: invalid argument message where the pathname does not end with

Re: Question regarding exclude and invalid arg messages

2003-06-30 Thread jw schultz
On Mon, Jun 30, 2003 at 09:42:21PM +0200, Morten Primdahl wrote: Ah, I'm not running an rsync server, so I haven't run configure (pardon my poor initial explanation again). I'm talking about the build procedure. If rsync was correctly built we should not be seeing an mkstemp _pathname_

Re: rsync backup performance question

2003-06-22 Thread jw schultz
On Sun, Jun 22, 2003 at 11:42:46AM +0200, Ron Arts wrote: Dear all, I am implementing a backup system, where thousands of postgreSQL databases (max 1 Gb in size) on as much clients need to be backed up nightly across ISDN lines. Because of the limited bandwidth, rsync is the prime

Re: rsync backup performance question

2003-06-22 Thread Ron Arts
that keeps the simultaneous runs within limits or put a good deal of smarts into the clients. Yeah, pulling is out of the question, because the server can't activate the ISDN link. The clients' rsync start time will need to be hashed across the night. Does anyone have experience with such setups

Re: rsync backup performance question

2003-06-22 Thread Ron Arts
, pulling is out of the question, because the server can't activate the ISDN link. The clients' rsync start time will need to be hashed across the night. I'd favour a wrapper over depending on hashing the start times. An alternate approach might be to have the clients open the connection

Re: rsync backup performance question

2003-06-22 Thread jw schultz
within limits or put a good deal of smarts into the clients. Yeah, pulling is out of the question, because the server can't activate the ISDN link. The clients' rsync start time will need to be hashed across the night. I'd favour a wrapper over depending on hashing the start times

Re: rsync backup performance question

2003-06-22 Thread Ron Arts
jw schultz wrote: [snip.. and thanks for all your comments] Rsync doesn't perform well on non-local filesystems. Really? Won't gigabit ethernet help for NFS, or maybe Samba? I only have to rsync a relatively low number of files, so no large directory scans. Ron -- Netland Internet Services

whole file default behavior question

2003-05-27 Thread ecantu
Hello All, I'm probably too stupid to live, but need help none the less. Scenario: A Redhat 9 workstation sending files to freebsd4.8 server running rsync daemon. both are 2.5.6 Test: Send 500 Meg file test.avi with date Jan 01, 2001 across like this: (from redhat box)

Re: whole file default behavior question

2003-05-27 Thread Wayne Davison
On Tue, May 27, 2003 at 08:06:15PM -0500, [EMAIL PROTECTED] wrote: Now the unexpected (for me anyway) happens: entire file is sent across. Check the stats (i.e. use -v) and you should see that the whole file was NOT sent -- just enough data to check the checksums and recreate the file from the

Re: A checksum question

2003-03-26 Thread Terry Raggett
someone explain to me the rationale behind the checksum algoritm and use within the RSYNC protocol? I'm asking this question as I am finding it rather difficult to convince some of our users that RSYNC is a viable replacement for RCP functionality, which is necessary to resolve some

A checksum question

2003-03-25 Thread Terry Raggett
!). Removing checksumming from a secure whole-file LAN transfer brings RSYNC in line with the general performance of RCP. Can someone explain to me the rationale behind the checksum algoritm and use within the RSYNC protocol? I'm asking this question as I am finding it rather difficult to convince some

Re: A checksum question

2003-03-25 Thread jw schultz
asking this question as I am finding it rather difficult to convince some of our users that RSYNC is a viable replacement for RCP functionality, which is necessary to resolve some of the limitations we encounter with the standard RCP. Many thanks in anticipation, Terry Raggett Rsync

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 Question

2003-02-27 Thread Tom Freeman
: 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's path on both machines (i'm running rsync as using tdf). However

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 really want

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 is that it is

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/ +

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/ +

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/ +

Newbye question

2003-02-06 Thread Samuele Brignoli
Hi all, I've purchase a brand new webserver at rackshack.net, discovering that they don't provide any tool for backing up my server. I' ve purchased a secondary hard drive, and now I would do some scripts with rsync to maintain at least a backed-up copy of my major data files, configuration, etc.

Re: Newbye question

2003-02-06 Thread jw schultz
On Thu, Feb 06, 2003 at 01:52:52PM +0100, Samuele Brignoli wrote: Hi all, I've purchase a brand new webserver at rackshack.net, discovering that they don't provide any tool for backing up my server. I' ve purchased a secondary hard drive, and now I would do some scripts with rsync to

question

2003-01-30 Thread Patrick Amirian
I run my rsync command as root and yet I cant initiate a transfer if on the source site my directory has 770 permission. If I change it to 777 the I can transfer When I run the rsync command, does it change its uid or gid to something else ..? -- To unsubscribe or change

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

Question

2003-01-14 Thread Jennifer Lu
Hi, I got the following error messages when ran rsync2.5.5 on Solaris5.9, I have used this version for a long time until this week, I got the following errors: ERROR: out of memory in string_area_new buffer rsync error: error allocating core memory buffers (code 22) at util.c(232) rsync:

Re: Question

2003-01-14 Thread jw schultz
On Tue, Jan 14, 2003 at 11:11:20AM -0800, Jennifer Lu wrote: Hi, I got the following error messages when ran rsync2.5.5 on Solaris5.9, I have used this version for a long time until this week, I got the following errors: ERROR: out of memory in string_area_new buffer rsync error:

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

Re: weak checksum question

2002-11-12 Thread Donovan Baarda
On Mon, Nov 11, 2002 at 08:06:40PM -0500, Jeff Abrahamson wrote: The weak checksum in checksum.c (see snippet below) differs substantially from the one discussed in Andrew Tridgell's doctoral thesis on rsync and elsewhere that I've been able to find. I didn't find discussion of the change in

weak checksum question

2002-11-11 Thread Jeff Abrahamson
The weak checksum in checksum.c (see snippet below) differs substantially from the one discussed in Andrew Tridgell's doctoral thesis on rsync and elsewhere that I've been able to find. I didn't find discussion of the change in the mailing list archives. Well, so I'm curious what the benefit of

Re: configuration question.

2002-10-29 Thread jw schultz
On Tue, Oct 29, 2002 at 12:11:14PM -0800, Armin Safarians wrote: How do you restrict rsync transfers to only modules in the configuration file? It seems like even though I have a module configured, users can transfer files that they had permission to which is not under the directory of the

Re: configuration question.

2002-10-29 Thread tim . conway
There are some who call me Tim? Armin Safarians [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 10/29/2002 01:11 PM To: [EMAIL PROTECTED] cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject:configuration question. Classification: How do you restrict rsync

Re: configuration question.

2002-10-29 Thread tim . conway
: Subject:Re: configuration question. Classification: Thank you for the informatoin. That is exactly what I was looking for. So what I'm to understand is you can get someone shell access but not rsync ability? AMS :-) [EMAIL PROTECTED] wrote: Your users have rsh

RE: Question on a long filename

2002-10-19 Thread Allen, John L.
-Original Message- From: jw schultz [mailto:jw;pegasys.ws] Sent: Friday, October 18, 2002 6:35 PM To: [EMAIL PROTECTED] Subject: Re: Question on a long filename On Fri, Oct 18, 2002 at 08:58:29AM -0700, Jennifer Lu wrote: Hi, How many characters of the file name can

Question on a long filename

2002-10-18 Thread Jennifer Lu
Hi, How many characters of the file name can be transferred thru rsync? 255? I am running rsync on solaris 5.8 machine, I got the following error messages: ERROR: dsync: dsync1:/import/data/ to dsync2:/import/data2/ mkstemp failed: File name too long rsync error: partial transfer (code 23) at

Re: Question on a long filename

2002-10-18 Thread jw schultz
On Fri, Oct 18, 2002 at 08:58:29AM -0700, Jennifer Lu wrote: Hi, How many characters of the file name can be transferred thru rsync? 255? I am running rsync on solaris 5.8 machine, I got the following error messages: ERROR: dsync: dsync1:/import/data/ to dsync2:/import/data2/ mkstemp

Question on base directory

2002-10-05 Thread Gregor Waluga
Hi, I've read the manpage, but I got a simple question on the expression base directory used in the exclude patterns-section. When I synchronize ie: rsync -avzu /home/gregor/ notebook:/home/gregor/ and want to use an exclude-pattern: --exclude /foo, what is the base directory? The manpage's

Re: Question on base directory

2002-10-05 Thread Brad Hards
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 6 Oct 2002 08:41, Gregor Waluga wrote: Hi, I've read the manpage, but I got a simple question on the expression base directory used in the exclude patterns-section. When I synchronize ie: rsync -avzu /home/gregor/ notebook:/home/gregor

Re: [patch] SLP support (+ question)

2002-09-25 Thread Brad Hards
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 23 Sep 2002 00:38, Brad Hards wrote: The attached patch adds first draft support for service location protocol, using OpenSLP (http://www.openslp.org). This allows you to automagically discover all the rsync servers on your network (which

[patch] SLP support (+ question)

2002-09-22 Thread Brad Hards
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 G'day The attached patch adds first draft support for service location protocol, using OpenSLP (http://www.openslp.org). This allows you to automagically discover all the rsync servers on your network (which is defined in terms of your SLP

Re: [patch] SLP support (+ question)

2002-09-22 Thread jw schultz
On Mon, Sep 23, 2002 at 12:38:14AM +1000, Brad Hards wrote: The attached patch adds first draft support for service location protocol, using OpenSLP (http://www.openslp.org). This allows you to automagically discover all the rsync servers on your network (which is defined in terms of

Re: [patch] SLP support (+ question)

2002-09-22 Thread Brad Hards
, doctor A wants to give doctor B a copy of a document. They don't have a fileserver or anything like that, but they have built in wireless, or a USB host-to-host cable, or some link-layer medium. Question: what are the chances that they can get that file from one computer to another? Answer

Re: Question about rsync

2002-09-17 Thread tim . conway
Most commonly, such an error means that the path line for the module in question is invalid. Sometimes, it means the server system doesn't support chroot. check your rsyncd.conf, first. Tim Conway [EMAIL PROTECTED] 303.682.4917 office, 303.921.0301 cell Philips Semiconductor - Longmont TC

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

Fundamental rsync design question.

2002-07-29 Thread Biju Perumal
Hi folks, Was looking at a commercial product which does something similar to rsync. It seems to optimise incremental change determination by logging the changes that have occured since the first full transfer happened, using techniques common in snapshot techniques. Is there any

Re: Fundamental rsync design question.

2002-07-29 Thread Bennett Todd
2002-07-29-12:11:54 Biju Perumal: [ why rsync's design rather than accumulating diffs ] The approach you describe is quite often used. Look in the neighborhood of source code control systems used in distributed ways, and you'll see it all the time. I've also used it in the past for software

problem and a question

2002-06-11 Thread Simison, Matthew
I am running a simple command, no firewall dropping, going to unix rsync server 2.3.1 from a win2k machine. and I am getting this error. note:(this used to work before I upgraded my win machine from NT4 to win2k. C:\DATA\RSYNCc:\winnt\rsync -a -v c:\rsync\test-rsync [EMAIL

Re: problem and a question

2002-06-11 Thread Wayne Davison
On Tue, 11 Jun 2002, Simison, Matthew wrote: c:Connection refused rsh: can't establish connection Did you used to have an RSYNC_RSH variable in your environment? Perhaps one that was set to use ssh? You could run echo $RSYNC_RSH on one of your Unix boxes to see what they're set to use.

Re: General speed question

2002-06-05 Thread Olivier Tarnus
On Monday 03 June 2002 07:03, David Arnold wrote: We have some speed/performance issues: We have a 100M fullduplex private network setup to handle rsync transfers to our mirror server with a command like: time rsync -e ssh -avzl --delete --rsync-path=/usr/local/bin/rsync \ --exclude

(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

General speed question

2002-06-02 Thread David Arnold
We have some speed/performance issues: We have a 100M fullduplex private network setup to handle rsync transfers to our mirror server with a command like: time rsync -e ssh -avzl --delete --rsync-path=/usr/local/bin/rsync \ --exclude .netscape/cache/ --delete-excluded \

Re: rsynch related question

2002-05-17 Thread Sriram Ramkrishna
PROTECTED] 05/16/2002 05:08 PM To: [EMAIL PROTECTED] cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject:rsynch related question Classification: Hello, I had a question on rsynch'ing, please do help me on this, I have scenario where

Re: rsynch related question

2002-05-17 Thread Umadevi C Reddy
cc: [EMAIL PROTECTED] 05/17/2002 Subject: Re: rsynch related question 01:34 PM Please respond

rsynch related question

2002-05-16 Thread Umadevi C Reddy
Hello, I had a question on rsynch'ing, please do help me on this, I have scenario where,I need to synch the two softwares, where both the software are across the network, on different cells( AFS cells). For ex: first1 - /afs/tr/software , second1 - /afs/ddc/software Both

Re: rsynch related question

2002-05-16 Thread Eric Ziegast
Uma asks: I had a question on rsynch'ing, please do help me on this, I have scenario where,I need to synch the two softwares, where both the software are across the network, on different cells (AFS cells). For ex: first1 - /afs/tr/software , second1 - /afs/ddc/software Both

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 --delete --stats

Re: Rsync ownership/group/permission on Windows and Linux question

2002-04-25 Thread Dave Dykstra
I'm cleaning out my rsync mailbox and it looks like nobody responded to your questions. On Mon, Mar 25, 2002 at 02:56:18AM -0600, Poe Chen wrote: Hi, all, I'd like to know if there is a way to set the ownership/group/permission when you are transfering files from a Windows clients to a

transferring individual files question, pull vs. push

2002-03-19 Thread Jeff Field
Can't seem to find the answer anywhere... I'm currently using an rsync script on the source box to transfer some individual files to the destination box...all works well. The script: rsync -e ssh \ /var/qmail/control/file1 \ /var/qmail/control/file2 \ /var/qmail/control/file3 \

Re: transferring individual files question, pull vs. push

2002-03-19 Thread Wayne Davison
On Tue, 19 Mar 2002, Jeff Field wrote: rsync -e ssh source-box.x.com:/var/qmail/control/file1 \ source-box.x.com:/var/qmail/control/file2 \ source-box.x.com:/var/qmail/control/file3 \ source-box.x.com:/var/qmail/control/file4 \ /var/qmail/control You can't have multiple

Weak CheckSum Question

2002-03-14 Thread Stephan Buys
Hi all, I am writing a xdelta-like application as a personal experiment and am busy implementing the rsync protocol, so far so good. I am using C++ templates and creating the algorithms so that operate on any stream, array, etc. through iterators. All seems well except that I am getting a

Question on the using of --delete option with rsync

2002-03-11 Thread Andy Lam
Greetings, I have searched through most of the rsync FAQ and can't find any similar cases. I'm hoping someone in this mailing list may have done it in the past and can shred lights on me. First of all, I am not new to rsync and we have been using it to move/mirror data across our internal

Question on using rsync delete option

2002-03-11 Thread Andy Lam
Greeting. I'm so sorry that I launched the previous email by mistake and before I had a chance to complete it. Here is the summary of my previous question. We would like to use rsync to mirror the contents from our internal staging server ( A) to the external website (B) at our ISP without

Re: Question on using rsync delete option

2002-03-11 Thread tim . conway
, 19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970), .\n ' There are some who call me Tim? Andy Lam [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 03/11/2002 10:43 AM To: [EMAIL PROTECTED] cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject:Question on using rsync delete option

Re: Question on encryption

2001-12-21 Thread Dave Dykstra
On Fri, Dec 21, 2001 at 09:58:40AM +1100, Tim Potter wrote: On Thu, Dec 20, 2001 at 04:45:52PM -0600, Dave Dykstra wrote: Does running rsync in daemon mode on the remote host preclude the need to use SSH from the client? If so, how secure is this versus using rsync in non daemon mode

Question on encryption

2001-12-20 Thread George Sinclair
of data. Some have suggested using something like 'blowfish -c' instead of the default to speed things up by perhaps a factor of 3. Anyway, here is my question: Does running rsync in daemon mode on the remote host preclude the need to use SSH from the client? If so, how secure is this versus using

Re: Question on encryption

2001-12-20 Thread Tim Potter
On Thu, Dec 20, 2001 at 04:21:52PM -0500, George Sinclair wrote: [...] Does running rsync in daemon mode on the remote host preclude the need to use SSH from the client? If so, how secure is this versus using rsync in non daemon mode with SSH? I have considered building SSH to not use

Re: Question on encryption

2001-12-20 Thread tim . conway
) Subject:Question on encryption Classification: I am not currently subscribed so please email me below. First, my only experience with rsync has been older versions (e.g. 1.7.x) which did not allow daemon mode, so please bear with me. My problem is that I would like to mirror

Re: Question on encryption

2001-12-20 Thread Tim Potter
On Thu, Dec 20, 2001 at 04:45:52PM -0600, Dave Dykstra wrote: Does running rsync in daemon mode on the remote host preclude the need to use SSH from the client? If so, how secure is this versus using rsync in non daemon mode with SSH? I have considered building SSH to not use encryption,

Re: question on IO error message..

2001-12-11 Thread Sri Ramkrishna
On Tue, Dec 11, 2001 at 09:34:08AM -0600, Dave Dykstra wrote: On Mon, Dec 10, 2001 at 08:13:54PM -0800, Sri Ramkrishna wrote: Does anybody know under what conditions does the error, IO ERROR skipping delete show up? I'm trying to sync some areas and getting this error. My guess is that

question on permissions

2001-12-03 Thread Sri Ramkrishna
I have a question regarding how rsync changes ownership when syncing two areas. Currently, I have this situation: I have two areas over a WAN, we are trying to mirror from one site to another. One site is not controlled by us and has different unix groups. When we copy one to the other, we

Re: question on permissions

2001-12-03 Thread Dave Dykstra
On Mon, Dec 03, 2001 at 01:21:29PM -0800, Sri Ramkrishna wrote: I have a question regarding how rsync changes ownership when syncing two areas. Currently, I have this situation: I have two areas over a WAN, we are trying to mirror from one site to another. One site is not controlled by us

Re: question on permissions

2001-12-03 Thread Sri Ramkrishna
On Mon, Dec 03, 2001 at 04:05:12PM -0600, Dave Dykstra wrote: On Mon, Dec 03, 2001 at 01:21:29PM -0800, Sri Ramkrishna wrote: I have a question regarding how rsync changes ownership when syncing two areas. Currently, I have this situation: I have two areas over a WAN, we are trying

Re: include/exclude directory question

2001-11-16 Thread Dave Dykstra
On Thu, Nov 15, 2001 at 04:38:26PM -0800, Dave Madole wrote: I want to send a subset of directories sepcified in include arguments to a client, but I am creating all the peer and parent directories as well, although they are empty - here is basically what I'm doing. assuming I have

include/exclude directory question

2001-11-15 Thread Dave Madole
I want to send a subset of directories sepcified in include arguments to a client, but I am creating all the peer and parent directories as well, although they are empty - here is basically what I'm doing. assuming I have /staging/upgrade/dir1, /staging/upgrade/dir2 and /staging/upgrade/dir3 on

Re: rsync recursion question

2001-10-24 Thread tim . conway
: Re: rsync recursion question Classification

Re: rsync recursion question

2001-10-24 Thread Dave Dykstra
On Tue, Oct 23, 2001 at 09:08:25PM -0500, Justin Banks wrote: Tim == tim conway [EMAIL PROTECTED] writes: Tim That's the way it is. If it's really a one-off change, a huge change Tim in your structure, telnet ssh, rsh, and so forth, work really well for Tim dropping in and deleting

RE: rsync recursion question

2001-10-24 Thread David Bolen
Justin Banks [[EMAIL PROTECTED]] writes: If your suggestion worked, that would be just fine with me. Actually, I guess it's fine anyway, I'll just have to maintain my patch ;) This is probably obvious, but just in case it isn't, CVS makes this fairly trivial (importing the main rsync

Re: rsync recursion question

2001-10-24 Thread Dave Dykstra
On Wed, Oct 24, 2001 at 02:26:29PM -0500, Justin Banks wrote: Dave == Dave Dykstra [EMAIL PROTECTED] writes: Dave The filename paths that the exclude algorithm sees are relative to the Dave destination path, they do not include it. It should work if you use Dave --include /bob**.

Re: rsync recursion question

2001-10-23 Thread tim . conway
] comcc: (bcc: Tim Conway/LMT/SC/PHILIPS) Sent by:Subject: rsync recursion question

Question about RSYNC from NT Share

2001-10-03 Thread Michael Hubbard
Hello, I am working on a backup solution to use a linux box running rsync to backup an NT share using automount with smbfs. I execute rsync as 'rsync -azv 192.168.1.202::data' which works, however everytime I run rsync there is a random mix of files and directories it updates, even if

Re: Include / Exclude question

2001-09-27 Thread Dave Dykstra
Hello Dave , I used already the -L option and it works but only for symlinks with other name than .name ..All this symlinks (.netscape , .mozilla ) are not included in synchronization.If I rename them it works ...That it's my question : how can include hidden dirs and symlinks

Include / Exclude question

2001-09-25 Thread Coroiu Cosmin Marius
Hello all ! I want to save some of the directories and files from my home dir.For that I create a new directory where I moved the file for sync and I made some symlinks to the dirs which I want to include in sync.The hidden directoris (like .netscape) are not included in

Re: Include / Exclude question

2001-09-25 Thread Dave Dykstra
On Tue, Sep 25, 2001 at 12:18:31PM +0300, Coroiu Cosmin Marius wrote: Hello all ! I want to save some of the directories and files from my home dir.For that I create a new directory where I moved the file for sync and I made some symlinks to the dirs which I want to

Re: Include / Exclude question

2001-09-25 Thread Coroiu Cosmin Marius
with other name than .name ..All this symlinks (.netscape , .mozilla ) are not included in synchronization.If I rename them it works ...That it's my question : how can include hidden dirs and symlinks ? Crosby. -- Whatever you do will be insignificant, but it is very important that you do

Re: question on switches and their order

2001-06-26 Thread Dave Dykstra
List (E-mail) Subject: Re: question on switches and their order So, if I understand you correctly, it should work fine (with improvements) like this: rsync --exclude=.snapshot --delete -avW /mail-data/ /mnt Is this correct? Thanks

question on switches and their order

2001-06-25 Thread Jeff Kennedy
Does it matter what order the options/switches are placed? I ask because I did an initial rsync of data from a NetApp to a SAN box using the following: rsync -avz --exclude=.snapshot /mail-data/ /mnt The .snapshot directory is only useful to Ontap in this instance so I did not want it

<    1   2   3   4   5   6   >