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 |