Basically I want to run a script that will
- Check if an upload/download rclone job is currently in progress
- If it isn't it will switch to another mount point (Google Team drive SA key swap)
- If it's in progress it will keep trying every second until it's not and switch
I can do the other steps with a linux script but I just need to figure out how to detect if a transfer is running or not.