I have some pictures that I unload from the camera into:
dir/tmp
and at night I automatically rsync all of dir/ to some remote:dir/
Then days or weeks later I do some local sorting, and I make lots of image
moves of the sort where image dir/tmp/bar goes to to dir/category1/bar,
possibly linke
On 2/24/07, Wayne Davison <[EMAIL PROTECTED]> wrote:
On Sat, Feb 24, 2007 at 07:59:32PM -0500, Matt McCutchen wrote:
> However, when processing files inside, it blindly follows the obsolete
> symlink and concludes that the files are already there, whereas the
> newly created directory would have
On Sat, Feb 24, 2007 at 07:59:32PM -0500, Matt McCutchen wrote:
> However, when processing files inside, it blindly follows the obsolete
> symlink and concludes that the files are already there, whereas the
> newly created directory would have no files on a real run.
Not in a modern rsync. If the
On 2/24/07, David Liontooth <[EMAIL PROTECTED]> wrote:
Matt McCutchen wrote:
> This is an unpleasant decision: do we want to bloat rsync with the
> necessary logic to make --dry-run correct in these corner cases or
> settle for a --dry-run that sometimes misleads the user? Wayne,
> what's your o
Matt McCutchen wrote:
> On 2/24/07, David Liontooth <[EMAIL PROTECTED]> wrote:
>> I'm trying to rsync files to a set of symlinked directories on an XServe
>> running OS X.
>
>> When I run rsync from Linux in --dry-run mode, the results are correct:
>
>> When I do the actual run, the symlinks are ov
On 2/24/07, David Liontooth <[EMAIL PROTECTED]> wrote:
I'm trying to rsync files to a set of symlinked directories on an XServe
running OS X.
When I run rsync from Linux in --dry-run mode, the results are correct:
When I do the actual run, the symlinks are overwritten and new
directories ar
I'm trying to rsync files to a set of symlinked directories on an XServe
running OS X.
The directories look like this:
[EMAIL PROTECTED]:~/2/2006$ l
total 80
lrwxr-xr-x1 tna tna39 Feb 24 13:18 2006-01 ->
/Volumes/CSArchiveArray001/2006/2006-01
lrwxr-xr-x1 tna tna39 Feb 24 13:18
PS. Forgot version info:
Linux# rsync -v
rsync version 2.6.9 protocol version 29
OSX$ rsync -v
rsync version 2.6.3 protocol version 28
David Liontooth wrote:
> I'm trying to rsync files to a set of symlinked directories on an XServe
> running OS X.
>
> The directories look like this:
>
> [E
Paul Slootman schrieb:
Anyway, an unkillable process points to it hanging in some system call,
which in this case is probably a problem with the NFS. What are your NFS
mount options? I'd recommend using soft,intr.
Mounted it like this, and it's been working flawlessly for almost two
weeks now!