Skip to content

Instantly share code, notes, and snippets.

@kcassam
Last active August 29, 2015 13:56
Show Gist options
  • Save kcassam/9072713 to your computer and use it in GitHub Desktop.
Save kcassam/9072713 to your computer and use it in GitHub Desktop.
Synchroniser le contenu du dossier application dans le dossier application
rsync -rtavzP /folder/application/ ftpdata@'PWWWWLUX-1':/folder/application/
Synchroniser(copier) le dossier application dans le dossier folder
rsync -rtavzP /folder/application ftpdata@'PWWWWLUX-1':/folder/

La différence : la présence du slash à la fin du membre de gauche.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment