# File lib/backup/syncer/base.rb, line 17 def initialize load_defaults! @path ||= 'backups' @mirror ||= false @directories = Array.new end