how to backup/restore only single table from/to mnesia?

Viewed 1036

I have some big tables with disc_only_copies type. Now I need change short node name to long but cannot do it with RAM limitation...

Can I use backup/restore database partly (table by table)?

1 Answers
Related