Search code examples
deploymentcapistranorsync

Capistrano deployment with rsync


I am trying to deploy apps from my dev machine using capistrano and rsync. I have studied that rsync is used for backup and only copies bytes that are changed in the file. But to fit it as capistrano task.

A sample deploy code with rsync, with explanation would be be greatly helpful.

Thanks


Solution

  • Check if this following links help you understand the code samples:-

    http://philtoland.com/post/448916606/capistrano-deployment-using-rsync

    have you checked this :-

    https://github.com/vigetlabs/capistrano_rsync_with_remote_cache