mirror of
https://github.com/rclone/rclone.git
synced 2026-05-12 10:03:35 -04:00
Before this change, --conflict-loser pathname assumed --conflict-resolve none, following the legacy behavior prior to v1.66. This produced unexpected behavior when used with a different --conflict-resolve option. This change fixes the issue by ensuring that --conflict-loser pathname looks for the correct name on the side not being renamed, when only one side should be renamed. https://forum.rclone.org/t/bisync-does-not-copy-the-winner-file-to-the-loser-site/53768