You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, We are moving from pydio to nextcloud, we have the following use case which we found to be difficult to implement with nextcloud
We have jenkins jobs which builds binaries, then we ssh them to a network attached storage (say /mnt/nas/pydio/clientA/build-xxx/* - where * could be multiple files plus multiple subfolders, basically build results)
In Pydio we set up that network attached storage as workspaces (say workspace/group clientA map to /mnt/nas/pydio/clientA).
Then in the pydio GUI we can immediately see the build-xxx as a folder under clientA and all files there.
In nextcloud case, we set up group folder clientA, clientB etc (so it's easier to share to users, and those files actually don't belong to one particular user, but the any people in group clientA). Then we will have to scan the whole clientA group folder to let nextcloud know that build-xxx is there. Problem is that we may have thousands of build (like for 1 client the latest build is 2708 which means we have to archive build-1 to build-2708), scanning all of them is slow, as we know the next build result will only be build-2709, is it possible to ask nextcloud to only scan build-2709 subfolder under the clientA group folder?
Or is there any other way to solve this case? Thanks.
The text was updated successfully, but these errors were encountered:
Hi, We are moving from pydio to nextcloud, we have the following use case which we found to be difficult to implement with nextcloud
In nextcloud case, we set up group folder clientA, clientB etc (so it's easier to share to users, and those files actually don't belong to one particular user, but the any people in group clientA). Then we will have to scan the whole clientA group folder to let nextcloud know that build-xxx is there. Problem is that we may have thousands of build (like for 1 client the latest build is 2708 which means we have to archive build-1 to build-2708), scanning all of them is slow, as we know the next build result will only be build-2709, is it possible to ask nextcloud to only scan build-2709 subfolder under the clientA group folder?
Or is there any other way to solve this case? Thanks.
The text was updated successfully, but these errors were encountered: