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) […]
Recent Comments