Problems with rsync on high-loss networks

2019-12-28 Thread Daniel Santos via rsync
Hello all, I'm using rsync over a fairly expensive satellite network that has intermittent connectivity and a lot of packet loss.  I'm getting a lot of corrupted file names, which is making me wonder if this is just the one in 64k-odd packets that are corrupted with a matching TCP checksum or if t

Re: The problems with rsync continues. (code 255)

2011-02-25 Thread Paul Slootman
On Fri 25 Feb 2011, Xabi Vazquez wrote: > > - 8< --- 8< > > [Fri Feb 25 05:21:05 CET 2011] /usr/bin/rsync -az --delete --numeric-ids > --relative --delete-excluded --rsh=/usr/bin/ssh root@server1:/opt/apache/conf > /da

The problems with rsync continues. (code 255)

2011-02-25 Thread Xabi Vazquez
Hi there: As I posted a few days ago I have problems rsyncing two machines. I will add more logs to this e-mail hoping someone could help me. I'm doing a daily backup calling a shell script from cron as root. This is the log of the shell script: - 8<

Re: Problems with rsync between NAS mounted filesystems

2010-02-06 Thread Wayne Davison
On Mon, Feb 1, 2010 at 12:34 PM, Ed Coates wrote: > http://kb8fzq.dyndns.org:81/~edcoates/9481.html > http://kb8fzq.dyndns.org:81/~edcoates/9482.html > http://kb8fzq.dyndns.org:81/~edcoates/9494.html > That second trace shows that rsync got an out-of-memory error in the generator, signaled the r

Re: Problems with rsync between NAS mounted filesystems

2010-02-01 Thread Ed Coates
Quoting Wayne Davison : On Wed, Jan 13, 2010 at 7:23 AM, Ed Coates wrote: rsync: connection unexpectedly closed (338935497 bytes received so far) [sender] [...] Any clues on why it might be losing connection? In a local connection the sender is the client side, so this is indicating that t

Re: Problems with rsync between NAS mounted filesystems

2010-01-15 Thread Wayne Davison
On Wed, Jan 13, 2010 at 7:23 AM, Ed Coates wrote: > rsync: connection unexpectedly closed (338935497 bytes received so far) > [sender] > [...] Any clues on why it might be losing connection? In a local connection the sender is the client side, so this is indicating that the receiving side went

Problems with rsync between NAS mounted filesystems

2010-01-13 Thread Ed Coates
Hi All, Here is my setup. I've to two NAS filesystems mounted on a SunFire V490. They're mounted on /rsync/ieeprodhome/ECF and /rsync/ieeprodhome2/ECF. The ieeprodhome filesystem is 1.008 TB wiht 812GB used and the ieeprodhome2 filesystem is 1.2TB with 813GB used. One other thing to a

Re: problems with rsync and novell nss volumes

2009-05-05 Thread bytehd
list. > To unsubscribe or change options: > https://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html > > -- View this message in context: http://www.nabble.com/problems-with-rsync-and-novell-nss-volumes-tp232926

problems with rsync and novell nss volumes

2009-04-29 Thread Nicole Hähnel
Hi, I am using rsync 3.0.5 on novell open enterprise sp1 server (sles10 sp2, newest kernel, x86_64). Every day I sync some directories and get this messages: deleting wxppatch/update-pack-files-ie7/SP3QFE/serepack.inf deleting wxppatch/update-pack-files-ie7/SP3QFE/FontReg.exe wxppatch/update-p

DO NOT REPLY [Bug 5526] problems with rsync -X --link-dest

2008-07-28 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5526 [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|CLOSED Version|3.0.2

DO NOT REPLY [Bug 5526] problems with rsync -X --link-dest

2008-06-10 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5526 --- Comment #4 from [EMAIL PROTECTED] 2008-06-10 12:15 CST --- I would reopen this, but it looks like I don't have sufficient privilege. For a simple test case: sudo mkdir /var2 sudo rsync -aX --link-dest=/var /var/. /var2/. ls -laZ /v

DO NOT REPLY [Bug 5526] problems with rsync -X --link-dest

2008-06-10 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5526 --- Comment #3 from [EMAIL PROTECTED] 2008-06-10 12:10 CST --- I just tried a build from git. It looks like xattr are not being copied at all now... # rsync -aXHSA --delete --link-dest=/media/backups/hartnell.local/DellPrecision490/Fed

DO NOT REPLY [Bug 5526] problems with rsync -X --link-dest

2008-06-08 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5526 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 5526] problems with rsync -X --link-dest

