Dreaded_Anomaly comments on Useful Things Volunteers Can Do Right Now - Less Wrong

18 Post author: lukeprog 24 September 2011 11:33PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (26)

You are viewing a single comment's thread.

Comment author: Dreaded_Anomaly 24 September 2011 11:51:48PM 8 points [-]

Find a free tool that backs up all your Google Docs, and is available for Mac, Linux, or PC.

Method #1: Use the Google Docs built-in export function. Go to your list of documents, click the check box next to "Actions" in order to select all, then click Actions -> Download. This brings up a menu that allows you to select the file formats for the documents. There is a size limit: "You can export up to 2 GB at a time."

Method #2: Use the Google Docs Download GreaseMonkey script, which produces a page with export links for each of your documents. The DownThemAll! add-on can be used to grab all of the links at once. (Note that this method requires Mozilla Firefox.)

Method #3: Use GDocBackup, a utility which "runs on Windows (tested on XP, Vista and 7), Linux (tested on Ubuntu 8.10 and OpenSuse 11.1) and Mac (tested on OS X 10.5.6)." After making a backup for the first time, this program can download only modified documents for subsequent backups.

Comment author: lukeprog 25 September 2011 12:14:02AM 3 points [-]

GDocBackup: I followed the Mac howto using Mono and the GUI. It works! Thanks!

Comment author: Dreaded_Anomaly 25 September 2011 12:27:06AM 0 points [-]

You're welcome!

Comment author: lukeprog 21 July 2012 08:08:15PM 1 point [-]

07/21/2012 update:

  • Google Docs' built-in export function fails. It doesn't give an error, but it only exports 20-50 documents on each try.
  • The Google Docs Download GreaseMonkey script works, but DownThemAll pauses for 30-90 seconds between each document download, and thus would take days to download all my documents.
  • GDocBackup used to work but now it doesn't.

My current working solution is to use Firefox + GDD + FlashGot + iGetter. When downloading stops working on the iGetter queue, I need to click 'Pause All', wait 10 seconds, then click 'Start Auto.'

Comment author: Dreaded_Anomaly 21 July 2012 08:33:02PM 0 points [-]

I think these failures of previous solutions are due to Google Docs being upgraded to/supplanted by Google Drive. Google Drive apparently has a built-in desktop sync feature, making exporting unnecessary. (Disclaimer: I haven't tried this yet myself.)

There is a company called Backupify which offers a tool that integrates with Google Drive to do an additional backup (rather than just syncing), but their app is listed with a cost of $3/month.

Comment author: lukeprog 21 July 2012 08:58:31PM *  0 points [-]

Yeah.

I also tried the desktop sync feature, but it doesn't actually store local copies of the files in an accessible format. It just means that you can load it up in your browser in 'offline mode' on the particular computer on which you have the Google sync software installed.

Backupify seems like it should work.

Comment author: lukeprog 07 October 2012 12:28:31AM 0 points [-]

Correction: Backupify only works if you use Google Apps. It doesn't work for personal Gmail accounts.

Comment author: fubarobfusco 25 September 2011 01:17:59AM 0 points [-]

If you need scriptability, the GoogleCL command-line tool may be handy, or the underlying gdata-python-client library.