flb wrote:
The setup files are the same the binaries are different. You need a tar or rsync copy of /etc or any other directories you want to that may have .conf files. If your running mysql..and you want to preserve the database you will have to backup and restore the database also.
32 and 64 bit .conf files are the same.
There may be some sub-directories you want a copy of. That's why I suggested tar or rsync.
Fred-
You need to be careful with /etc, however. Not only does it contain config files but it also contains processed data (eg db/dbm/hash files) which may not necessarily be bit-size independent. Many of these can be regenerated from the config file, but you need to know about them.
Further some config files may refer to directories such as /application/lib64/mylib.so (eg when referring to plugins) which won't exist in the 32bit version. One such location could be a customised PAM setup.
I'd be very very cautious about overwriting /etc when converting from 64bit to 32bit as a result.
If I was going to do this then I'd consider getting a _second_ linode for a month, building it from scratch and verifying it works as required, then switch DNS to the new linode and cancel the first. Basically a "swing server" and a fresh build.