copy of all apps stack and tech stack
We usually do CP- RH or tar to copy our whole apps tier from source to destination. Can I use rsync? if yes then what about switches to use so that no symbolic link will break, I came to know that rsync is much faster as it does incremental changes to the destination after 1 time full copy.
Regards.