Changes

Jump to navigation Jump to search
304 bytes added ,  20:06, 27 June 2021
Line 242: Line 242:  
#smeserver-webhosting
 
#smeserver-webhosting
   −
=== Restore ===
+
=== Restauration ===
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.
+
La première étape consistera simplement à utiliser la restauration de la console avec le fichier smeserver.tgz obtenu. Nous attendons de vous que vous gériez le transfert soit à l'aide d'un disque USB, soit en ayant utilisé sshfs et déjà monté une partition supplémentaire de votre nouveau serveur sur votre ancien pour créer votre archive.
   −
Second use the configuration console to fixe any changes needed on network card or IP, domain name...
+
Deuxièmement, utilisez le menu configuration du mode console pour apporter les modifications nécessaires de la carte réseau ou de l'IP, du nom de domaine, ...
   −
Third you can use the saved list of rpm to try to install your contribs and other missing things
+
Troisièmement, vous pouvez utiliser la liste enregistrée des paquets pour essayer d'installer vos contributions et d'autres éléments manquants :
    
   yum install --enablerepo=smecontribs `cat /root/contribs`
 
   yum install --enablerepo=smecontribs `cat /root/contribs`
 
   yum install --enablerepo=smecontribs `cat /root/rpmsextra`
 
   yum install --enablerepo=smecontribs `cat /root/rpmsextra`
You can also enable the needed repo depending on what you would have : epel, fws, ....
+
Vous pouvez également activer les dépôts nécessaires en fonction de ce que vous aviez : epel, fws, ....
   −
Fourth, you can start a rsync for the missing bits
+
Quatrièmement, vous pouvez démarrer un rsync pour les éléments manquants :
 
   rsync -arv root@oldsme:/home/e-smith/files/ibays/ /home/e-smith/files/ibays
 
   rsync -arv 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 -arv 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 -arv 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 -arv root@oldsme:/home/e-smith/files/nextcloud home/e-smith/files/nextcloud
or simply
+
ou simplement :
 
   rsync -arv root@oldsme:/home/e-smith/files/ /home/e-smith/files
 
   rsync -arv root@oldsme:/home/e-smith/files/ /home/e-smith/files
Some might enjoy to get back their old log too
+
Certains pourraient apprécier de récupérer aussi leurs anciens journaux,
   −
then you should be good to enjoy your new server....
+
alors vous devriez être prêt à profiter de votre nouveau serveur...
    
=== Uninstall ===
 
=== Uninstall ===
3,054

edits

Navigation menu