Grive2 provides an independent open source implementation of Google Drive client for GNU/Linux. It uses Google Drive REST API to talk to the Google Drive service. The code is written in C++.
Grive2 simply downloads all the files in your Google Drive into the current directory. After you make some changes to the local files, run Grive2 again and it will upload your changes back to your Google Drive.
Grive2 is a fork of the original “Grive” Google Drive client with the support for the new Drive REST API and partial sync.
Key Features
- Grive2 can do two-side synchronization between the Google Drive and local directory: it can download and upload changed files, create new directories, and move deleted files to trash.
- Dry run: you can see what actions Grive2 wants to perform with your files without really performing them (–dry-run option).
- You can select a single subdirectory to sync with ‘-s subdir’ option or you can exclude some files from sync with ‘–ignore <regexp>’ option. <regexp> has perl regexp
syntax and is matched against local relative path inside synced root directory. Note that –ignore / -s value is remembered by Grive so call grive –ignore ” if you want to sync the whole root after syncing a single subdirectory. - Use multipart uploads (update metadata and contents at the same time) for improved performance & stability.
- Automatic move/rename detection.
- Option to exclude files by perl regexp.
Website: yourcmc.ru/wiki/Grive2
Support: GitHub Code Repository
Developer: Vitaliy Filippov, Nestal Wan, Matchman Green and contributors
License: GNU General Public License v2.0
Grive2 is written in C++. Learn C++ with our recommended free books and free tutorials.
Related Software
| Google Drive Clients | |
|---|---|
| Rclone | Sync files and directories to and from Google Drive and more |
| google-drive-ocamlfuse | FUSE filesystem over Google Drive |
| Grive2 | Fork of the original "Grive" |
| jdrivesync | Simple command line tool |
| Celeste | GUI file synchronization client |
| Drive | Google Drive client for the commandline |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