2008-06-08 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5526 --- Comment #1 from [EMAIL PROTECTED] 2008-06-08 07:49 CST --- The RH binaries use the ACL patch for backward compatibility with previous version of patched rsync -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=emai

DO NOT REPLY [Bug 5526] New: problems with rsync -X --link-dest

2008-06-08 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5526 Summary: problems with rsync -X --link-dest Product: rsync Version: 3.0.2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3

Re: problems with rsync 2.6.9 and large files (up to 20GB)

2007-12-12 Thread gorka barracuda
It works! Thanks again Matt! 2007/12/12, Matt McCutchen <[EMAIL PROTECTED]>: > > On Wed, 2007-12-12 at 17:01 +0100, gorka barracuda wrote: > > but, the second time that makes this re-rsync it takes the same time > > that the first time...it seems that it doen't make an incremental > > backup wit

Re: problems with rsync 2.6.9 and large files (up to 20GB)

2007-12-12 Thread Matt McCutchen
On Wed, 2007-12-12 at 17:01 +0100, gorka barracuda wrote: > but, the second time that makes this re-rsync it takes the same time > that the first time...it seems that it doen't make an incremental > backup with our large files... Do you think that the cause could be > the problem of the new optimiz

Re: problems with rsync 2.6.9 and large files (up to 20GB)

2007-12-12 Thread gorka barracuda
Hi Matt, thanks for your fastet reply 2007/12/12, Matt McCutchen <[EMAIL PROTECTED]>: > > On Wed, 2007-12-12 at 14:28 +0100, gorka barracuda wrote: > > it seems that rsync is working and finishing but when appears the > > message that summarizes the transferred files rsync starts the backup > > ag

Re: problems with rsync 2.6.9 and large files (up to 20GB)

2007-12-12 Thread Matt McCutchen
On Wed, 2007-12-12 at 14:28 +0100, gorka barracuda wrote: > it seems that rsync is working and finishing but when appears the > message that summarizes the transferred files rsync starts the backup > again (taking a lot of time) > > > sent 640278263924 bytes received 217256421 bytes 8610488

problems with rsync 2.6.9 and large files (up to 20GB)

2007-12-12 Thread gorka barracuda
Hi, I'm Jordi and I work at the university of barcelona. I'm trying to make a backup of our several clusters. In the past I worked with rsync with a very good results. When I try to backup some large directories (for example > 1.5TB with a lot of large files >20GB) whit this command: rsync -aulH

build/test problems with rsync-3.0.0pre4

2007-11-01 Thread Harald Koenig
Hi, I tried to build rsync-3.0.0pre4 on a list of different plattforms and got some problems with build or test suite. first, the good news: the build and tests worked fine on these plattforms Solaris 5.5.1, 5.6 and 5.8 (sparc) and 5.10 (x86 and sparc) SUSE Linux 9.0 (amd64), 10.1

[Re: problems with rsync version CVS]

2007-08-12 Thread Rekrutacja
Matt McCutchen wrote: On 8/4/07, Rekrutacja <[EMAIL PROTECTED]> wrote: i'm trying to use latest CVS rsync, but i'm getting these errors: *** glibc detected *** rsync: munmap_chunk(): invalid pointer: 0x0d757d58 *** This looks like the same problem Sven Hartrumpf recently encountered and descr

Re: problems with rsync version CVS

2007-08-04 Thread Matt McCutchen
On 8/4/07, Rekrutacja <[EMAIL PROTECTED]> wrote: > i'm trying to use latest CVS rsync, but i'm getting these errors: > > *** glibc detected *** rsync: munmap_chunk(): invalid pointer: > 0x0d757d58 *** This looks like the same problem Sven Hartrumpf recently encountered and described in this thread

problems with rsync version CVS

2007-08-04 Thread Rekrutacja
i'm trying to use latest CVS rsync, but i'm getting these errors: *** glibc detected *** rsync: munmap_chunk(): invalid pointer: 0x0d757d58 *** === Backtrace: = /lib/i686/cmov/libc.so.6(cfree+0x1bb)[0xb7eeffeb] rsync[0x807f2f0] rsync[0x804bc22] rsync[0x8056a5d] rsync[0x8056e83] rsyn

Re: Problems with rsync, large files and partial.

2006-04-24 Thread Panos Koutsoyannis
Just changed by scripts and that was definately my problem and its fixed. Thank you panos --- Panos Koutsoyannis <[EMAIL PROTECTED]> wrote: > Ah...That make sense. I do not stop it politely .. > you are right. I will fix up the signal handling > and > give it whirl. > > Thanks > > Pan

Re: Problems with rsync, large files and partial.

2006-04-24 Thread Panos Koutsoyannis
Ah...That make sense. I do not stop it politely .. you are right. I will fix up the signal handling and give it whirl. Thanks Panos --- Paul Slootman <[EMAIL PROTECTED]> wrote: > On Mon 24 Apr 2006, Panos Koutsoyannis wrote: > > > > - I use rsync over ssh to sync over our wan. > > - I sync

Re: Problems with rsync, large files and partial.

2006-04-24 Thread Paul Slootman
On Mon 24 Apr 2006, Panos Koutsoyannis wrote: > > - I use rsync over ssh to sync over our wan. > - I sync over an 8 hour window every night. > - After 8 hours if the sync is not complete, it gets > killed and restarts the next evening. How do you kill it? Via kill -9? > - I do notice a bunch .fi

Problems with rsync, large files and partial.

2006-04-24 Thread Panos Koutsoyannis
I can't seem to get rsync to restart where it left off when I am syncing a large file (> 5GB). Below is some info on what I have been doing. If someone has the energy to barrel through my comments that would be great. Out of curiosity is there an alternative to rsync for large files? I believe

Re: Problems with rsync server over ssh client

2005-02-03 Thread Jeremy Hansen
On 2/3/05 2:56 PM, "Wayne Davison" <[EMAIL PROTECTED]> wrote: > On Thu, Feb 03, 2005 at 02:01:28PM -0800, Jeremy Hansen wrote: >> use --rsh="ssh -l username", that the rsync server is ignore my >> rsyncd.conf uid and gid directives. > > Correct. Normal users don't have unix permissions to cha

Re: Problems with rsync server over ssh client

2005-02-03 Thread Wayne Davison
On Thu, Feb 03, 2005 at 02:01:28PM -0800, Jeremy Hansen wrote: > use --rsh="ssh -l username", that the rsync server is ignore my > rsyncd.conf uid and gid directives. Correct. Normal users don't have unix permissions to change to another user, so rsync assumes that if you're not root (UID 0), you

Problems with rsync server over ssh client

2005-02-03 Thread Jeremy Hansen
I'm trying to use ssh on the client side, mainly because I want to authenticate rsync clients using LDAP. I'm having issues. It seems when I use --rsh="ssh -l username", that the rsync server is ignore my rsyncd.conf uid and gid directives. My goal is to create a "dropbox" repository for files w

Re: Problems with Rsync

2004-04-02 Thread Linux
I added the option that you mentioned and it actually got worse :( Doesn't even appear to have checked the files. -- Fri Apr 2 16:20:19 EST 2004 BEGIN NEW ENTRY FOR xxx.xxx.net opening tcp connection to xxx.xxx.net port 873 receiving file list ... done delta transmiss

Re: Problems with Rsync

2004-04-02 Thread Tim Moore
> Notice that *.* is used , i did this so that i can get all the files in > the directory. I have also tried * as the variable. What does this do? 'n' is test run, shows actions, moves nothing. rsync -crzvvn --password-file /etc/rsync.passwd --bwlimit=120 rsync://[EMAIL PROTECTED]/pub/critical_f

Re: Problems with Rsync

2004-04-02 Thread Linux
I gave you recommended a try but it doesn't seem to fix the issue. Still recieving : rsync: connection unexpectedly closed (584 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) I've checked to make sure it's not a network issue and everything seems to be

Re: Problems with Rsync

2004-04-01 Thread Francis Montagnac
> rsync -crzvv --password-file /etc/rsync.passwd --bwlimit=120 > rsync://[EMAIL PROTECTED]/pub/critical_full_daily/*.* /STOR-1/ >> > /var/log/rsync.xxx.pulls.xxx 2>&1 ... > Notice that *.* is used , i did this so that i can get all the files in > the directory. I have also tried * as the variable

Problems with Rsync

2004-04-01 Thread Linux
Sorry if this problem has been covered previously. I'm having a problem with Rsync. I have created a script to put in cron but that is besides the point. Here is the script that i'm using. #!/bin/sh HOST=`/bin/hostname`

Re: Problems with rsync with dirctories with spaces in the name

2004-01-09 Thread Wayne Davison
On Fri, Jan 09, 2004 at 07:32:15AM -0800, jw schultz wrote: > Hmm, just a thought here for the other developers: Perhaps > rsync should check the source/dest portions of remote > argument list for whitespace and if there but no quotes or > backslashes insert backslashes or surrounding quotes. One

Re: Problems with rsync with dirctories with spaces in the name

2004-01-09 Thread jw schultz
On Fri, Jan 09, 2004 at 10:55:38PM +0800, Nunuz Yourbiz wrote: > Hi guys > > I have read read the why's and whyfores and howto's and whento's about > posting for help, but I'm not sure whether this has already been addressed > - plenty other Win/spaces-in-dir-names issues have been. > > I was r

Problems with rsync with dirctories with spaces in the name

2004-01-09 Thread Nunuz Yourbiz
Hi guys I have read read the why's and whyfores and howto's and whento's about posting for help, but I'm not sure whether this has already been addressed - plenty other Win/spaces-in-dir-names issues have been. I was running rsync to copy stuff off of a Windows disk onto a Windows disk on anot

Re: Problems with RSync and Windows 2000

2003-08-19 Thread Greger Cronquist
I think you're experiencing the well known cygwin hang problem. My suggestion is getting Craig Barratt's compiled package "cygwin-rsyncd" from http://sourceforge.net/projects/backuppc/ and see if that works better. /Greger Ladd, Charles wrote: Im trying to script an Rsync batch job to run mult

Re: Problems with RSync and Windows 2000

2003-08-18 Thread Wayne Davison
On Mon, Aug 18, 2003 at 03:33:51PM -0400, Ladd, Charles wrote: > Im trying to script an Rsync batch job to run multiple times a day to > back up to Windows 2000 Servers. The Synch works great, but at the end > of the job the command never exits. I think you'll find that the command has exited, but

Problems with RSync and Windows 2000

2003-08-18 Thread Ladd, Charles
Im trying to script an Rsync batch job to run multiple times a day to back up to Windows 2000 Servers. The Synch works great, but at the end of the job the command never exits. It just sits there is some weird hanging state. Does anyone have any ideas? Thank you. -- To unsubscribe or change op

Some problems with rsync

2003-06-22 Thread Jens Trach
We use rsync to synchronice some folders from our Server inside the intranet behind firewall and router, to the internet. All together we sync 23 folders for example we use: # Case 1 rsync -e "ssh -i /path/keyfile -1" -auzP --bwlimit=8 '/path/directory_1' '[EMAIL PROTECTED]:/path/directory_1/' # C

Re: problems with rsync in cygwin

2003-03-18 Thread Jim Gallagher
Thanks, That syntax works. I've just discovered the importance of the uid option in rsync.conf, and now it seems to work. Thanks to all who replied. Jim On Monday 17 March 2003 11:44 pm, you wrote: > Try > > rsync -a /cygdrive/c/installs/palm 192.168.2.3::palm > > and make sure you have a c

Re: problems with rsync in cygwin

2003-03-18 Thread Max Bowsher
Jim Gallagher wrote: > $ rsync -a /cygdrive/c/installs/palm rsync://192.168.2.3/palm > rsync: Unknown Host > rsh.exe: can't establish connection <== ??? ... > I thought the docs said that rsync protocol would be used if I used > the rsync:// URL. It still wants to use rsh. I'm

Re: problems with rsync in cygwin

2003-03-17 Thread Greger Cronquist
Try rsync -a /cygdrive/c/installs/palm 192.168.2.3::palm and make sure you have a correct [palm] section in your rsyncd.conf file. /Greger --- Jim Gallagher <[EMAIL PROTECTED]> skrev: > Hi, > > I'm trying to set up rsync, with the transfers > originating from a Win2K box > and going to a Lin

Re: problems with rsync in cygwin

2003-03-17 Thread coldwire
i don't think you are actually getting connected to the target host. better check your network settings. and on the second instance you appear to be having the same problem, but you've masked it by saying RSYNC_RSH=rsync. That is not correct. rsync is the transfer protocol...rsh is the conn

problems with rsync in cygwin

2003-03-17 Thread Jim Gallagher
Hi, I'm trying to set up rsync, with the transfers originating from a Win2K box and going to a Linux box. Both boxes are on my home LAN, so ssh is not required; I thought I would simply use the rsync protocol. I set up xinetd on my Linux box to start a rsync server when needed. My first attempt

Re: Problems with rsync -e ssh

2003-02-26 Thread Wayne Davison
On Wed, Feb 26, 2003 at 08:39:11AM -0500, David Rippel wrote: > rsync_options="-aPvrz --progress --stats --delete --delete-after" > rsync $rsync_options -e ssh [EMAIL PROTECTED]:/usr2/docs/ > /export/export/www/current/www > rsync $rsync_options -e ssh [EMAIL PROTECTED]:/usr2/was/ > /export/expor

Problems with rsync -e ssh

2003-02-26 Thread David Rippel
I'm doing the following from a linux box to a solaris box: rsync_options="-aPvrz --progress --stats --delete --delete-after" rsync $rsync_options -e ssh [EMAIL PROTECTED]:/usr2/docs/ /export/export/www/current/www rsync $rsync_options -e ssh [EMAIL PROTECTED]:/usr2/was/ /export/export/www/current

problems with rsync on Solaris 9

2003-02-20 Thread Dave Mangot
I am having problem with rsync 2.5.6 on Solaris 9. It starts to transfer my file, and then it just dumps core. Here's the transaction. path=/usr/local/bin/rsync cdndbsj:/var/opt/myFilename/ /var/opt/myFilename cmd=/usr/local/bin/ssh machine=cdndbsj user= path=/var/opt/myFilename/ cmd=/usr/loca

Re: Problems with rsync on Unix->Non-Unix Kernel Transfers...

2002-10-31 Thread bart . coninckx
Sent by: cc: rsync-admin@lists Subject: Problems with rsync on Unix->Non-Unix Kernel Transfers...

Problems with rsync on Unix->Non-Unix Kernel Transfers...

2002-10-31 Thread wolfe-mcse
Howdy...     I have been doing some reading of the rsync technical report, rsync man page, and the rsync web site, and I have learned allot, but having a high IQ does help.  I have read the rsync, and rsyncd.conf man pages in regards to the switches, settings, etc., and summized that rsync

Re: Disk Space Problems with Rsync.

2002-09-23 Thread Martin Pool
On 23 Sep 2002, Bull Barry - bbull <[EMAIL PROTECTED]> wrote: > I have a problem with rsync causing a filesystem to think that it is 100% > used when actually it isn't. A quick reboot will cause the filesystem to go > to about 70%-75% used. Below is the script that I am executing. I am using > Red

Disk Space Problems with Rsync.

2002-09-23 Thread Bull Barry - bbull
I have a problem with rsync causing a filesystem to think that it is 100% used when actually it isn't. A quick reboot will cause the filesystem to go to about 70%-75% used. Below is the script that I am executing. I am using Red Hat Linux release 7.1 (Seawolf) Kernel 2.4.9-34smp on a 2-processor i

RE: Problems with rsync on Win2K to Solaris

2001-12-20 Thread Ron Kelley
, December 20, 2001 9:33 AM To: Ron Kelley Cc: Rsync Subject: Re: Problems with rsync on Win2K to Solaris On Wed, Dec 19, 2001 at 08:11:43AM -0500, Ron Kelley wrote: > Hi, > > I am having trouble getting rsync (v2.5.0 with the latest version of cygwin) > to work between my Win2K (SP2) and my

Re: Problems with rsync on Win2K to Solaris

2001-12-20 Thread Dave Dykstra
On Wed, Dec 19, 2001 at 08:11:43AM -0500, Ron Kelley wrote: > Hi, > > I am having trouble getting rsync (v2.5.0 with the latest version of cygwin) > to work between my Win2K (SP2) and my Solaris 2.6 server. Both machines are > running the same version of rsync. Each time I run rsync, I get the

Problems with rsync on Win2K to Solaris

2001-12-19 Thread Ron Kelley
Hi, I am having trouble getting rsync (v2.5.0 with the latest version of cygwin) to work between my Win2K (SP2) and my Solaris 2.6 server. Both machines are running the same version of rsync. Each time I run rsync, I get the following error: - C:\rsync>rsync server1:/tmp/fi

Re: Problems with rsync 2.5.1pre1 and hardlinks

2001-12-12 Thread tim . conway
ECTED] Dave Dykstra <[EMAIL PROTECTED]> [EMAIL PROTECTED] Subject:Re: Problems with rsync 2.5.1pre1 and hardlinks Classification: On 12 Dec 2001, [EMAIL PROTECTED] wrote: > An additional hard link to an existing file takes only directory > space, which, if it&

Re: Problems with rsync 2.5.1pre1 and hardlinks

2001-12-12 Thread Martin Pool
On 12 Dec 2001, [EMAIL PROTECTED] wrote: > An additional hard link to an existing file takes only directory > space, which, if it's not enough of an addition to that directories > existing data to cause the filesystem driver to add another > allocation to the directories data space, takes up no m

Re: Problems with rsync 2.5.1pre1 and hardlinks

2001-12-12 Thread tim . conway
call me Tim?" [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 12/11/2001 11:42 PM To: Dave Dykstra <[EMAIL PROTECTED]> [EMAIL PROTECTED] cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject:Re: Problems with rsync 2.5.1pre1 and hardlinks

Re: Problems with rsync 2.5.1pre1 and hardlinks

2001-12-12 Thread birger
[EMAIL PROTECTED] schrieb am Wed, Dec 12, 2001 at 08:53:56AM +0100: [...] * * 'Twas long ago when I did swap-on-a-file as shown above by you. Anyway, I * succeeded both in upgrading RAM as well as adding an additional swapfile * and it was confirmed indeed that memory was the problem: the kernel

Re: Problems with rsync 2.5.1pre1 and hardlinks

2001-12-11 Thread birger
Martin Pool schrieb am Mon, Dec 10, 2001 at 05:40:19PM +1100: * On 10 Dec 2001, [EMAIL PROTECTED] wrote: * > * Running out of memory may be the problem. As a temporary workaround * > * perhaps you can create an additional swap file (rather than partition) * > * on the backup server? * * OK. To

