Hi all I am using GCE and now I'm new to bucket. I have tons of pics on my other bucket. I tried copying it as
sudo gsutil cp -R dir dir
it took me 30 mins still didn't finished the file copy so I tried the suggestion which is to use the -m command
sudo gsutil -m cp -R dir dir
it was a lot faster. But I wonder what makes it faster. and what does -m stand for?
Thanks!