Re: Macintosh rsync: Inconsistent Behaviour: Hints Appreciated

2009-02-11 Thread Mike Bombich
You're using the version of rsync that is built-in to Mac OS X. Don't do that. It's a fairly old version (though it is maintained by Apple), and it doesn't handle extended attribute modifications (or lack thereof), thus it transfers them every time. When you have many files with resource

Macintosh rsync: Inconsistent Behaviour: Hints Appreciated

2009-02-11 Thread Bob McKay
I have a problem with rsync on macintosh copying files that have not been updated. Despite careful reading of the archives, I can't find an explanation (or a fix), but I strongly suspect I'm just missing something that an expert will recognise instantly... Your assistance would be greatly appreciat

Re: --link-dest=server::location/folder

2009-02-11 Thread lewis butler
On 11-Feb-2009, at 14:44, Matt McCutchen wrote: On Wed, 2009-02-11 at 14:12 -0700, lewis butler wrote: rsync -aCHh --stats --link-dest=akane::backup/ranma.daily.1 / myserver::akane/ranma.daily.0 rsync -aCHh --stats --link-dest=../ranma.daily.1 \ / myserver::akane/ranma.daily.0 rsyn

Re: --link-dest=server::location/folder

2009-02-11 Thread Matt McCutchen
On Wed, 2009-02-11 at 14:12 -0700, lewis butler wrote: > I'm wondering if I can use link-dest to compare rsync to a remote > directory. > > rsync -aCHh --stats --link-dest=akane::backup/ranma.daily.1 / > myserver::akane/ranma.daily.0 > > Something like that? Is it going to work like it does

Re: rsync not preserving permissions

2009-02-11 Thread Matt McCutchen
On Wed, 2009-02-11 at 19:05 +, Andy Smith wrote: >I am running the following command, it is "pulling" the files > across from a read-only configured rsync server via ssh. The command > runs as root and I use the -p option to preserve permissions but files > with non-root owners are be

--link-dest=server::location/folder

2009-02-11 Thread lewis butler
I'm wondering if I can use link-dest to compare rsync to a remote directory. rsync -aCHh --stats --link-dest=akane::backup/ranma.daily.1 / myserver::akane/ranma.daily.0 Something like that? Is it going to work like it does when doing a local rsync with a local link-dest directory? Is i

Re: rsync not preserving permissions

2009-02-11 Thread Andy Smith
Hi Nate, Yes the user id exists on both hosts with the same UID, I also tried the --numeric-ids but this didn't make any difference :S thanks Andy. Quoting nate: Do the same userids exist at both ends? Try --numeric-ids as an option and see if that helps.

Re: rsync not preserving permissions

2009-02-11 Thread nate
Andy Smith wrote: > Hi, > >I am running the following command, it is "pulling" the files > across from a read-only configured rsync server via ssh. The command > runs as root and I use the -p option to preserve permissions but files > with non-root owners are being created/updated as root owned

rsync not preserving permissions

2009-02-11 Thread Andy Smith
Hi, I am running the following command, it is "pulling" the files across from a read-only configured rsync server via ssh. The command runs as root and I use the -p option to preserve permissions but files with non-root owners are being created/updated as root owned. Can anyone explain

rsync on symbian

2009-02-11 Thread Homonnai Mihaly Jr.
hi all! i jus was looking for an application for manipulating images' exif data on my nokia phone. i couldn't find such an application, so i decided to copy images to a remote linux system, modify them, then copy them back to my phone. while i was looking for a copy application (like scp) i f