MStadlmeier / drivesync

Google Drive synchronization for Linux
MIT License
197 stars 26 forks source link

Partial sync #12

Closed alanmilinovic closed 6 years ago

alanmilinovic commented 6 years ago

Is this supporting partial sync of folders?

MStadlmeier commented 6 years ago

Do you mean syncing only specific folders/files? That's possible using the WhiteList / BlackList configuration option. run ruby drivesync.rb config or edit the config file ~/.drivesync/config.yml . The options are explained there in the comments.

junetried commented 6 years ago

That works for me, thanks!