# File lib/chef/resource/file.rb, line 42 def backup(arg=nil) set_or_return( :backup, arg, :kind_of => [ Integer, FalseClass ] ) end