Rclone sync seems to have stopped working with no errors

sync was working fine for me a few days ago when i tried syncing contents from a windows share to team drives. When attempting to do the same on another share using:

rclone sync \server_name\volume$\root_share\share_name Marketing: --log-file filename.txt

It immediately just finished but nothing was copied over. I added -vvv to the command and this was the output:

2017/12/03 06:28:26 DEBUG : rclone: Version “v1.37” starting with parameters [“rclone” “sync” “\\hasfiles\e$\hasfiles\Marketing” “Marketing:” “–log-file” “c:\users\x9lia\desktop\marketing.log” “-vvv”]
2017/12/03 06:28:26 INFO : Google drive root ‘’: Modify window is 1ms
2017/12/03 06:28:27 INFO : Google drive root ‘’: Waiting for checks to finish
2017/12/03 06:28:27 INFO : Google drive root ‘’: Waiting for transfers to finish
2017/12/03 06:28:27 INFO : Waiting for deletions to finish
2017/12/03 06:28:27 INFO :
Transferred: 0 Bytes (0 Bytes/s)
Errors: 0
Checks: 0
Transferred: 0
Elapsed time: 600ms

2017/12/03 06:28:27 DEBUG : Go routines at exit 6
2017/12/03 06:28:27 DEBUG : rclone: Version “v1.37” finishing with parameters [“rclone” “sync” “\\hasfiles\e$\hasfiles\Marketing” “Marketing:” “–log-file” “c:\users\x9lia\desktop\marketing.log” “-vvv”]

Any ideas?

nvm, looks like someone created a duplicate team drive. I had to go rename the new one to something else, delete my existing remote and recreate it.