From b3cf165780fa8748cc86597605d71f980738e1a2 Mon Sep 17 00:00:00 2001 From: nodiego Date: Fri, 23 Sep 2022 13:20:26 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Tuto-Rsync.md b/Tuto-Rsync.md index 97dc743..22f9ca6 100644 --- a/Tuto-Rsync.md +++ b/Tuto-Rsync.md @@ -19,6 +19,7 @@ Sauvegarder le dossier /home avec les droits utilisateurs: ``` sudo rsync -aADXv --info=progress2 --stats --exclude="lost+found" --exclude=".cache" /home/ /chemin/vers ``` +Pour restaurer /home il faut inverser les dossier /source/ et /destination. ## Tableau des options | Options | Actions |