Created
July 17, 2022 16:35
-
-
Save amoilanen/505a83037ab36de9236713bf00dc9650 to your computer and use it in GitHub Desktop.
Command line to show progress and sync two directories with rsync
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 -ah --progress source_dir/ dest_dir/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment