On Oct 24, 4:31 pm, "Lee Hambley" <[EMAIL PROTECTED]> wrote:
> Hi Rich,
>
> Try this out for
> size..http://github.com/37signals/fast_remote_cache/tree/master- it uses
> hardlinks to effectively abolish the time required for the copy.. and might
> lead you down the road of finding how a more advanced remote_cache system
> works.. maybe you could try your rsync mod anyway...
Hi Lee,
Thanks for the response. I took a quick peek at this project, and we
are basically headed in a similar direction, that being the use of
hard links to speed the copies. I'd like to do mine as a few line
addition to cap, but not sure of the harmonious way. When I bench
mark my above commands it takes about 15-20 seconds to rsync and cp -
al the whole tree, vs about four minutes for a recursive copy.
Thank you.
Regards,
Rich
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---