I have a riak node that has a lot of data on it but IS NOT part of a cluster, and I have a cluster with 2 nodes with no data on it. The command
backup riak@127.0.0.1 riak /dev/nodebackup.dat all
Does not seem to be working anymore, and the backup that was produced was corrupted. If I add this node to the cluster, will the data then be copied to the other 2 nodes in the cluster? Is there a way where I can force the data to be copied when adding the new node?