We moved a 600 GB Vimeo library to Google Drive — here's how long it took
Image placeholder
Benchmark hero image
A comparison chart or simple bar graph: two horizontal bars labeled 'Browser mode: ~14 hours' and 'Server mode: 34 minutes'. The server-mode bar is visually much shorter. Can include small video file icons. Monochrome or minimal two-tone. Could also be a clean photo of a stopwatch or timer.
We get the same question often: "How long will it take to move my whole Vimeo library?" The honest answer is "it depends on three things: the size, the mode you pick, and Vimeo's API rate limits." But that's not a satisfying answer, so we ran a real benchmark and wrote it up.
The setup
We took a test Vimeo account containing 147 videos totaling exactly 600 GB at source quality. The videos ranged from 30-second clips to 4-hour recordings. Destination: a Google Drive with ~2 TB of free space. We ran the transfer twice: once in browser mode on a 200 Mbps home connection, and once in server mode.
Browser mode: ~14 hours
In browser mode, every video streams from Vimeo's CDN through the user's browser tab and into Google Drive. The bottleneck is the user's upload bandwidth and how consistently their browser stays focused — the tab has to stay open, the laptop can't sleep.
For our 200 Mbps connection (which typically measures closer to 180 Mbps for sustained uploads), 600 GB worked out to roughly 14 hours of wall clock time. We ran it overnight and it was done by morning. Perfectly viable for a one-off migration, but painful if you need to do it during a workday.
Server mode: 34 minutes
In server mode, our infrastructure streams videos directly from Vimeo's CDN to Google Drive at data-center speeds. Our servers sit in a well-peered DC with multi-gigabit bandwidth, so the bottleneck stops being our connection.
Same library, server mode: 34 minutes. A 25× speedup.
Try it now
Want numbers for your own library?
Run the first 10 files free and see the speed firsthand.
Try the tool→The real bottleneck
At 34 minutes for 600 GB, the bottleneck wasn't bandwidth — our servers can handle more than that. The bottleneck was Vimeo's API rate limits. Every video requires a metadata call plus a file URL call, and those calls are throttled per token. For accounts on lower Vimeo plans, you hit the ceiling faster.
On an Advanced or Enterprise Vimeo plan, the same library would probably move in 15-20 minutes. On Starter, you might see it closer to an hour. The actual file transfer is the fastest part; negotiating with the Vimeo API is what takes time.
What this means for you
If your library is under ~100 GB, both modes work fine and the choice is about convenience (close the tab vs don't). If your library is over ~500 GB, server mode stops being optional — waiting 14 hours for browser mode is fine for one laptop, torturous for planning around a real workday.
For anything over a terabyte, server mode is the only reasonable option. And that's why it exists.