[Orca-users] Re: Updating Orca graphs at longer intervals

Peter Radcliffe pir at pir.net
Fri Apr 6 12:22:13 PDT 2001


Blair Zajac <blair at akamai.com> probably said:
> If rsync is touching the files on the Orca server, then it's possible
> that Orca is rereading old files.  Orca will compare the file's inode,
> device the file's on, the files' size and mtime.  If any of these
> have changed, then Orca will reread it.

I've had good luck with;

  rsync -qazSH --times --delete -e "ssh -a -x" \
                              ${n}:/usr/local/orca/orcallator/${n} \
                                   /usr/local/orca/orcallator

to make sure all the times are not changed.

P.

--
pir                  pir at pir.net                    pir at net.tufts.edu



More information about the Orca-users mailing list