One of our customers has an sme server with critical data, but not the discipline and will to make good backups on tape every day.
They now want a backup over internet, using special software. We've been able to install this software and backupped some files.
With this backup we can now backup all the contents of the ibays and I'm pretty sure i can make it to backup a dump of MySQL as well.
However we also want to backup the users, settings and configuration etc of SME itself, in case of complete failure/fire etc.
We can't use the normal backup routines that SME has. We have to backup each important file manually and in case of restore have to copy it back.
For testing I did a 'backup to desktop' on a fresh testserver and found that it makes a backup of the following:
/root/
/home/e-smith/
/etc/samba/
/etc/ssh/
/etc/group
/etc/gshadow
/etc/passwd
/etc/shadow
/etc/sudoers
Now my first question: Is it possible to use these files to get a new server up and running in a short time in case of emergency?
If so, is it also possible to use these files on a new server, that is completely different in Hardware? As in from a Pentium3 to a Intel Xeon dualcore server?
I ask these questions because i tried it with our own server and failed...
I copied these files from our own server and pasted them on the testserver that had a fresh install of SME.
It did appear to work after a signal-event post-upgrade and a signal-event reboot. The users, ibays, settings etc where there. I only had to run the configuration so that the new NICs were properly used.
However when i wanted to go to a shared mapping on the new server, i couldn't log on to it by using a user and password i had migrated. I did get on using admin and the testpassword i had made on the testserver, not the admin password from the original server
So it seems to me that SME has the users migrated well, but Linux doesn't 'know' them...?