Hello!
It would be helpful to create a "no automatic download" option for the desktop client similar to android client. on a per folder basis
Download only files which are accessed (and store them)
Reason
a user might need access to a lot of data, but does not want to download them all (especially not immediately after install)
Mhhh, if you don't want to sync them why just not using the WebDAV access of ownCloud?
http://doc.owncloud.org/server/7.0/user_manual/files/files.html
because for example someone shares a big directory with you - the desktop client downloads it all
same is for archive - usually I would like to have the "current" data on my local machine, and the old ones accessible.
Hi,
because for example someone shares a big directory with you - the desktop client downloads it all
same is for archive
mhhh only if you're syncing the root Directory of your installation. There is also an "selective sync" feature already included in the sync client 1.7 where you can specify which files/folders to sync and which not.
I know the selective sync, but usually it is too late, sync must/should be disabled before the download starts.
someone shares a big folder and when you come back to your computer, some GB are synced.
Once again, I think the Android way would be fine.
Hi,
as a workaround just manage your files in different folders within your remote OC like:
/files
/music
/pictures
and setup a new sync point in the sync client. Then shared files or every file/folder you're not putting into these folders don't get automatically downloaded.
thanks
I know the work around, but as I said - sometimes I was to late.
and it does not work "automagically" - that's what users are looking for.
I thought the code for android is already there and would be useful also for the desktop situation.
In general I do no think that anyone wants a full sync of all the files in the cloud on all devices/computers.
CC @MTRichards @ogoffart .. I remember some discussion about subfolders not automatically being downloadable when using selective sync
Hmmm,
I'm unsure about it, but I will give it a test. However using the ignore option from the client as a workaround to decide which data will be synchronized will not give me a way/report/overview to see which data is on which client.
The basic idea behind my question is, I want to decide which parts of my data should be stored on which client.
So I see multiple steps.
1st, I have my to partition my data, like photos, music, video, family, work, etc. (this could be done by folders)
2nd, I need a list of devices which have an account that access my data
3rd, I need some type of GUI there I could configure which parts of my data will be on which device accessible and if it should be downloaded automatically
4th, (in a perfect world) I could see how many percent鈥檚 of my data in oc are already synchronized to which device
I think this is something that OC could not deliver at the moment. From my point of view this is an advanced feature makes it really my decision where to store my data
What do you think?
Oliver
Hmm,
I just saw that I could configure the top level folders during the initial configuration of the client, which is quite near to what I want. However this is a client configuration and has two disadvantages.
At this moment we have 4 computers and one smartphone inside the part of family that lives at my house. There also some accounts and devices that belongs to other family members that live not at my house.
At work I have two computers and one smartphone just for my work.
So I do not need all data on all devices, and the same is correct for all others and therefore I'm searching for a way to get a central look and administration of it.
Greetings
Oliver
"I do not need all data STORED on all devices" is the key argument
Hey I would like to participate in this discussion.
I have just setup my ownCloud and wanted to use it for document synchronization but also for media access on demand like music. I simply don't want to download my whole music library to my small ssd of my notebook but listen to it when needed.
Therefore it would be nice, if I just could setup my music folder in the desktop client to show my library without downloading the whole thing. Just streaming the media I'm accessing.
Additionally I'm editing all the media with mediamonkey and mp3tag (I know that's a matter of taste) and would like to keep using this programs. So would it be possible to have access to the media files for listening and editing but to download only the necessary files?
Sure there is WebDAV (don't know if it would do what I want yet) and Ampache for streaming but a integrated solution in the client would be really nice ;)
You guys are asking for a feature that can only be implemented on a file system level. The idea that people are having of opening a dummy file and downloading it on demand is simply not possible without implementing a custom file system.
What we can do so far is implemented via selective sync. Anything beyond this is out of scope for the forseeable future
Hi danimo. I don't agree with or understand what you said. I'm thinking or something like a (browsable) TOC for the files and directories stored. Like in some IMAP-Clients: the initial sync only fetches the foldernames and headers of the mails. Then you can browse your folders and look at your emails. Only once you click on an email it get's downloaded.
I think this is what ferdiga (the original author of this issue) meant. What lionax meant may be a technically different and much more complicated feature.
@ferdiga #3148 might help with your initial issue.
*_The one reasonable solution: mounting folder as a augmented-fuse-filesystem based on fs-cache with owncloud's plugin. *_
So looks like BitTorrent Sync has to feature in Pro version. It creates placefolder files for this.
I agree, this requires either low file-system level integration or some kind of a proxy, which would cache the files.
references:
Google query "Conduit" OR "DirSync Pro" OR "FreeFileSync" OR "Folder" OR "luckyBackup" OR "OneSync" OR "ownCloud" on-demand files
[1] https://www.dropboxforum.com/hc/en-us/community/posts/201562035-Using-a-1TB-Dropbox-with-a-256GB-SSD-Files-on-demand
[2] https://www.getsync.com/features "Save space with placeholders"
[3] https://forum.syncthing.net/t/sync-all-sync-on-demand/5344
[4] https://documentation.commvault.com/commvault/v10/article?p=features/migration/on_demand_file_list.htm, btw. fire few times $('.dynatree-has-children').not('.dynatree-expanded').children('span').click() in order to find all the nodes...
[5] https://forum.syncthing.net/t/sync-all-sync-on-demand/5344/2 (in fact useless)
[6] Reddit short discussion https://www.reddit.com/r/software/comments/2x9fub/filefolder_sync_on_demand/ the point: _Microsoft OneDrive had this in Windows 8.1, but it _got removed_ in Windows 10_. _Hehehehehehehehehehehhe..., funny MS_
[7] Filr 2, commercial? https://www.novell.com/communities/coolsolutions/filr-2-introduces-files-demand/
Google query: "rsync" OR "Seafile community edition" OR "SparkleShare" OR "SymmetricDS" OR "Synkron" OR "krusader" OR "Unison" on-demand
[8] http://unix.stackexchange.com/a/40109/63341 FS-cache, fuse extension used for caching files
-> @arjamizo https://github.com/owncloud/client/issues/4341
@arjamizo Something for you: https://github.com/owncloud/client/issues/4341
@RealRancor nice timing ;)
Most helpful comment
"I do not need all data STORED on all devices" is the key argument