# File lib/blimpy/box.rb, line 276
    def can_rsync?
      @can_rsync ||= ssh_into('-q', 'which rsync > /dev/null')
    end