timlitw
> ....highly modifed sme 5.6 server.....wondering if
> someone had made an automated procedure to do that.
Have you considered just to run the upgrade and see what happens. There are some upgrade processes that happem that will move your users and config over smoothly to a 6.0.x box. It is a supported upgrade path,
Theoretically you should remove many of the add on contribs that are not compatible with 6.0.x.
You can check to see if newer versions are available for 6.0.x and remove those first, this avoiding problems before they happen
rpm -e packagename
A lot of other custom config changes may work OK as 5.6 and 6.0.x have a lot of similarities conceptually, depends on what mods you have made.
Generally though it would be wise to temporarily remove any custom templates before the upgrade and replace them after the upgrdae, one by one to see if they break anything.
Ensure you have a good backup though first.
You could then do a backup from the upgraded 6.0.x box and transfer that to the new 6.0.x box using backup2ws and restore. See below.
> I tried doing a backup to desktop ... failed at around 2 gigs.
A search on backup would have found this info quite easily.
The included backup to desktop has issues when the resultant backup file is greater than 2Gb. In that case install backup2ws contrib (get the right version for sme 5.6) and specify a size limit less than 2Gb and the backup2ws will split the backup file into multiple parts, as if it is one large file in many pieces.
Choose the Disaster Recovery 911 backup job to backup all config, users and data on your server, don't do a backup of all file systems as this won't work correctly upon restore.
Use that to restore to your new machine with backup2ws contrib installed also. It may take a few hours to complete though.
> I've found a howto to move users and passwords
> which was the one that I wanted to automate the most
There is one at techgeeks and also there are the LAT tools contrib to do that which both appear to work.