# File lib/backup/database/base.rb, line 18
      def initialize(model)
        @model = model
        load_defaults!
      end