Created
February 8, 2013 14:50
-
-
Save stalmok/4739455 to your computer and use it in GitHub Desktop.
Synchronize directories. With `-n` files aren't actually moved - just prints the expected output of the operation.
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 -n -u --stats --progress /home/user/test/1/* /home/user/test/2/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment