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