Line 48: |
Line 48: |
| </tab> | | </tab> |
| <tab name="For SME 9"> | | <tab name="For SME 9"> |
− | wget https://viewvc.koozali.org/smecontribs/rpms/smeserver-migratehelper/contribs10/migratehelper.sh -O /usr/bin/migratehelper.sh | + | wget http://viewvc.koozali.org/smecontribs/rpms/smeserver-migratehelper/contribs10/migratehelper.sh -O /usr/bin/migratehelper.sh --no-check-certificate |
| </tab> | | </tab> |
| </tabs> | | </tabs> |
Line 212: |
Line 212: |
| smeserver-sme8admin | | smeserver-sme8admin |
| smeserver-sme9admin | | smeserver-sme9admin |
| + | smeserver-smeadmin |
| + | smeserver-softethervpn-server |
| smeserver-sysmon | | smeserver-sysmon |
| smeserver-tftp-server | | smeserver-tftp-server |
Line 257: |
Line 259: |
| First step will be to simply use the console restore with the obtained smeserver.tgz. We expect you handle the transfer either using a USB disk, or by having used sshfs and already mounted one extra partition of your new server to your old to create you archive on. | | First step will be to simply use the console restore with the obtained smeserver.tgz. We expect you handle the transfer either using a USB disk, or by having used sshfs and already mounted one extra partition of your new server to your old to create you archive on. |
| | | |
− | Second use the configuration console to fixe any changes needed on network card or IP, domain name... | + | Second use the configuration console to fix any changes needed on network card or IP, domain name... |
| | | |
| Third you can use the saved list of rpm to try to install your contribs and other missing things | | Third you can use the saved list of rpm to try to install your contribs and other missing things |
Line 266: |
Line 268: |
| | | |
| Fourth, you can start a rsync for the missing bits | | Fourth, you can start a rsync for the missing bits |
− | rsync -arv root@oldsme:/home/e-smith/files/ibays/ /home/e-smith/files/ibays | + | rsync -aArv root@oldsme:/home/e-smith/files/ibays/ /home/e-smith/files/ibays |
− | rsync -arv root@oldsme:/home/e-smith/files/shares/ /home/e-smith/files/shares | + | rsync -aArv root@oldsme:/home/e-smith/files/shares/ /home/e-smith/files/shares |
− | rsync -arv root@oldsme:/home/e-smith/files/users/ /home/e-smith/files/users | + | rsync -aArv root@oldsme:/home/e-smith/files/users/ /home/e-smith/files/users |
− | rsync -arv root@oldsme:/home/e-smith/files/nextcloud home/e-smith/files/nextcloud | + | rsync -aArv root@oldsme:/home/e-smith/files/nextcloud home/e-smith/files/nextcloud |
| or simply | | or simply |
− | rsync -arv root@oldsme:/home/e-smith/files/ /home/e-smith/files | + | rsync -aArv root@oldsme:/home/e-smith/files/ /home/e-smith/files |
| Some might enjoy to get back their old log too | | Some might enjoy to get back their old log too |
| | | |