I like Google Drive. But, there is a problem with it crashes in certain scenarios. If you import too many files to it, like 5000+, before you let it finish syncing, it tends to crash. This was pretty frustrating when I wanted to move the files from dropbox to Google Drive. So I created a little perl script which slowly moves the files into the Google Drive directory. It’s available as a gist at github. You need the File::Copy::Recursive module installed. It is run like:
slowmove.pl
slowmove.pl /cygwin/d/dropbox/ /cygwin/d/gdrive/ 1 100 2
Recent Comments