From 409510804ffae7fed83276910ba09af5d14bc427 Mon Sep 17 00:00:00 2001 From: nodiego Date: Fri, 23 Sep 2022 13:26:10 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tuto-Rsync.md b/Tuto-Rsync.md index 22f9ca6..425c958 100644 --- a/Tuto-Rsync.md +++ b/Tuto-Rsync.md @@ -17,7 +17,7 @@ rsync -aADXv --info=progress2 --stats /source/ /destination ## Commandes utiles Sauvegarder le dossier /home avec les droits utilisateurs: ``` -sudo rsync -aADXv --info=progress2 --stats --exclude="lost+found" --exclude=".cache" /home/ /chemin/vers +❯ sudo rsync -aADXlv --info=progress2 --stats --delete --exclude="lost+found" --exclude=".cache" --exclude="go" --exclude="yay" --exclude="Downloads" --exclude="Public" /home/ /chemin/vers ``` Pour restaurer /home il faut inverser les dossier /source/ et /destination. ## Tableau des options