Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Files on-demand Desktop client #17

Closed
service-paradis opened this issue Oct 18, 2017 · 19 comments
Closed

Feature Request: Files on-demand Desktop client #17

service-paradis opened this issue Oct 18, 2017 · 19 comments

Comments

@service-paradis
Copy link

service-paradis commented Oct 18, 2017

Google just launched Drive File Stream.

It would be nice to enhance Nextcloud desktop client to access files on demand.

@service-paradis
Copy link
Author

owncloud/client#4341

@pieter-groeneweg
Copy link

I would like to see this reopened.

  1. The link is to owncloud client, not nextcloud client.
  2. This feature would sure make things easier on small windows devices like 2in1s..

@withhawaii
Copy link

+1

2 similar comments
@alexknobbe
Copy link

+1

@thiesschneider
Copy link

+1

@AndrewBucklin
Copy link

DropBox also has this now with "selective sync".

ExpanDrive just released this feature in their product (they call it “offline-sync mode”).

ODrive has had this feature for a while (they call it "progressive sync").

I’d be over the moon if it came to Nextcloud. I'd even offer some bounty for this feature request; anyone else with me?

@michaelstingl
Copy link
Contributor

Upstream project is experimenting with this in the 2.5.0 alpha1. Please help testing and provide feedback.

Main thread is here: #184

@egeu5
Copy link

egeu5 commented Jun 11, 2018

Awesome, I'll test it immidiatly :-)

@jospoortvliet
Copy link
Member

(closed, let's discuss in one place: #184 )

@fuzzy76
Copy link

fuzzy76 commented Oct 30, 2018

But #184 is about selecting which files to sync. I interpreted this issue as on-demand sync without having to select (VFS style)?

@Trackhe
Copy link

Trackhe commented Sep 11, 2019

+1

@jospoortvliet
Copy link
Member

@fuzzy76 yes - we want to have multiple policies as well as manual override. So, for example:
"sync the 5GB most frequently used files"
"sync the last 1000 used files"
and "sync this file" ;-)

@fuzzy76
Copy link

fuzzy76 commented Oct 23, 2019

That is not "on demand". On demand is syncing when a file is accessed, not before.

@pieter-groeneweg
Copy link

"sync this file" as in see the file in your explorer but only sync/download when opened on device?

@fuzzy76
Copy link

fuzzy76 commented Oct 25, 2019

Yes, that's what "on demand" generally means. And that's what atleast both iCloud Drive and OneDrive presently does by default. I know Dropbox also has that feature, but I think it was premium last time I checked - but that is atleast a year or two ago.

@jospoortvliet
Copy link
Member

@fuzzy76 if you want to sync a file only when accessed, then edit, save, and have it disappear again, just use webDAV to mount Nextcloud... If you want to keep it cached (and regularly synced) then, that's what the drive will do. It can't figure out what to download after you first set up the account, anyway. So the drive will probably do things the same way as iCloud and OneDrive, how else is the drive going to predict what files you want (unless it is "all"). The question is when to remove files. Example:

  • You have 2TB of files. By default, the client is set to keep at most 500 mb of files. When you set up the account, nothing is synced. When you click a file, it gets synced and kept. When you hit 500 mb of locally available files, the least-recently-used files get removed from the cache until you are under 500 mb again

And instead of 500 mb as limit, we could also set "3 weeks" or "100 files" (hum, not sure if that makes sense). But that's about removing files, not deciding what to sync.

Maybe at some point we can tell the client to sync files set as favorite or something...

@fuzzy76
Copy link

fuzzy76 commented Dec 7, 2019

That is exactly what this issue is about, which files to download, and which files to just show without having the content ready.

@jospoortvliet
Copy link
Member

Yes, and as I say, that's what the drive will do. So what is the problem?

@fuzzy76
Copy link

fuzzy76 commented Dec 8, 2019

Which drive are you talking about? The Nextcloud Desktop Sync client does not do this. And that is the software this issue is about. Atleast it didn't when I evaluated it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests