# File lib/rhc/servers.rb, line 179
    def backup
      FileUtils.cp(path, "#{path}.bak") if File.exists? path
    end