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