This message was deleted.
# random
a
This message was deleted.
b
The snapshot should be in
/opt
the file will have the date appended to it so the reason the find command didn't work is because there won't be a literal file called 'first-snapshot' I would use a wildcard (*) in the find command to find it so like:
find / -name "first-snapshot*" 2>/dev/null
❤️ 1
b
Thanks
@bulky-sunset-52084 Would you please tell me the root cause of
invalid memory address or nil pointer
error I got? I don't know what the problem is?
b
That could be a lot of things. it could be RKE. It could be your OS. It could be the OS you're running rke snapshot-save from. More context is needed here. this is a very generic memory error...