# File lib/backup/archive.rb, line 37 def add(path) path = File.expand_path(path) if File.exist?(path) @paths << path else Logger.warn Errors::Archive::NotFoundError.new("The following path was not found:\n\#{ path }\nThis path will be omitted from the '\#{ name }' Archive.\n") end end