Re: Problem with rsync-2.6.8 and -c (checksum)

2006-05-23 Thread Andreas Fehr
On Tuesday, 23. May 2006, 18:04, Andreas Fehr (as AF) wrote: >AF: >WD: > Well, I changed '-a' to '-rlpgoD' (according to the man >AF: >WD: > page, it maps to '-rlptgoD'). But now it's worse each >AF: >WD: > call of rsync copies all the files from source to new. >AF: >WD: >AF: >WD: As Matt m

RE: Rsync via ssh hangs on same file repeatedly

2006-05-23 Thread Gawain
At 9:26 PM -0500 on 5/9/06, Tony Abernethy wrote: Flames invitied if I'm wrong, but I think you're looking at the last file successfully transferred as opposed to the first file unsuccessfully transferred. I think I saw a /var in there You get something ungodly long trying to rsync the file th

Re: Problem with renaming a file

2006-05-23 Thread Wayne Davison
On Mon, May 22, 2006 at 08:58:43PM -0700, Rajesh Prabhu wrote: > Now that im able to get the attribute of a file(whether its hidden or > not) using attrib.exe, is there a way to transfer such hidden files > from windows machine to linux machine with a prepended "."? To do this with the stock rsync

Re: rsync fails if it cannot stat destination file

2006-05-23 Thread Wayne Davison
On Wed, May 17, 2006 at 05:03:15PM -0700, Ferguson, Eric wrote: > rsync --whole-file --temp-dir /tmp file.txt > destination.machine:/path/to/file/file.txt > > error: > > rsync: stat "/path/to/file/file.txt" failed: No such file or directory (2) > rsync error: some files could not be transferred

Re: cross platform rsync avz lists all directory names in tree

2006-05-23 Thread Wayne Davison
On Tue, May 23, 2006 at 10:18:23AM +0100, Peter Risdon wrote: > another/path/ > another/path/withoutanychangedfiles/ > yet/anotherpath/withoutanychangedfiles/ > ... If this is caused by a change in timestamps, you can avoid the updating of directory timestamps by using the -O option. If you still

Re: Problem with rsync-2.6.8 and -c (checksum)

2006-05-23 Thread Andreas Fehr
On Tuesday, 23. May 2006, 08:52, Wayne Davison (as WD) wrote: >WD: On Tue, May 23, 2006 at 11:40:48AM +0200, Andreas Fehr wrote: >WD: > Well, I changed '-a' to '-rlpgoD' (according to the man page, it >WD: > maps to '-rlptgoD'). But now it's worse each call of rsync >WD: > copies all the fil

Re: Problem with rsync-2.6.8 and -c (checksum)

2006-05-23 Thread Wayne Davison
On Tue, May 23, 2006 at 11:40:48AM +0200, Andreas Fehr wrote: > Well, I changed '-a' to '-rlpgoD' (according to the man page, it maps > to '-rlptgoD'). But now it's worse each call of rsync copies all > the files from source to new. As Matt mentioned, this was fixed recently in CVS. The fix c

Re: cross platform rsync avz lists all directory names in tree

2006-05-23 Thread Matt McCutchen
On Tue, 2006-05-23 at 10:18 +0100, Peter Risdon wrote: > Can anyone advise how to limit the output to just files/directories that > have been added, removed (if --delete is used) or changed when running > across platforms like this? Maybe you could use -i (--itemize-changes). That will produce

Re: Problem with rsync-2.6.8 and -c (checksum)

2006-05-23 Thread Matt McCutchen
On Tue, 2006-05-23 at 11:40 +0200, Andreas Fehr wrote: > Well, I changed '-a' to '-rlpgoD' (according to the man page, it maps to > '-rlptgoD'). But now it's worse each call of rsync copies all the > files from source to new. > > /opt/rsync/bin/rsync -crlpgoDv > --link-dest=/home/user/backup

Re: rsync speed

2006-05-23 Thread Julian Pace Ross
Hmm.. could be.. I'll double check this evening and re-post. Thx Tony Abernethy wrote: Excuse the "humor", but it sounds like you have a virus. One of the virus that is called "anti". ( Case of the "cure" being worse than the disease? ;) -Original Message- From:

RE: rsync speed

2006-05-23 Thread Tony Abernethy
 Excuse the "humor", but it sounds like you have a virus. One of the virus that is called "anti". ( Case of the "cure" being worse than the disease? ;) -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Julian Pace RossSent: Tuesday, May 23, 20

RE: ignoring file times - but still examining content

2006-05-23 Thread Tony Abernethy
Assuming the problem is Windows and time zones and daylight savings etc. man rsync --modify-window=NUM compare mod times with reduced accuracy. Windows still uses the old DOS method of storing times, which can't put the value of the seconds into a 32-bin number, so can only represent even seco

cross platform rsync avz lists all directory names in tree

2006-05-23 Thread Peter Risdon
Hi, I have tried googling and reading the docs and examples but haven't yet managed to solve this issue. rsyncing from Mac OS X to FreeBSD and from Linux to Windows XP, with the arguments avz I get the same thing in the reports (mailed from cron): path/ path/to/ path/to/directories/ path/to

Re: Problem with rsync-2.6.8 and -c (checksum)

2006-05-23 Thread Andreas Fehr
On Tuesday, 23. May 2006, 11:07, Paul Slootman (as PS) wrote: >PS: On Mon 22 May 2006, Andreas Fehr wrote: >PS: > >PS: > If added '-c' to the already existing '-a'. Now it looks as follows: >PS: > >PS: > /opt/rsync/bin/rsync -cav >PS: > --link-dest=/home/user/backup/old >PS: > /home/

Re: rsync speed

2006-05-23 Thread Julian Pace Ross
Pushing the file from Windows to Linux over ssh takes around 15 min, with an average speed of ~400Kbps (using --progress). Pulling the same file using the same arguments takes around 45 mins, with an average speed of ~150Kbps. Do you mean pulling it back again from Linux to

Re: ignoring file times - but still examining content

2006-05-23 Thread tyko brown
> -Original Message- > From: [EMAIL PROTECTED] > Sent: Tue, 23 May 2006 11:09:39 +0200 > To: rsync@lists.samba.org > Subject: Re: ignoring file times - but still examining content > > On Tue 23 May 2006, tyko brown wrote: > >> I'd like to ignore timestamps but still examine content. > >

Re: ignoring file times - but still examining content

2006-05-23 Thread Paul Slootman
On Tue 23 May 2006, tyko brown wrote: > I'd like to ignore timestamps but still examine content. Use the --checksum option. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Problem with rsync-2.6.8 and -c (checksum)

2006-05-23 Thread Paul Slootman
On Mon 22 May 2006, Andreas Fehr wrote: > > If added '-c' to the already existing '-a'. Now it looks as follows: > > /opt/rsync/bin/rsync -cav > --link-dest=/home/user/backup/old > /home/user/source > /home/user/backup/new > > > I expected, that rsync doesn't care about

ignoring file times - but still examining content

2006-05-23 Thread tyko brown
Hello. I would like to transfer files which have changed on another box. The rsync man page says: --size-only ..This is useful when starting to use rsync after using another mirroring system which may not preserve timestamps exactly.. Which is my situation. My problem is that the size-only swi