README.bayes states that you should do the following for each user: 1) "sa-learn --backup > backup.txt" 2) Modify the local.cf file 3) "sa-learn --restore backup.txt"
Can someone please clarify this for me. I ran step 1 for each user and ended up with separate backup.txt files for each user. When I ran step 3 for the first user's backup.txt, everything went fine, but running it for the second user, all of the first user's data was deleted from the database. Should step 1 be: "sa-learn --backup >> backup.txt" so that each user's database is appended to a single copy of backup.txt? In this case I'd only need to run step 3 once for all users. Or if I've got this all wrong, please clarify what I should be doing to migrate several users' DBM Bayes to a MySQL database. Thanks, Tom