# File lib/foreman/export/base.rb, line 46
  def  exportexport
    error("Must specify a location") unless location
    FileUtils.mkdir_p(location) rescue error("Could not create: #{location}")
    chown user, log
    chown user, run
  end