Closed cjohansson closed 5 years ago
If the remote path is using a symlinked directory like in /home/www where www -> public_html the recursive difference function will not resolve filenames correctly. Remote path should use truename to solve this
/home/www
www -> public_html
Resolved in this commit
If the remote path is using a symlinked directory like in
/home/www
wherewww -> public_html
the recursive difference function will not resolve filenames correctly. Remote path should use truename to solve this