mirror of
https://github.com/rclone/rclone.git
synced 2026-09-24 23:06:13 -04:00
The Move method compared the source and destination paths relative to their own Fs roots, so a server side move between two differently rooted Fs instances on the same remote (as used by --backup-dir and sync moves between remotes) was skipped as "already there" whenever the relative paths coincided. With --backup-dir this destroyed the file which was supposed to be backed up. Compare the full paths including the Fs roots instead.