🛠
Outils IT
Accueil
›
Systeme
›
Commandes Linux
← Retour aux outils
🖥 Commandes Linux
Système d'exploitation
🐧 Debian/Ubuntu
🍅 CentOS/RHEL
RSYNC
SCP
ZIP/TAR
Type de synchronisation
Local → Local
Local → Distant (Push)
Distant → Local (Pull)
Source
Destination
Hôte distant (user@host)
Options
-a (archive)
-v (verbose)
-z (compress)
-h (human)
--progress
--delete
--dry-run
--exclude
Patterns à exclure (un par ligne)
Commande générée
📋
Direction
Local → Distant (Upload)
Distant → Local (Download)
Fichier/Dossier local
Hôte distant (user@host)
Chemin distant
Options
-r (récursif)
-P port
-v (verbose)
-C (compress)
-i clé SSH
Port SSH
Chemin clé SSH
Commande générée
📋
Type d'archive
tar.gz (gzip)
tar.bz2 (bzip2)
tar.xz (xz)
zip
7z (7-Zip)
Action
Créer archive
Extraire archive
Lister contenu
Nom de l'archive
Fichiers/Dossiers source
Dossier de destination
Options
-v (verbose)
--exclude
-p (password)
Patterns à exclure (un par ligne)
Commande générée
📋
Installation des outils
apt install -y rsync openssh-client zip unzip p7zip-full
📋