# File lib/rudy/metadata/backup.rb, line 128 128: def valid? 129: !@path.nil? && !@path.empty? && @created.is_a?(Time) && !@volid.nil? 130: end