# File lib/rudy/metadata/backup.rb, line 74 74: def name 75: sep = File::SEPARATOR 76: dirs = @path.split sep if @path && !@path.empty? 77: unless @path == File::SEPARATOR 78: dirs.shift while dirs && (dirs[0].nil? || dirs[0].empty?) 79: end 80: # Calls Rudy::Metadata#name with backup specific components 81: super [dirs, date, time, second] 82: end