Raveen Kumar

rsync is weird, does not sync "tags" directory

For whatever reason rsync decided not to sync tags directory since it is ignored in CVS mode. Took a lot time to figure out the problem. Finally this command works correctly.

--include used to sync everything, despite ofthe cvs option, -C. But removed in this command.

	rsync -av --delete --checksum --copy-links -rPuzhi ./public/ root@raveenkumar.xyz:/var/www/raveenkumar/

#Rsync #Linux #Command-Line