3

I'm new to Ubuntu (I hope I'll survive with the apps limitations).

I'm looking for way/client (Free) to sync with some directories of my Google drive, is it possible?

I found some clients (e.g. insync) but you should pay for their service. Also, the other available apps, you won't be allowed to sync part of Drive (only the whole directory).

Minions
  • 176

1 Answers1

1

You can mount Google Drive on Ubuntu using ocamlfuse via Nautilus.
But this does not provide syncing

GUI Sync tool:
Open source GUI tool for GDrive sync : ODrive
There is a snap package for Odrive sudo snap install odrive
Dunno if you can select a specific drive folder for sync

CLI Tool:
Open source CLI tool for clouds rsync : RClone
RClone usage for Google Drive: https://rclone.org/drive/
It can select a specific drive folder for sync

cmak.fr
  • 8,696