# File lib/backup/syncer/cloud.rb, line 49
      def perform!
        Logger.message("#{ self.class } started the syncing process:")

        directories.each do |directory|
          SyncContext.new(directory, repository_object, path).
            sync! mirror, concurrency_type, concurrency_level
        end
      end