Outils pour utilisateurs

Outils du site


bms:infomaniak:server-cloud:unmanaged:home

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
bms:infomaniak:server-cloud:unmanaged:home [2022/01/23 17:26] – Mandatory actions tcandalebms:infomaniak:server-cloud:unmanaged:home [2024/09/14 21:00] (Version actuelle) 195.68.6.6
Ligne 5: Ligne 5:
   - SSH connexion: <code>ssh -i ~/.ssh/<private key file> debian@<server IP></code>   - SSH connexion: <code>ssh -i ~/.ssh/<private key file> debian@<server IP></code>
 ==== Mandatory actions ==== ==== Mandatory actions ====
-  - Mount the storage disk<code>fab -H debian@<server IP> -i ~/.ssh/<private key file> format-storage-to-xfs</code>+  - Copy a SSH public key to the server 
 +  - Update ''~/.ssh/ssh_config'' 
 +  - Mount the storage disk<code>fab -H <server IP> format-storage-to-xfs</code> ou <code>fab -H <server IP> format-storage-to-ext4</code> 
 +  - Open the necessary ports 
 + 
 +=== Backup === 
 +  - Install ''rclone'' <code>fab -H <server IP> install-rclone</code> 
 +  - In Infomaniak create a storage space whose type is ''swift'' 
 +  - Configure ''rclone'' <code>rclone config</code> 
 +  - Input the right values. [[https://www.infomaniak.com/fr/support/faq/2285/swiss-backup-sauvegarder-un-serveur-linux-avec-rclone|More information here]] 
 + 
 +===== Warnings ===== 
 +  * There is a firewall which blocks all ports by 22 by default. 
 + 
 +===== Usefull ===== 
 + 
 +==== Rename hostname ==== 
 +  - Change the hostname: edit ''/etc/hostname'' 
 +  - Update ''/etc/hosts'' if necessary 
 +  - Apply the New Hostname: ''sudo hostnamectl set-hostname <new-name>'' 
  
bms/infomaniak/server-cloud/unmanaged/home.1642955165.txt.gz · Dernière modification : 2022/01/23 17:26 de tcandale