Re: Problems with rsync 2.5.1pre1 and hardlinks

2001-12-11 Thread birger
Dave Dykstra schrieb am Mon, Dec 10, 2001 at 02:21:46PM -0600: [...] * > * > * * > * Ideas: * > * 1. Would it be possible to use symlinks instead of hardlinks? That * > * would give you more flexibility to split things up however you * > * like. * > * 2. Perhaps you could break it u

Re: Problems with rsync 2.5.1pre1 and hardlinks

2001-12-10 Thread Dave Dykstra
On Mon, Dec 10, 2001 at 09:18:33PM +0100, [EMAIL PROTECTED] wrote: > Dave Dykstra schrieb am Mon, Dec 10, 2001 at 01:44:26PM -0600: > * > I have to copy a structure of 70 directories where the data of these > * > directories are hardlinked to the data of the 1st directory. Within this > * > "ori

Re: Problems with rsync 2.5.1pre1 and hardlinks

2001-12-10 Thread birger
Dave Dykstra schrieb am Mon, Dec 10, 2001 at 01:44:26PM -0600: * > I have to copy a structure of 70 directories where the data of these * > directories are hardlinked to the data of the 1st directory. Within this * > "orig data" directory, I have about 30.000 files, so the amount of files * > to

Re: Problems with rsync 2.5.1pre1 and hardlinks

2001-12-10 Thread Dave Dykstra
On Sun, Dec 09, 2001 at 03:51:29PM +0100, [EMAIL PROTECTED] wrote: > > Hi, > > I got stuck within some weird prob concerning my 2-node linux cluster and > the synchronisation tool at hand (rsync-2.5.1pre1). > > I have to copy a structure of 70 directories where the data of these > directories

Re: Problems with rsync 2.5.1pre1 and hardlinks

2001-12-09 Thread Martin Pool
On 10 Dec 2001, [EMAIL PROTECTED] wrote: > * Running out of memory may be the problem. As a temporary workaround > * perhaps you can create an additional swap file (rather than partition) > * on the backup server? OK. To help you out until then, you can do something like this # dd if=/dev/ze

