google-drive-ocamlfuse icon indicating copy to clipboard operation
google-drive-ocamlfuse copied to clipboard

Persist cache between mountings / reboots

Open Maxispark opened this issue 4 years ago • 2 comments

I'm looking to have ocamlfuse behave similarly to the Google Drive sync app on Windows where:

  1. Cache persists locally when rebooting This is so that I don't have to redownload several gigabytes every time the Google Drive gets remounted
  2. Updates with changes upon mounting This appears to be the case currently, but effectively it would apply to the persisted cache. i.e. it will only download files that have changed to update the locally persisted cache

Maxispark avatar Jan 10 '21 12:01 Maxispark

If you need a full sync, you should use something like rclone or drive.

astrada avatar Jan 10 '21 18:01 astrada

I want this too, but I don't want full sync.

philip-bl avatar May 10 '22 15:05 philip-bl