This is my first post so first of all I will say hello to
everyone.
I have rsync configured and working properly on my local
network however when I try to connect from a remote host (one located in a
different state) the connection times out. I was wondering if there was another
way to set
This is a message I posted (one of several) awhile back that addresses at
least one rsync/winsock problem.
Randy O'Meara
I have received a few queries regarding my progress in solving the rsync
sender's abortive connection close() on Winsock-based platforms. In my
research, I stumbled across
On Mon, Oct 22, 2001 at 05:37:51PM +, Thaddeus L. Olczyk wrote:
...
> >> I then mounted a partition of 15M on /mirror, and executed the script
> >> to get an idea of how rsync behaved when it ran out space.
> >>
> >> rsync seems to hang in the middle of /etc .
> >> df shows that only 75% of /
On Mon, Oct 22, 2001 at 09:46:43AM -0700, Mike Singleton wrote:
> ** Reply Requested by 10/23/2001 (Tuesday) **
>
> Here is the syntax I have been using, yet it is unable to connect...
> rsync --progress ftp.funet.fi::pub/languages/CPAN/ "\\c/ftp"
> failed to connect to ftp.funet.fi - Attempt to
On Mon, 22 Oct 2001 11:56:42 -0600, [EMAIL PROTECTED] wrote:
> think what he actually wants is $? (in csh, $status). Maybe something like most
>people use:
>
Sigh a second mistake. I seem to be in a mistake prone state the last
few days. Not a good thing when setting up a backup system. I suppo
Cannot answer your other problems, but I find that the
'--exclude-from=foo' where 'foo' is a file with the following:
/proc
/proc/*
That does the trick for me skipping other directories. You can also test
your rsync scripts to make sure they are excluding correctly by tacking
'n' on the end of t
David Starks-Browning <[EMAIL PROTECTED]> wrote:
> I'm in a position to test rsync with Cygwin on Win98 and NT 4.0 in all
> possible "modes". I'll endeavour to do that, and report back.
> Unfortunately it will be a few days before I can make progress.
This doesn't have anything to do with
the $(command) syntax is a ksh-specific form of backticking, which is nestable, and
therefore more flexible than backticks (I always have to do all the intermediate steps
into variables, and use variable substitution instead, for portability). You'll
also see $((arithmetic expression)), and eve
On Mon, 22 Oct 2001 11:12:41 -0500, Dave Dykstra <[EMAIL PROTECTED]>
wrote:
>On Mon, Oct 22, 2001 at 01:18:47AM +, Thaddeus L. Olczyk wrote:
>...
>> 5) I need to know if rsync fails. It is useless to me if it fails
>> and then fails to notify me. The man pages fail to totally describe
>> ret
** Reply Requested by 10/23/2001 (Tuesday) **
Here is the syntax I have been using, yet it is unable to connect...
rsync --progress ftp.funet.fi::pub/languages/CPAN/ "\\c/ftp"
failed to connect to ftp.funet.fi - Attempt to connect timed out establishing a
connection.
===
Mike Singleton CCNA,
On Mon, Oct 22, 2001 at 01:18:47AM +, Thaddeus L. Olczyk wrote:
...
> 5) I need to know if rsync fails. It is useless to me if it fails
> and then fails to notify me. The man pages fail to totally describe
> return values, but I assume that they do describe success/failure.
> So I wrote a scr
I am sorry, but I am having trouble understanding your question because of
the poor English in your message.
Does the -u or --update option help you?
Normally rsync does not delete files that are excluded. A common problem
is that people do not include a slash at the end of the source path and
Getting back to the original complaint that started this thread:
On Fri, Oct 19, 2001 at 09:04:20PM -0700, Jake Repp wrote:
> I have been trying to get rsync running correctly on cygwin for the past
> couple of days. I found a post on the cygwin list that said there was a
> bug in cygwin when usi
On Mon, Oct 22, 2001 at 08:42:17AM -0600, [EMAIL PROTECTED] wrote:
> Dave: I remember a thread where it was decided to default to "use chroot
> = no" on systems that don't support it. Is it a pretty recent build? Am I
> remembering wrong?
No, I think we decided to just improve the error messag
On Monday 22 Oct 01, [EMAIL PROTECTED] writes:
> Dave: I remember a thread where it was decided to default to "use
> chroot = no" on systems that don't support it. Is it a pretty
> recent build? Am I remembering wrong?
Cygwin is certainly a moving target, especially these days.
I thought I'd r
Dave: I remember a thread where it was decided to default to "use chroot = no" on
systems that don't support it. Is it a pretty recent build? Am I remembering wrong?
Tim Conway
[EMAIL PROTECTED]
303.682.4917
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 8050
On Sat, Oct 20, 2001 at 08:32:22AM +0100, David Starks-Browning wrote:
> On Friday 19 Oct 01, Jake Repp writes:
> > I have been trying to get rsync running correctly on cygwin for the past
> > couple of days.
>
> Have you used the version of rsync that is shipped with Cygwin?
>
> Or are you try
Hi everybody,
I want to share a feature request I wrote here some time ago.
I'd like to give rsync more than 1 source-tree, where the "sum" (as
described below) is rsync'd to the destination.
suppose I have some machines, which have almost the same configuration,
different only in small detail
18 matches
Mail list logo