As per this article, I am able to get nautilus integration with google drive and can manually copy files into google drive via the GUI, however I would like to be able to write a small shell script to do backups periodically via cron
. I cannot seem to find where this is actually mounted?
Via nautilus I see it at google-drive://my.email@gmail.com/
however am a bit confused how this is actually connected/mounted so nautilus can see it and where I can cp
files to?
@reboot sleep 30 && google-drive-ocamlfuse -o allow_other ~/google/
– EODCraft Staff Dec 01 '18 at 21:05-o allow_other
is necessary. Authorization Step is Here...https://github.com/astrada/google-drive-ocamlfuse/wiki/Authorization – EODCraft Staff Dec 01 '18 at 21:12nautilus
, is there not a way to do this without using a third party application? Given that I am usingUbuntu 18.04
which has built in support viaSetting -> Online Accounts -> Google
– mgilbert Dec 02 '18 at 17:03