One Google Drive To Rule Them All

I was an early adopter of Google Drive.  It was added to my domain the first day it was available, even though I have used, and continue to use other cloud storage solutions.  Microsoft Live Mesh has been my main syncing service for more than four years.  Mesh will sync folders of any size outside of the cloud.  This enables me to sync hundreds of gigabytes of photographs across three computers.

But Google Drive excels at sharing files with other people.  If your school uses Google Apps For Education (GAFE), each user in your domain can have five gigabytes of free cloud storage.  This free service is available to every teacher and every student in your district. We use GAFE at The University of Findlay.  I also use Google Apps with the private domain where I publish this blog.  In addition to that, I have a generic Gmail account which has its own Google Drive.  In all, I have three different Google Drive accounts that I actively use.

It is not a problem to switch between my Google Drives using a browser.  I do this all the time.  The potential problem is the Google Drive App.  The app will only connect to one account.  If you disconnect from one account, all the information must be removed from the sync folder before you can sync to a different account or re-sync to the original folder.

Despite the multiple-account syncing problem, you should be using the Google Drive App.  The app provides a way for you to keep all your files in a folder on your computer’s hard drive and sync additions, deletions or edits of those files to the cloud.  The Google Drive App gives you a free duplicate copy of your files in the cloud.  You only get five gigabytes for free, but that will go a long way as long as you don’t try to backup your music, videos or too many photographs.  Plus, I am about to explain a way that you can get ten times as much Google Drive storage at little or no cost.

There is a way to use one master account to access all your other accounts using either your browser or the Google Drive App.  It requires a small amount of file management and some dragging and dropping.  Here is how I connected my Findlay account and my TrustyETC domain account to my master account.  My master account uses the Google Drive App, so the contents of all three accounts are copied directly to my computer’s hard drive.

Open one of your subordinate accounts in a browser.  To make sharing easy, create one folder in the subordinate account and then move all the contents of the account into that one folder.

Here is my UFindlay account after the above has been completed.  Notice there is only one folder and that folder is named in a way that is easily identifiable as my Findlay account.

 

 

 

 

 

 

 

If you open this one folder, you will see all the files I have been working on for the last few years.  These date back to my original Google Docs before Google Drive was around.

 

 

 

 

 

 

 

 

 

 

I did the same with my TrustyETC Google Drive.

 

 

 

 

 

 

 

 

Each of the above folders should be shared with edit rights with your master account.  I used the email option to share the subordinate with the master account.  This will cause the subordinate accounts to show up in the master account.  To get the subordinate accounts into the master account’s Google Drive App folder, the shared folders must be dragged to My Drive in the master account.  After each account is dropped there, the shared folders will show up in the main directory (not just in the shared directory) of the master account.

 

 

 

 

 

 

 

When those subordinate accounts are dropped into the master My Drive, all folders from the shared accounts will be synced to your hard drive through the Google Drive App.

 

 

 

 

 

 

Here’s the bonus.  Each account has five gigabytes which is calculated independently of the master account.  In other words, my Google Drive just went from five gigabytes to a possible fifteen gigabytes.  I have not been able to find a limit on this sort of chained storage in the Google Drive documentation.

There is a way to get 50 gigabytes of Google Drive for next to nothing.  If you own a domain, connect it to Google Apps For Business.  The connection is free and comes with ten free accounts for your domain.  Each account gets five gigabytes of free storage.  I am sure all ten accounts could be connected to one master account for a total of 50 gigabytes of cloud storage.

Happy Googling!

Posted in edtech, efficiency | Tagged , , , | 1 Comment

Fusion Tables – Ohio School Building Designations

The Ohio Department of Education posts an assortment of spreadsheets showing academic data from Ohio schools. Most of the data is available in Excel format. Using this spreadsheet, I generated the map below using Google’s Fusion Tables tool. For more information about a specific school building, click on it.

The full screen version is here.

Posted in edtech | Tagged , , , , , , , , | 2 Comments

Automatic Backup with FreeFileSync

Several years ago I wrote this post about my daily backup process. I used SyncToy for many years, but after I accumulated several terabytes of data, it was getting too slow. With SyncToy it was taking twelve hours to finish my nightly backup. I did not know if SyncToy was slow, or if I just had too much data.

I did a little research and found some free alternatives. I wanted a solution that worked in a way similar to SyncToy. I did not want a backup utility that created a “backup file” that had all my files in it. It is more difficult to extract files out of a backup, especially when you want just one file. I needed a tool that copies each of my files to an external hard drive, one file at a time. I can take a backup drive on the road with me and have everything from my main computer on a portable USB drive.

I tried several programs and was most satisfied with FreeFileSync. The initial backup took eight hours, but it takes a while to copy several terabytes of data no matter what utility is used. After the initial backup, FreeFileSync does the nightly backup in less than an hour. That is about ten times faster than SyncToy was operating.

FreeFileSync also does versioning. This prevents the accidental loss of a file that is edited or updated. Let me explain why this is important. Last Monday I took a picture with my 5D digital camera. The original was 21 megapixels and was a 2×3 rectangle. On Monday night the original file was backed up during my routine nightly backup. On Tuesday I edited the picture for a project in which I needed a square 400×400 pixel picture for a web page. On Tuesday night FreeFileSync noticed that my original picture had changed from a 21 megapixel rectangle to a 0.16 megapixel square. Since the original was backed up on Monday, FreeFileSync took the original and saved it as an old version and then made a backup of the new smaller file. I have the original and the new edited version. If you have ever lost a resume, paper for a project or anything else because of editing, versioning can save you from re-doing the whole project.

Here is how FreeFileSync works.

 

Using a “left” and “right” model, the original files are on the left. The original and backup folders can be dragged into the interface. After selecting the folders, the Synchronize button will sync the two sides. Clicking the green gear icon opens the synchronization settings window.

I use the Update option. This copies the new files on the left side to the right side. I also use Versioning in the Deletion Handling section. Before a file on the right side is over-written, the old version is placed in the Versioning folder. Each day a new version folder is created with a date stamp. If you edit a file every day, you will get a new version every day. Since hard drive space is cheap, I usually keep my old versions forever, but they could be deleted at any time.

When everything is setup, save your settings.

This creates a batch file that can be setup as an automatic process using the Windows Task Scheduler.

 

 

 

 

In Task Scheduler, create a Basic Task with

“C:\Program Files\FreeFileSync\FreeFileSync.exe”

as the program and

“C:\Users\ValuedUser\Batch Files\SyncSettings.ffs_gui”

as the optional added argument. Is it critical that both of the above options be inside double quotes.

Finally, automation is the key to any good backup plan.  If you are required to manually initiate your backup utility, you will forget and ultimately you will lose your files.  My backup happens automatically every night after I go to bed. My computer does more while I sleep than many people do all day long.

Posted in edtech | Tagged , , , , | Comments Off on Automatic Backup with FreeFileSync

4×3 vs 16×9

If you are making a PowerPoint with captured screens, watch this 3 minute video. It shows how you should adjust your screen so that the window you are capturing is the proper 4×3 ratio for PowerPoint.

Posted in edtech, presentation | Tagged , , , | Comments Off on 4×3 vs 16×9

Cedar Point’s Millennium Force

Here is a quick video captured with my smartphone while waiting in line for the Millennium Force, the best roller coaster in the world! The first drop is over 300 feet and the train is usually going faster than 92 miles per hour at the bottom.

http://www.cedarpoint.com/rides/Roller-Coasters/Millennium-Force

Posted in leisure | Tagged , , | Comments Off on Cedar Point’s Millennium Force