> if the two machines use the SAME db version, then yes. > > if they use different, the trick is to use db_dump on the primary > machine and then db_load on the secondary to convert everything > to its own version of db. >
Beware... this doesn't always work. I ended up having to trash my corpus, install the same version of Berkeley on all machines and then start from scratch. I don't know if it was because I was moving the file from an OpenBSD machine to a RedHat machine, but db_load just wouldn't cooperate for me.