Re: Rsync Insists on Replacing Files

2009-04-12 Thread Hal Vaughan
On Apr 12, 2009, at 7:42 PM, H.S. wrote: Hal Vaughan wrote: rsync -av server::Data /MacRAID/Data/ (Forgot if that one required the "/" at the end or not. Whichever I used, it did copy directly to that directory without creating an extra subdirectory.) $> rsync /source/path /dest w

Re: Rsync Insists on Replacing Files

2009-04-12 Thread H.S.
Hal Vaughan wrote: > > rsync -av server::Data /MacRAID/Data/ (Forgot if that one required the > "/" at the end or not. Whichever I used, it did copy directly to that > directory without creating an extra subdirectory.) $> rsync /source/path /dest will transfer the directory "path" into /dest

Rsync Insists on Replacing Files

2009-04-12 Thread Hal Vaughan
At this point my workstation is an iMac and my server is running Lenny. I've had this happen before, though, with two Linux computers, which leads me to think it's rsync and the issue is OS agnostic. I have two 1-terabyte RAIDs, one on my server, one on my workstation. In the past this wa