will define all of the switches
-a is an alias for -rlptgoD, and -v just means verbose
You already have -rt in your new command, so the ones you're missing are:
-l copy symlinks as symlinks
-p preserve permissions
-g preserve group
-o preserve owner
-D preserve device and special files
Assuming you have no symlinks, devices, or special files, the only things you'll be missing are the owner, group, and permission retention, which sounds like it's a problem anyway (probably due to the way the share is being mounted). So you're fine. If you want more verbosity you could add -v or --progress to the command as well.