# File lib/deep_test/distributed/test_server.rb, line 29 29: def sync(options) 30: DeepTest.logger.debug "mirror sync for #{options.origin_hostname}" 31: path = options.mirror_path(@config[:work_dir]) 32: DeepTest.logger.debug "Syncing #{options.sync_options[:source]} to #{path}" 33: RSync.sync(DRbClientConnectionInfo.new, options, path) 34: end