Thank you for all your help thus far. I think the issue was that somehow, when I did the initial rsync copy, the time for a bunch of the files was set 1 year into the future. I'm not sure if was because I initially used FTP, an older version of rclone, or what caused it. Speculation or thoughts would be appreciated. That meant it was trying to copy them back to my phone when I did the rsync bisync --resync. Using the --size-only flag fixed this issue. I wondered how I could get the dates correct. I did it without the --size-only flag. I lost some data that had been added since the initial copy, but --size-only is no longer needed.
Apparently, rclone bisync src dest is different than rclone bisync dest src. rclone bisync will sync a few of the same files over again if I sync src and dest. I still need to investigate the modtimes. I created a new topic for this since the errors and symptoms are different.