robocopy + rsync problems

2009-06-09 Thread Rainer Traut
Hi, my task was to clone a ntfs partition with around 160k files and size 90GB from one external USB disk to another - max path depth up to 256 chars. Sys 1) Win Vista SP2 Ger robocopy 0027 (probably MS bug/oversight, since Vista SP1 ENG they ship 0028) Sys 2) Centos 5.3 - rsync 3.0.6 - ntf

Re: Rsync problems with some files & timestamp

2008-02-14 Thread Zemitch
ration settings for daylight savings time. -- View this message in context: http://www.nabble.com/Rsync-problems-with-some-files---timestamp-tp15476237p15480795.html Sent from the Samba - rsync mailing list archive at Nabble.com. -- To unsubscribe or change options: https://lists.samba.org/m

Re: Rsync problems with some files & timestamp

2008-02-14 Thread Matt McCutchen
On Thu, 2008-02-14 at 00:49 -0800, Zemitch wrote: > rsync 2.6.8 on OES 2 Linux > > On an OES 2 Linux server I mount a Netware volume (ncpmount) that is the > destination server. > > All volumes are NSS. > > Some files are renamed in the destination volume. > > For example : > > (/media/backup

Rsync problems with some files & timestamp

2008-02-14 Thread Zemitch
meters I use with rsync : rsync -v -t --delete --exclude=$EXCLUDE -e --ignore-errors $SRCPATH $DSTPATH >> mail.txt Tanks in advance! -- View this message in context: http://www.nabble.com/Rsync-problems-with-some-files---timestamp-tp15476237p15476237.html Sent from the Samba - rsync maili

RE: rsync problems

2006-11-15 Thread Craig Hammond
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wayne Davison Sent: Thursday, 16 November 2006 11:57 AM To: William McInnis Cc: rsync@lists.samba.org Subject: Re: rsync problems Did you follow my last instructions? It sounds like you're talking to an rsync daemon, so you'll need t

Re: rsync problems

2006-11-15 Thread Wayne Davison
Did you follow my last instructions? It sounds like you're talking to an rsync daemon, so you'll need to make sure that the client is given the same timeout option on the command-line that the daemon has configured into it so that it can send periodic keep-alive messages. Even, then, if your timeo

rsync problems

2006-11-15 Thread William McInnis
ok iam useing BackupPC as my central backup system and it uses rsyncd well it will start to copy a few files and then thow this error i can still ping the box and everything but rsync just stops iam running 2.6.9 build 29 on all of the boxes but the problem still exists what could i be doing wro

Re: Rsync Problems

2006-10-25 Thread Alexandros Papadopoulos
On Saturday 21 October 2006 21:57, Philip W. wrote: > I have gotten an Rsync daemon set up on my Linux server. But I want to > use my Windows XP computer to upload files to an Rsync module on the Try using the cwrsync package available from http://www.itefix.no/cwrsync/ and more specifically th

Re: Rsync Problems

2006-10-21 Thread Wayne Davison
On Sat, Oct 21, 2006 at 02:57:29PM -0400, Philip W. wrote: > I have tried compiling various versions of Rsync in Cygwin, and > nothing works. There's a binary version linked from the rsync download page -- cwRsync: http://rsync.samba.org/download.html You might want to try that. ..wayne.. -

Re: Rsync Problems

2006-10-21 Thread Matt McCutchen
On 10/21/06, Philip W. <[EMAIL PROTECTED]> wrote: I have tried compiling various versions of Rsync in Cygwin, and nothing works. We'll help if you give us a better idea of what goes wrong. Does rsync compile successfully? Does it install successfully? If so, what happens when you run rsync?

Rsync Problems

2006-10-21 Thread Philip W.
I have gotten an Rsync daemon set up on my Linux server. But I want to use my Windows XP computer to upload files to an Rsync module on the server. The problem is, Rsync won't work on my Windows computer. I have tried compiling various versions of Rsync in Cygwin, and nothing works. It's no

Re: Rsync Problems, Possible Addressed Bug?

2004-07-14 Thread Chris Shoemaker
On Wed, Jul 14, 2004 at 04:55:31PM -0400, Robert Caskey wrote: > I got this mail from a cronjob and can't figure out what is causing > rsync to crap out on me. I received the message at 5:03, when the cron > job is scheduled to run at 4:00, so total runtime is approximately an > hour. > > Machi

Rsync Problems, Possible Addressed Bug?

2004-07-14 Thread Robert Caskey
I got this mail from a cronjob and can't figure out what is causing rsync to crap out on me. I received the message at 5:03, when the cron job is scheduled to run at 4:00, so total runtime is approximately an hour. Machine that is fetching the files is a low-end G3 running Yellowdog 3.01, rsyn

Re: rsync problems from flist.c change

2004-04-23 Thread Paul Slootman
On Fri 23 Apr 2004, Kurt Hornik wrote: > Thanks. Do you think I should forward it to the Debian rsync package > maintainer? Don't bother, the Debian rsync maintainer is of course subscribed to the rsync mailing list :-) Anyhow, the patch will be in the upcoming 2.6.1 anyway, so there's no real

Re: rsync problems from flist.c change

2004-04-23 Thread Kurt Hornik
> Wayne Davison writes: > On Fri, Apr 23, 2004 at 08:34:55AM +0200, Kurt Hornik wrote: >> Just checking: in essence you will [revert] the change to flist.c that >> I had mentioned earlier? (In that case I would try to have the Debian >> maintainer revert the 2.6.1 style patch relative to the

Re: rsync problems from flist.c change

2004-04-23 Thread Wayne Davison
On Fri, Apr 23, 2004 at 08:34:55AM +0200, Kurt Hornik wrote: > Just checking: in essence you will [revert] the change to flist.c that > I had mentioned earlier? (In that case I would try to have the Debian > maintainer revert the 2.6.1 style patch relative to the 2.6.0 upstream > as well ...) No,

Re: rsync problems from flist.c change

2004-04-22 Thread Kurt Hornik
> Wayne Davison writes: > On Thu, Apr 22, 2004 at 10:42:44AM -0700, Wayne Davison wrote: >> The global [cvs-excludes] are inserted into the exclude list at the >> point they're mentioned. > Sorry, that was based on a false remembrance. The global cvs-excludes > are always appended to the lis

Re: rsync problems from flist.c change

2004-04-22 Thread Wayne Davison
On Thu, Apr 22, 2004 at 10:42:44AM -0700, Wayne Davison wrote: > The global [cvs-excludes] are inserted into the exclude list at the > point they're mentioned. Sorry, that was based on a false remembrance. The global cvs-excludes are always appended to the list after the user-supplied exclude opt

Re: rsync problems from flist.c change

2004-04-22 Thread Wayne Davison
On Thu, Apr 22, 2004 at 01:06:58PM +0200, Kurt Hornik wrote: > Is there a way of overriding the excludes from .cvsignore? It depends on which one you mean. The global ones are inserted into the exclude list at the point they're mentioned. For instance: rsync --include='*.tar.gz' -C from/ to

Re: rsync problems from flist.c change

2004-04-22 Thread Kurt Hornik
> Wayne Davison writes: > On Thu, Apr 22, 2004 at 08:21:24AM +0200, Kurt Hornik wrote: >> I can partially reproduce this by (starting from a state where the two >> dirs are in sync) copying an additional file into 'Recommended' and >> trying different versions of rsync to see whether the file

Re: rsync problems from flist.c change

2004-04-22 Thread Wayne Davison
On Thu, Apr 22, 2004 at 08:21:24AM +0200, Kurt Hornik wrote: > I can partially reproduce this by (starting from a state where the two > dirs are in sync) copying an additional file into 'Recommended' and > trying different versions of rsync to see whether the file gets > removed. Does the file you

rsync problems from flist.c change

2004-04-21 Thread Kurt Hornik
On behalf of the development team of R (www.R-project.org), I would like to report the following problem with recent versions of rsync. First, some background info. The R Development Core Team uses CVS for maintainins its source code archive. Additionally, there is a mechanism for "mirroring" so

Re: rsync problems

2004-04-16 Thread Tim Conway
There are two things that bring that message. One is the inability to chroot. I think non-chrootable operating systems get their rsync configured so it never tries (and therefore, never fails). If you're on a real OS, you might be initiating the daemon as a non-root user (uid in the module d

Re: rsync problems

2004-04-16 Thread Wayne Davison
On Thu, Apr 15, 2004 at 07:14:47PM -0400, Daniel Teklu wrote: > 1. @ERROR: chroot failed This probably means that the server isn't running as root. Either turn off chroot in the config file, or run rsync with more privs (and use the uid/gid options to bring them back down again). > building file

rsync problems

2004-04-15 Thread Daniel Teklu
I am a new rsync user and it has been going fine as to nightly rsyncs. On one of the scripts I am getting two kind of errors: 1. @ERROR: chroot failed rsync: connection unexpectedly closed (34 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) and also on t

Re: ports/65043: [patch] net/rsync: problems in client name lookup code

2004-04-01 Thread Alex Vasylenko
Wayne Davison wrote: Cool. I thought the length should be OK after that call, but I was trying to figure out how this part of your bug report figured into your patch: - fails to set ss_len member of struct sockaddr_storage, which when passed to getnameinfo causes the latter to f

Re: ports/65043: [patch] net/rsync: problems in client name lookup code

2004-04-01 Thread Wayne Davison
On Thu, Apr 01, 2004 at 06:38:04PM -0500, Alex Vasylenko wrote: > I think your second patch is superfluous, as getpeername returns a > correctly formatted sockaddr (with _len set, if it's there), so it > should be sufficient to simply drop the "ss.ss_len = ss_len;" line from > my original patch

Re: ports/65043: [patch] net/rsync: problems in client name lookup code

2004-04-01 Thread Alex Vasylenko
Wayne, I'm changing the subject and keeping your text in an attempt to get this recorded in gnats. Wayne Davison wrote: On Thu, Apr 01, 2004 at 11:31:00AM -0500, Alex Vasylenko wrote: - detection of IPv6 via counting dots is plain silly and doesn't work; Thanks, I've tweaked your patch for t

Re: [patch] net/rsync: problems in client name lookup code

2004-04-01 Thread Wayne Davison
On Thu, Apr 01, 2004 at 11:31:00AM -0500, Alex Vasylenko wrote: > - detection of IPv6 via counting dots is plain silly and doesn't work; Thanks, I've tweaked your patch for this a little and checked it in. It's attached to this email. > - fails to set ss_len member of struct sockaddr_

[patch] net/rsync: problems in client name lookup code

2004-04-01 Thread Alex Vasylenko
>Submitter-Id: current-users >Originator:Alex Vasylenko >Organization: >Confidential: no >Synopsis: [patch] net/rsync: problems in client name lookup code >Severity: non-critical >Priority: low >Category: ports >Class: sw-bug

Re: Two-way Rsync problems with Deletions

2002-10-02 Thread tim . conway
Sent by: [EMAIL PROTECTED] 10/02/2002 09:32 AM To: <[EMAIL PROTECTED]> cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject:Two-way Rsync problems with Deletions Classification: I'm trying to do a two-way rsync and it works ok for creating and updat

Two-way Rsync problems with Deletions

2002-10-02 Thread Doug Schasteen
I’m trying to do a two-way rsync and it works ok for creating and updating files but file deletions are flawed. The only way to sync the fact that a file was deleted is to use the –delete option, but this poses a problem. If Server A has file ‘foo’ and Server B does not. Will rsync think th

Rsync problems...

2002-03-27 Thread Brad
I am trying to use rsync to transfer some directories from a RedHat 7.0 box to a RedHat 7.1 rsync server via a cron job. The cron command line: 00 00 * * * /usr/local/bin/emailbackup > /tmp/backup.log 2>&1; mail -s "Rsync Backup Log" [EMAIL PROTECTED] < /tmp/backup.log The 7.1 rsyncd.cond; [hom

Re: Rsync Problems

2002-01-07 Thread Dave Dykstra
On Mon, Jan 07, 2002 at 12:27:55PM -0500, Hunter French wrote: > > I am having problems with Rsync running between 2 FreeBSD computers. We > are trying to use it to backup a directory on the primary server > /var/mail (using a pull method). The configuration on the primary > server (Polaris) sh

Rsync Problems

2002-01-07 Thread Hunter French
I am having problems with Rsync running between 2 FreeBSD computers. We are trying to use it to backup a directory on the primary server /var/mail (using a pull method). The configuration on the primary server (Polaris) should be ok as it was running rsync previously before our client server wa

Rsync problems (was Re: (no subject))

2001-11-19 Thread Rusty Carruth
amiel ong <[EMAIL PROTECTED]> wrote: > I already installed rsync on both my server(running > FREEBSD 4.4) and > win98 macine. My LAN don't connect to the internet so > it is quite secure, is it possible if I don't use > OpenSSH? > > when I run "rsync 172.22.0.104::", I get this > message: >

Re: rsync problems with .iso files

2001-04-08 Thread Randy Kramer
Andrew, Thanks very much for the response! I am embarrassed -- I realize why rsync was copying the entire file -- my mistake -- I started it from the wrong directory and it was creating the file from scratch. Anyway that's the good news (sort of). The bad news is that I'm back to the situation

Re: rsync problems with .iso files

2001-04-08 Thread Andrew Tridgell
Here are some possible explanations: 1) you used --partial on an earlier attempt and interrupted the transfer. That would leave you with a partial and potentially much smaller image locally, which would mean a subsequent transfer would send most of the file 2) the corruption is spread t

Re: rsync problems with .iso files

2001-04-08 Thread Randy Kramer
Drew, Thanks for the response! Very frustrating! I guess an iso consists of a mixture of binary and ASCII data (which I've confirmed somewhat by running less on the file. Lots of @^@^, but occasional patches of readable text. After reading some of the description of how the rsync algorithm wo

Re: rsync problems with .iso files

2001-04-08 Thread Randy Kramer
Jason Haar wrote: > > On Sun, Apr 08, 2001 at 08:51:40PM +0100, M. Drew Streib wrote: > > I have certainly seen large files that couldn't be "repaired" by rsync > > and needed to be redownloaded. > > Indeed. In this case I wonder if the original was downloaded in ASCII mode > instead of binary?

Re: rsync problems with .iso files

2001-04-08 Thread Jason Haar
On Sun, Apr 08, 2001 at 08:51:40PM +0100, M. Drew Streib wrote: > I have certainly seen large files that couldn't be "repaired" by rsync > and needed to be redownloaded. Indeed. In this case I wonder if the original was downloaded in ASCII mode instead of binary? That would definitely be a downlo

Re: rsync problems with .iso files

2001-04-08 Thread M. Drew Streib
On Sun, Apr 08, 2001 at 02:42:45PM -0400, Randy Kramer wrote: > 1. rsync can't repair an iso file except by retransmitting the entire > file -- unlikely -- somebody would have told me this by now, and some of > my earlier trials produced results like: This really depends on how the file was damag

rsync problems with .iso files

2001-04-08 Thread Randy Kramer
Hi, I've made some progress in getting rsync to work on the .iso I'm downloading, but now I've got another problem -- AFAICT, rsync is re-downloading the entire file! To recap briefly, I had downloaded an iso (mandrakefreq) using NCFTP, but the md5sum was bad. I am hoping to use rsync to correc

rsync problems with proxy server

2000-12-14 Thread Loo Boon-Thau
  ok. I've gotten an apache proxy server set up listening on port 8080. I tried to run the rsync client again thru' the apache web server. This time, I failed again with the error "bad response from proxy - HTTP/1.0 403 Forbidden". I looked at apache's access log file and realized that rsync

Re: More rsync problems ( corrupt images)

2000-11-06 Thread David Starks-Browning
On Monday 6 Nov 00, Pierre Abbat writes: > >Everything that should be copied across is. The problem is the images > >are corrupted in the process. I can send a picture over, mount a floppy > >and cp the file to the floppy, drop the floppy back in my WinME box and > >am unable to view the image. An

rsync problems on win32

2000-11-06 Thread Dietmar Goldbeck
Hello, i want to use rsync 2.4.6 and openssh 2.2.0p1 with Cygwin. When i try to transfer files from Window to Linux it stops after a few kilobytes. netstat on Linux gives this Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address Stat

Re: More rsync problems ( corrupt images)

2000-11-06 Thread Pierre Abbat
>Everything that should be copied across is. The problem is the images >are corrupted in the process. I can send a picture over, mount a floppy >and cp the file to the floppy, drop the floppy back in my WinME box and >am unable to view the image. Any ideas? Check if your Windows disk is mounted b

RE: More rsync problems ( corrupt images)

2000-11-06 Thread Oliver Swanton
Please can you remove [EMAIL PROTECTED] from this list ASAP. Cheers. -Original Message- From: Aaron Rehm [mailto:[EMAIL PROTECTED]] Sent: 06 November 2000 15:59 To: linux-router mailing list; [EMAIL PROTECTED] Subject: More rsync problems ( corrupt images) I finally have rsync working

More rsync problems ( corrupt images)

2000-11-06 Thread David Starks-Browning
On Monday 6 Nov 00, Aaron Rehm writes: > I finally have rsync working between my WinME box and my LRP (Linux) > box. The following is the batch file I use to update my web server on > the LRP box > > set PATH=c:\rsync;%PATH% > set CYGWIN=tty > set TERM=ansi > cd "C:\WINDOWS\Profiles\root\My Docu

More rsync problems ( corrupt images)

2000-11-06 Thread Aaron Rehm
I finally have rsync working between my WinME box and my LRP (Linux) box. The following is the batch file I use to update my web server on the LRP box set PATH=c:\rsync;%PATH% set CYGWIN=tty set TERM=ansi cd "C:\WINDOWS\Profiles\root\My Documents\My Webs\myweb\newhomepage" rsync -av --copy-unsaf

rsync problems (permission denied)

2000-11-05 Thread Aaron Rehm
I'm having a problem getting rsync to work between my Windows ME box and my LRP (www.linuxrouter.org) box. ssh works fine to the LRP box, scp works to the LRP box (putty and pscp), I have installed ssh and rsync as per http://optics.ph.unimelb.edu.au/help/rsync/ I am unsure if scp from that insta

RE: Rsync problems with german umlauts

2000-10-27 Thread Mueller-Lynch Thomas
Obergehrer [mailto:[EMAIL PROTECTED]] Sent: Montag, 23. Oktober 2000 10:34 To: [EMAIL PROTECTED] Subject: Re: Rsync problems with german umlauts Hallo Herr Mueller-Lynch, ich bin gerade auf der Suche nach einer Lösung für dasselbe Problem. Haben Sie inzwischen neuere Informationen wie man in rsync

RE: Rsync problems with german umlauts

2000-10-06 Thread Mueller-Lynch Thomas
;[EMAIL PROTECTED]' > Subject: Re: Rsync problems with german umlauts > > On Thu, 05 Oct 2000, Mueller-Lynch Thomas wrote: > >Hello, > > > >I'm using rsync for synchronizing files between two web servers. Some of the >filenames which we synchronize have

Re: Rsync problems with german umlauts

2000-10-05 Thread Pierre Abbat
On Thu, 05 Oct 2000, Mueller-Lynch Thomas wrote: >Hello, > >I'm using rsync for synchronizing files between two web servers. Some of the >filenames which we synchronize have german umlauts (äöüß) and blanks. After >synchronizing these files the filenames have been switched. > >I'm not sure if yo

Rsync problems with german umlauts

2000-10-05 Thread Mueller-Lynch Thomas
Hello, I'm using rsync for synchronizing files between two web servers. Some of the filenames which we synchronize have german umlauts (äöüß) and blanks. After synchronizing these files the filenames have been switched. I'm not sure if you can see the german umlauts in this mail. For example ä