rsync Ubuntu
Using Rsync to Sync Local System
his puts folder A into folder B:
rsync -avu --delete "/home/user/A" "/home/user/B"
If you want the contents of folders A and B to be the same, put /home/user/A/ (with the slash) as the source. This takes not the fold...
blog.andrizan.com2 min read