-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
26 lines (21 loc) · 894 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Mike Nicholaides
CS338 Final Project - GDocs Backup
This application backs up your Google Docs files to your hard drive.
It will create a folder in your $HOME called gdocs-backup.
To use this application, you'll need a Google account.
If you don't have one already, you can get one here:
https://www.google.com/accounts/NewAccount?continue=http%3A%2F%2Fwww.google.com%2F&hl=en
Once you create an account, go to http://docs.google.com and create at least
1 document.
To run on your machine
----------------------
download and unzip http://www.cs.drexel.edu/~nmn25/GDocsBackup.zip
run the jar file, via
java -jar GDocs\ Backup.jar
or
double click GDocs Backup.jar
To look at the source
---------------------
on your computer: http://github.com/nicholaides/gdocs-backup/tarball/master
online: http://github.com/nicholaides/gdocs-backup/tree/master