Questions tagged [grive]

Grive is a linux tool to sync files between local disk and Google drive.

Grive is an open source linux tool to sync files between local disk and Google drive. It was written because there is no official Google Drive client for linux. It does not watch file modification, and currently does not sync Google documents.

8 questions
2
votes
0 answers

Google Drive app(Grive) do not synchronize all directories

The problem is , after installation Google Drive app(Grive) not all directories and files are beeing synchronized. It is Grive Tools (Version 1.10 beta) on Ubuntu 14.04 LTS x64. In particular to Android synchronization app it works perfectly.
Jacob
  • 14,949
  • 19
  • 51
  • 74
1
vote
1 answer

Upload not working using grive and cron

I'm currently running a small database on a centos 7 server. I've one script for creating backups and another script for uploading them to googledrive using grive. However the script only uploads my files when I run it manually (bash…
user4801315
1
vote
1 answer

How can i build a google drive client app in GNU/Linux

i need to build a Google drive client in any GNU/Linux it should sync files automatically from my directory and to my directory from Google drive it should be client similar to grive
0
votes
1 answer

Trouble Automating Linux (Specifically Raspbian) Scripts

I've been experimenting with Pis for a little while now and am close to completing my first project, I have all the bits working but I'm struggling to put them all together into an automated process. Basically I have a Pi setup to run a fbi…
0
votes
1 answer

How to engage a Resumable upload to Google Drive using google-api-ruby client?

I having issues uploading large files form my Linux Desktop to GDrive (by using Grive which does not offer recovery or even monitoring of larger uploads). So I came up trying to use google-api-ruby to write a small script doing the job. As Google…
-1
votes
1 answer

Grive file sync with compression with password protection

I'm currently setting up a Linux machine that needs to sync files to a Google Drive. I use Grive to achieve this. I currently found 2 bash scripts which already do almost but not quite what I want. Files #!/bin/bash # Config BEGIN #…
-2
votes
1 answer

googledrive or onedrive as localdrive in linux server

I want to access to googledrive or onedrive as local drive or local folder in linux server. I tried to search internet and found grive and syncdrive for linux.are these tools can be used in linux servers? or Do exist simple script for control panels…
-2
votes
3 answers

How to change Grive folder location?

I have Ubuntu 14.04 and I would like to know how to change Grive's default folder location? So far I know that when I create grive via terminal you can tell it which folder with the following instruction : cd /your-folder/grive -a But what I don't…
vashzero
  • 180
  • 1
  • 5
  • 19