Created
February 14, 2021 01:50
-
-
Save Pablohn26/be32c9594b41cf490f8d17d81c3fd6b8 to your computer and use it in GitHub Desktop.
Fancy rsync progress
This file contains 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 with progress percentage | |
> rsync -ah --no-inc-recursive --info=progress2 source destination |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment