Origin by Dan Bricklin
- Organized Manual
- Organized Mechanical
- Volunteer Manual
OpenFoundry Bloggers 是自由軟體鑄造場工作人員交流新知、分享學習心得的非正式園地,主題包括 FLOSS 的趨勢、技術、法律、政策等。這裡的文字,僅是基於個人的想法與經驗,並不代表自由軟體鑄造場的官方立場。
Origin by Dan Bricklin
Grive is the command-line tool, while Grive Tools give you the UI for setup. See http://www.thefanclub.co.za/how-to/ubuntu-google-drive-client-grive-and-grive-tools and http://www.lbreda.com/grive/installation http://www.webupd8.org/2012/05/grive-open-source-google-drive-client.html for reference. add-apt-repository is provided by the software-properties-common package.
sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt-get update sudo apt-get install grive sudo add-apt-repository ppa:thefanclub/grive-tools sudo apt-get update sudo apt-get install grive-tools
For command line environment, first create the folder for sync, run "grive -a" in that folder and follow the link to get authenticate code. Paste the code and the data will sync. Use cron job for "automatic sync".
$ wget --mirror --page-requisites --adjust-extension --no-parent --convert-links --directory-prefix=my_folder http://mysite.com/my_url