# File lib/puppet/util/filetype.rb, line 91
91:         def backup
92:             bucket.backup(@path) if File.exists?(@path)
93:         end