I've got a backup of the production server data(obtained as piartool -backup [path to write to]), as well as an PI points lists that could be imported easily. I import the tag list to my development machine server, replace its archives with a backup one, and restart all the services. The result is that the are no point history, no values at all, and the server gets into some previous posts problem - when a write operation occurs, it replaces the same value instead of creating new values. I presume that something is wrong with this restoring sequence I used. What is the correct way to restore the production archives on development machine?
Thanks in advance.