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

Scan part of the group folder #1017

Closed
oliu321 opened this issue Aug 21, 2020 · 2 comments
Closed

Scan part of the group folder #1017

oliu321 opened this issue Aug 21, 2020 · 2 comments
Labels
0. Needs triage Issues that need to be triaged

Comments

@oliu321
Copy link

oliu321 commented Aug 21, 2020

Hi, We are moving from pydio to nextcloud, we have the following use case which we found to be difficult to implement with nextcloud

  1. 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)
  2. In Pydio we set up that network attached storage as workspaces (say workspace/group clientA map to /mnt/nas/pydio/clientA).
  3. 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.

@flowzen1337
Copy link

I guess I'm hanging on exact the same problem.... -> #1168

Do you already have any solution found for that case?

@pierreozoux pierreozoux added the 0. Needs triage Issues that need to be triaged label Mar 14, 2021
@pierreozoux
Copy link
Member

duplicate of #1168

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Issues that need to be triaged
Projects
None yet
Development

No branches or pull requests

3 participants