# File lib/backup/model.rb, line 105 def archive(name, &block) @archives << Archive.new(self, name, &block) end