Zed Restore file format
# spicedb
u
hey all, quick one I guess, what file format does
restore
cli func take? i tried same format(yaml) that
import
takes, but no luck
v
It uses the file format generated by zed backup, which should be a binary encoded Format, I think it's avro but I'd need to check
u
ah ok, makes sense, thanks!