# File lib/capistrano/recipes/deploy/strategy/remote_cache.rb, line 19
        def check!
          super.check do |d|
            d.remote.command("rsync") unless copy_exclude.empty?
            d.remote.writable(shared_path)
          end
        end