# File lib/chef/provider/cookbook_file.rb, line 88
      def backup_new_resource
        if ::File.exists?(@new_resource.path)
          backup @new_resource.path
        end
      end