rsync
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| rsync [2026/01/23 08:16] – Gerald F | rsync [2026/01/23 08:24] (Version actuelle) – Gerald F | ||
|---|---|---|---|
| Ligne 4: | Ligne 4: | ||
| rsync -avz / | rsync -avz / | ||
| </ | </ | ||
| - | * Synchro en mode miroir (suppression des fichiers absents de la source) - option **--delete** : | + | * Synchro en mode miroir (suppression des fichiers absents de la source) - option **delete** : |
| < | < | ||
| rsync -avz --delete /local/ user@host:/ | rsync -avz --delete /local/ user@host:/ | ||
| </ | </ | ||
| - | * La même chose mais dans un tunnel **SSH** | + | * Autres options |
| < | < | ||
| + | -P = affichage d'une barre de progression | ||
| + | --exclude=' | ||
| + | </ | ||
| + | * Synchro au travers d'un tunnel **SSH** - option **ssh -p** : | ||
| + | < | ||
| + | rsync -avzP --exclude=' | ||
| </ | </ | ||
rsync.1769156182.txt.gz · Dernière modification : de Gerald F
