# File lib/puppet/util/filetype.rb, line 86
86:     def backup
87:       bucket.backup(@path) if File.exists?(@path)
88:     end