From 4298178cf5b2bd723de888dddb34914e20206d7d Mon Sep 17 00:00:00 2001 From: nodiego Date: Mon, 5 Sep 2022 03:45:18 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Tuto=20Rsync'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tuto-Rsync.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tuto-Rsync.md b/Tuto-Rsync.md index f660648..8d85dbf 100644 --- a/Tuto-Rsync.md +++ b/Tuto-Rsync.md @@ -4,11 +4,11 @@ Copie intégralement le fichier ou le répertoire source et son contenu vers destination: ``` -rsync -aDv --info=progress2 --stats --delete /source /destination +rsync --aADXv --info=progress2 --stats --delete /source /destination ``` Copie seulement le contenu du répertoire source dans destination: ``` -rsync -aDv --info=progress2 --stats --delete /source/ /destination +rsync --aADXv --info=progress2 --stats --delete /source/ /destination ``` ## Tableau des options