Rclone uploading twice

It seems my rclone setup is uploading things twice as my network moniter shows twice as much upload as download. Anything you guys can tell from this information?

Drive layout Goes Gdrive->Cache->Crypt

the mounting looks like
mount
–config /home/yourusername/.config/rclone/rclone.conf
–allow-other
–cache-info-age 5m
–cache-writes
GdriveCache: /mnt/Gdrive

and for the crypt the mount looks like
mount
–config /home/yourusername/.config/rclone/rclone.conf
–allow-other
Gdrive_Crypt:/mnt/Gdrive_Crypt


rclone config looks like


Name Type
Gdrive drive
GdriveCache cache
Gdrive_Crypt crypt

Check the logs is what I’d recommend…

That sounds like the way to go, didnt know everything was logged. Im on Ubunutu 16.04. Is there a default directory that the logs are put in?

Edit: figured out the logging walking through that now.