Francis
I did increase the timeout to 60 is the same resolve
Thanks
From: francis.montag...@inria.fr
To: Cuong X Dang
Cc: rsync@lists.samba.org
Date: 11/03/2012 04:19 AM
Subject:Re: Rsync problem when connected to mirror site
On Fri, 02 Nov 2012 19:32:14 +0100 Cuong X
On Fri, 02 Nov 2012 19:32:14 +0100 Cuong X Dang wrote:
> "rsync error: timeout in data send /received (code 30) at ioc (140)
...
> rsync="/usr/bin/rsync -aviHz --delete --progress --timeout=10"
This is a timeout of 10 seconds. Try to increase it.
--
francis.montag...@inria.fr
--
Please use r
Wiesner Thomas wrote:
> Hello.
> My laptop runs XP Home SP3 and my workstation XP Prof. SP3.
>
> I use Cygwin and rsync to sync my files to a Debian 4.0 server which
> runs rsync 2.6.9 in daemon mode.
>
> It had always worked quite will until I upgraded to Cygwin 1.7.x
> (the laptop runs Cygwin
rsync" -varu //server\share/ /cygdrive/d/backup
Works fine
Wayne Davison a écrit :
On Tue, Oct 21, 2003 at 03:26:08PM +0200, Mueller-Lynch Thomas wrote:
rsync.exe -rva //remote_server1/share$/dir1/default.asp remote_server2::dir2/
Rsync does not consider "//" to be different from "/", so tha
By default, rsync decides it can skip transferring the data from a
source file to a destination file if the files have the same size and
last-modified time. Did you preserve last-modified times when you
extracted the files onto the backup machine? If you used tar, the times
should have been prese
On Fri, Sep 09, 2005 at 03:57:41PM +0800, Reddragon Wang wrote:
> rsync -az -e "ssh -l user" [EMAIL PROTECTED]:/usr/local/sql.gz /data/sql.gz
That command duplicates the -l option to ssh -- you don't need to
manually specify the "-l user" option when you use the "user@" prefix.
> It would stop t
On Mon 29 Aug 2005, Zhang, Shu wrote:
> Thanks for your reply. Here is the info.
[snip]
I don't see anything that would cause the output you gave...
Please upgrade to the newest rsync (2.6.6) and try again.
Paul Slootman
--
To unsubscribe or change options: https://lists.samba.org/mailman/lis
Thanks for your reply. Here is the info.
Command:
/usr/local/bin/rsync -tpz --delete --rsh /usr/local/bin/ssh
/home/chitown/foo [EMAIL PROTECTED]:/directory1/directory2/
OS
SunOS 5.8 Generic_117350-18
Other info
/home/chitown/ is a mounted directory with a backup box, everything
works fine befor
On Mon 29 Aug 2005, Zhang, Shu wrote:
>
> The version of the rsync
>
>
>
> rsync version 2.5.2 protocol version 26
>
> Copyright (C) 1996-2002 by Andrew Tridgell and others
That's pretty ancient, that was released 26 Jan 2002.
> Error message we are getting
>
>
>
> --- RSYNC FAI
On Fri 23 Jan 2004, Nic Colledge wrote:
> Are you rsync-ing with a mounted samba directory (using mount -t smbfs
> ...)?
> Because I'm having a problem similar to this one with filenames with
> special characters.
Filenames is a different "problem" than the contents of the files.
> > The proble
Are you rsync-ing with a mounted samba directory (using mount -t smbfs
...)?
Because I'm having a problem similar to this one with filenames with
special characters.
There is a bug on the system (bugs.samba.org) relating to smbmount (and
special characters) that is yet to be fixed and I'm hoping
Adding a --checksums option should do ...
regards,
Sumit
--- Hardy Merrill <[EMAIL PROTECTED]> wrote:
> See below.
>
> Jose Cheng [EMAIL PROTECTED] wrote:
> >
> > Hello,
> >
> > I'm trying to backup partition "/users1" on host
> "john"
> > onto partition "backup1" on host "mary".
> >
> > Here i
See below.
Jose Cheng [EMAIL PROTECTED] wrote:
>
> Hello,
>
> I'm trying to backup partition "/users1" on host "john"
> onto partition "backup1" on host "mary".
>
> Here is my rsyncd.conf:
>
To separate your rsync server log messages into their own
file, add this line to your rsyncd.conf at t
On Tue, Oct 21, 2003 at 03:26:08PM +0200, Mueller-Lynch Thomas wrote:
> rsync.exe -rva //remote_server1/share$/dir1/default.asp remote_server2::dir2/
Rsync does not consider "//" to be different from "/", so that may be
thwarting you. Try something like this to work around the problem:
cd \\remo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Captain Nice wrote:
| Another related thing, my rsync hang many times after completing the
| work. I need to press ^C to end it.
Rsync-Cygwin related hang problem is (the biggest) known problem of
rsync on cygwin, right now.
It *seems* to be a problem
Hi,
Another related thing, my rsync hang many times
after completing the work. I need to press ^C to
end it.
my rsync version is 2.5.6. I am on XP
Thanks!
-todi-
Hi,
I have few rsync problems on latest version of cygwin and rsync.
1. if the file already exist, the rsync goes into hang. I have
On Tue, Aug 12, 2003 at 05:03:52PM +1000, Rajesh wrote:
> Hi,
>
> I've tried using -e option as well. I get the below error message.
>
> /usr/local/bin/rsync -v -a -e ssh /usr/local/apache/share/htdocs/1/xp1/*
> [EMAIL PROTECTED]:/tmp/
> root's password:
> rsync: connection unexpectedly closed
On Thu, Aug 21, 2003 at 06:42:17AM -0700, Zachary Denison wrote:
>
> Hi,
>
> I have a Maildir store (about 500 GB) on a linux
> (redhat 8) server which I am trying to mirror to
> another identical server. I have 4 GB of ram on both
> machines. I am using rsync 2.5.5. At present the
> machines
Hi,
At 13:08 03/08/12, Rajesh wrote:
Hi all,
I've installed rsync-2.5.6 on a sun box (solaris 8). When I run rsync using the
command
rsync -a ssh /opt/local/pkgs/httpd/htdocs/ [EMAIL PROTECTED]:/mnt/
How about following option?
rsync -a -e ssh /opt/local/pkgs/httpd/htdocs/ [EMAIL PROTECTED]:/mnt
Both server A and Server B are in the same network. So, the connection doesn't
go through the firewall.
Thanks,
Rajesh.
>
>On Tue, Aug 12, 2003 at 02:08:20PM +1000, Rajesh wrote:
>> I've installed rsync-2.5.6 on a sun box (solaris 8). When I run rsync using
the
>> command
>>
>> rsync -a ssh
Hi,
I've tried using -e option as well. I get the below error message.
/usr/local/bin/rsync -v -a -e ssh /usr/local/apache/share/htdocs/1/xp1/*
[EMAIL PROTECTED]:/tmp/
root's password:
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream
On Tue, Aug 12, 2003 at 02:08:20PM +1000, Rajesh wrote:
> I've installed rsync-2.5.6 on a sun box (solaris 8). When I run rsync using the
> command
>
> rsync -a ssh /opt/local/pkgs/httpd/htdocs/ [EMAIL PROTECTED]:/mnt/
>
> I get the error
>
> rsync: connection unexpectedly closed (0 bytes read
On Tue, Aug 12, 2003 at 02:09:22PM +0900, Nishimura Takashi wrote:
> Hi,
>
> At 13:08 03/08/12, Rajesh wrote:
> >Hi all,
> >
> >I've installed rsync-2.5.6 on a sun box (solaris 8). When I run rsync
> >using the
> >command
> >
> >rsync -a ssh /opt/local/pkgs/httpd/htdocs/ [EMAIL PROTECTED]:/mnt/
>
ream
(code 12) at io.c(165)
adding -T /tmp workarund it !
addady
- Original Message -
From: "Wayne Davison" <[EMAIL PROTECTED]>
To: "James Sewell" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, March 02, 2003 1:32 AM
Subject: Re: Rsync prob
On Sun, Mar 02, 2003 at 11:51:39AM +1300, James Sewell wrote:
> I just fixed this problem by adding -T /tmp.
This makes me wonder if there was some kind of a write problem of the
temp file into the destination directory. Keep in mind that scp writes
directly over the destination file, while rsync
H.
I just fixed this problem by adding -T /tmp.
I find this odd, as the files I am moving have a combined size of
115852000 bytes, the file system they reside on (I was also running the
command from this filesystem) has 68077044000 bytes free - so it is not
a free space issue. I can copy o
1
Available via SameTime Connect within Philips, caesupport2 on AIM
"There are some who call me Tim?"
"Chad Moss" <[EMAIL PROTECTED]>
Sent by:
[EMAIL PROTECTED]
12/18/02 03:48 PM
To: Tim Conway/LMT/SC/PHILIPS@AMEC
cc: <[EMAIL
Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 18, 2002 12:08 PM
To: Chad Moss
Cc: [EMAIL PROTECTED]
Subject: Re: rsync problem behind a router
Chad: From the output you have so far, there's not much to go on. Can
you try a run with "-vvv&quo
PROTECTED]
Subject: Re: rsync problem behind a router
On Tue, 17 Dec 2002, Chad Moss wrote:
> I have used rsync on many systems, and never had a problem. I am
> stumped on what to do with this.
> I have a box behind a LinkSys router and I can not "push" or "pull"
data
>
On Tue, 17 Dec 2002, Chad Moss wrote:
> I have used rsync on many systems, and never had a problem. I am
> stumped on what to do with this.
> I have a box behind a LinkSys router and I can not "push" or "pull" data
> to or from it from anywhere.
Does it work for very small transfers?
Does it wo
Chad: From the output you have so far, there's not much to go on. Can
you try a run with "-vvv"? That's more likely to reveal exactly what it's
failing on, though (AFAIK(IIRC)) it won't tell you about stuff on the
remote side. I had to write a wrapper to start rsync in a truss -f for
part of
Hello,
Thanks for your help. My problem is now solved. I provide you my
solution. It could help someone in the future :
Recall : an Itanium (4 ways) node booted on the network with a
systemimager Linux kernel release 2.4.9
If i boot the node with 4 GBytes of RAM, rsync meets some problems
durin
Hello,
Thanks for your help. Following your answers, I tried the same
experiences with rsync 2.5.5 on the client side and on the server side :
i have always an error but it's better now because this error is always
the same at each run :-)
rsync -av --numeric-ids 102.1.1.104::ia64-boot/mkdosfs /
Cedric: There are good reasons that there is now a version 2.5.5
available at http://rsync.samba.org/ftp/rsync/rsync-2.5.5.tar.gz
2.4.6 is subject to lots of wierd little problems like that, and the contributors have
done a lot of fixes and enhancements (check out
NEWS and OLDNEWS in the distr
There's probably a directory somewhere under /tmp on the destination that
this user does not have write permissions for. A file under it doesn't
exist on the source, so this user is trying to delete it, and failing
(this, or some variation thereon).
Tim Conway
[EMAIL PROTECTED]
303.682.4917
P
AHH, thank you very much!
-jeremy
On Wed, 5 Dec 2001, M. Drew Streib wrote:
> On Wed, Dec 05, 2001 at 03:05:19PM -0500, Jeremy Hansen wrote:
> > It claims my module is read only, but it is not:
> >
> > [test]
> > uid = root
> > gid = root
> > path = /home/www/www
On Wed, Dec 05, 2001 at 03:05:19PM -0500, Jeremy Hansen wrote:
> It claims my module is read only, but it is not:
>
> [test]
> uid = root
> gid = root
> path = /home/www/www.blah.com-test
> comment = this is a test
> auth users = blah
> secrets file
On Mon, Jul 02, 2001 at 02:37:00PM +0800, Ganbaa wrote:
> Dear Sir,
>
> I'm using rsync over ssh between 2 hosts. Sometimes getting following error
> message:
>
> system /usr/local/bin/rsync -av --timeout=0 -e ssh
> user@host:/usr/home/user/backup.tar.gz /usr/home/user/ failed: 3072;
>
> What
On Thu, Mar 22, 2001 at 02:11:55PM -0500, Gerry Maddock wrote:
> Thanks Dave that was the problem, Tim Conway helped me with that one. One
> other thing I just noticed is:
> When I rsync from a linux box to a linux box using:
> /usr/bin/rsync -e ssh 'bailey::tst/*' /tmp/
> Linux knows the "*" mean
Thanks Dave that was the problem, Tim Conway helped me with that one. One
other thing I just noticed is:
When I rsync from a linux box to a linux box using:
/usr/bin/rsync -e ssh 'bailey::tst/*' /tmp/
Linux knows the "*" means all, when I'm on my linux box and I try to sync with
the DGUX, the DGUX
On Thu, Mar 22, 2001 at 01:16:15PM -0500, Gerry Maddock wrote:
> I just downloaded the latest rsync and installed it on my DGUX sys. I
> run rsync on all of my linux boxes, and it runs well. Once I had the
> /rsync dir created, wrote an rsyncd.conf in /etc, I started rsync with
> the --daemon opti
Kevin Saenz [[EMAIL PROTECTED]] writes:
> I guess that might be the case but there is one question left to ask
> the total files that we rsync has not changed. why would this task
> cause problems all of a sudden?
If it's not the per-file overhead adding up, have you suddenly picked
up a huge fi
I guess that might be the case but there is one question left to ask
the total files that we rsync has not changed. why would this task
cause problems all of a sudden?
Dave Dykstra wrote:
[EMAIL PROTECTED]">On Wed, Jan 24, 2001 at 11:11:32AM +1100, Kevin Saenz wrote:
Ok I have just inherited thi
On Wed, Jan 24, 2001 at 11:11:32AM +1100, Kevin Saenz wrote:
> Ok I have just inherited this system.
> For my lack of understanding please forgive me
>
> I believe that rsync in running in --daemon mode
> the version of rsync we are using is 2.4.6
> also if this helps we are running rsync using t
Ok I have just inherited this system.
For my lack of understanding please forgive me
I believe that rsync in running in --daemon mode
the version of rsync we are using is 2.4.6
also if this helps we are running rsync using the following
command line
rsync -avz --delete --force --progress --exclud
rusty russell has hacked gzip to make it rsyncable! it sounds
like it'll become the default behaviour of gzip but until then:
http://antarctica.penguincomputing.com/~netfilter/diary/gzip.rsync.patch
raf
46 matches
Mail list logo