August 2018
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Categories

August 2018
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

rsync increment data

command will copy increment data and keep it in sync with remote server.

It will copy only incremental data. It will delete if any data deleted from source. It will copy again from source if any data deleted at destination. basically this command will keep the both environment in sync.

rsync -avWe ssh –delete-before (source) […]