Created
March 21, 2019 13:25
-
-
Save vertexvaar/e13cc82c81215c68fab4e93abd93c96b to your computer and use it in GitHub Desktop.
rsync example command to sync a folder with a progress bar for the complete transaction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rsync --exclude '*.zip' \ | |
| --exclude '*.ZIP' \ | |
| --exclude=_processed_ \ | |
| --info=progress2 \ | |
| --max-size=2M \ | |
| -azO \ | |
| -e ssh \ | |
| $(SYNCSERVER):$(SYNCFOLDER)/fileadmin/ Web/fileadmin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment