1 Commits
Author SHA1 Message Date
Kostas ChatzikokolakisandRudolf Polzer b0a2a10852 Add --copy-links, use stat instead of lstat
To properly sync symlinks, use stat instead of lstat, otherwise we get the size
of the link (instead of the file) and we end up constantly re-pushing
everything. Also add a --copy-links/-L option that enables syncing of symlinks,
similarly to rsync.
2018-11-27 13:59:47 -08:00