Re: Problems with rsync 2.5.1pre1 and hardlinks

2001-12-09 Thread birger
Martin Pool schrieb am Mon, Dec 10, 2001 at 08:20:47AM +1100: * Do you see any error messages in the log file on the server? Nope, none - the server thinks it has done all transfers (despite having its childs still clinging to some 200MB mem...) successfully. * * Running out of memory may be th

Re: Problems with rsync 2.5.1pre1 and hardlinks

2001-12-09 Thread Martin Pool
Do you see any error messages in the log file on the server? Running out of memory may be the problem. As a temporary workaround perhaps you can create an additional swap file (rather than partition) on the backup server? The rsync hlink code seems to use a bit more memory than is really necess

Problems with rsync 2.5.1pre1 and hardlinks

2001-12-09 Thread birger
Hi, I got stuck within some weird prob concerning my 2-node linux cluster and the synchronisation tool at hand (rsync-2.5.1pre1). I have to copy a structure of 70 directories where the data of these directories are hardlinked to the data of the 1st directory. Within this "orig data" directory

Re: Problems with rsync

2001-02-28 Thread Arne Hueggenberg
On Tuesday 27 February 2001 17:11, Arne Hueggenberg wrote: > Hi, dont i just love replying to myself ;-) me bad, me stupid Of course the Problem was the Harddisk running full, must have had my dark glasses on when checking the disk capacity :-( > im using rsync to keep a local copy of my webse

Problems with rsync

2001-02-27 Thread Arne Hueggenberg
Hi, im using rsync to keep a local copy of my webserver logs. So far everything worked fine, but all of a sudden im seeing the following error: /usr/local/bin/rsync -vc -e "ssh -c blowfish" \ [EMAIL PROTECTED]:/mnt/apachelo/*_access_log ./www/log write failed on www.some_domain.de_access_log : S

problems with rsync

2000-12-21 Thread Stephen C. Woods
> > I execute this command in order to backup logs Apache: > > /usr/local/bin/rsync -aurvlpog /work/apache_1.3.3/var/log > 192.168.1.3:apache_logs > > And I obtain this error: > > 192.168.1.3: Connection refused > unexpected EOF in read_timeout The machine at 192.168.1.3 is nolonger list

Re: problems with rsync worked till yesterday now i get this error

2000-12-21 Thread Stephen C. Woods
> I have been using rsync on an irix machine for months, I rebooted the > machine yesterday now when i try to start a daemon of it i get this error, > anybody got a clue on what is up with it Jon, Check your /etc/hosts and dns config. > > ec 21 08:11:16 6T:jumbo rsyncd[13892]: rsyncd versi

problems with rsync worked till yesterday now i get this error

2000-12-21 Thread John Lord
: Wednesday, December 20, 2000 3:58 AM To: [EMAIL PROTECTED] Subject: problems with rsync I execute this command in order to backup logs Apache: /usr/local/bin/rsync -aurvlpog /work/apache_1.3.3/var/log 192.168.1.3:apache_logs And I obtain this error: 192.168.1.3: Connection refused unexpected EOF in

problems with rsync

2000-12-20 Thread Paco Martinez
I execute this command in order to backup logs Apache: /usr/local/bin/rsync -aurvlpog /work/apache_1.3.3/var/log 192.168.1.3:apache_logs And I obtain this error: 192.168.1.3: Connection refused unexpected EOF in read_timeout Could be owed to big size file ? Thank you

Re: problems with rsync

2000-11-29 Thread Martin Pool
On 28 Nov 2000, Sergi Musach <[EMAIL PROTECTED]> wrote: > > hi , i´m trying to do a security backup from one linux red hat 6.1 in one > server called "malaga" to another linux red hat 6.2 in one server called > "Bart" > > i, m trying this instruction " rsync -avz $admin@malaga:home/malaga > $roo

problems with rsync

2000-11-28 Thread Sergi Musach
hi , i´m trying to do a security backup from one linux red hat 6.1 in one server called "malaga" to another linux red hat 6.2 in one server called "Bart" i, m trying this instruction " rsync -avz $admin@malaga:home/malaga $root@bart:root/utils " the response is : rsmd: malaga : Success unexpect