# File lib/backup/syncer/rsync/local.rb, line 27 def perform! Logger.message( "#{ syncer_name } started syncing the following directories:\n\s\s" + @directories.join("\n\s\s") ) run("#{ utility(:rsync) } #{ options } " + "#{ directories_option } '#{ dest_path }'") end