Closed johnsdoes closed 6 years ago
Hmmm, anyone ?
What do you want to remove - .grive auth file or grive itself?
.grive
is a hidden file but you can delete it if you don't want it anymore...
In linux terminal, if you type "type -a grive", it'll point to "/usr/local/bin/grive" Just cd into /usr/local/bin and "sudo rm -R grive"
If anyone asks, I removed it because it didn't recursively sync (-s) a directory. i.e. Sync everything in googledrive://Development/ googledrive://Development/COMPSCI_123/ googledrive://Development/COMPSCI_321/ googledrive://Development/blah/
Not advanced enough to code it in myself... for now =| Thanks for coding it though!
Sorry for that, that was a bad change coming from one of latest PRs. I've undone it - you can recheck, it should sync subdirectories without problem.
By the way about uninstalling:
build/install_manifest.txt
(this file is created by cmake during make install
)
I wanted to use RSYNC, but it keep giving me error .grive cannot be sync. I want to completely remove grive. please