Overview

Computing resources

  1. Callisto: Front-end server for Gitlab/Documentation/Login.
  2. Ganymede: VM server with Continuous Integration.
  3. Jupiter: Back-end storage server (no login allowed).

Backup

Use Callisto as entry-point for storage access with your usual credentials.

Add callisto to your SSH configuration file .ssh/config for convenience:

Host            callisto
Hostname        callisto-cemef.interne.mines-paristech.fr
User            firstname.lastname

Copy your public SSH key:

$ ssh-copy-id -i .ssh/id_rsa.pub callisto

Accept the connection and enter your password.

To save your files use scp on UNIX, or Filezilla on Windows.

scp

Single file:

$ scp results.txt callisto:

Directory:

scp -r Cylinder_3D callisto:

Mind the trailing colon!

Filezilla

Add your contribution here dear Windows user