/ Published in: Bash
Expand |
Embed | Plain Text
# what this does is mirror theDir to originDir cd ~/theDir rsync -vaz ~/originDir .
You need to login to post a comment.
# what this does is mirror theDir to originDir cd ~/theDir rsync -vaz ~/originDir .
You need to login to post a comment.