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

Add the possibility to select whether or not to synchronize the files in a folder #7479

Open
ogarcia opened this issue Nov 8, 2024 · 2 comments

Comments

@ogarcia
Copy link

ogarcia commented Nov 8, 2024

Right now it is possible to select which subfolders you want to synchronize from a given folder. But you cannot indicate whether or not you want to synchronize the files in this folder. For example with this tree:

Folder
+- Subfolder1
+- Subfolder2
+- Subfolder3
+- File.jpg
+- Bigfile.iso
+- Bigfile.log

If I choose Folder as the root of the synchronization I can choose whether or not to synchronize Subfolder1, Subfolder2 and Subfolder3, but I cannot choose whether or not to synchronize the files contained in Folder. It would be very interesting to have an option to indicate whether or not you want these files.

@FranzHoffmann
Copy link

I'm not sure if this is what ogarcia means, but what I noticed is this:
My file structure is this:

Nextcloud
Nextcloud/Folder1
Nextcloud/Folder2
Nextcloud/Folder2/Subfolder1
Nextcloud/Folder2/Subfolder1/File1
Nextcloud/Folder2/File2

I selected to sync only "Nextcloud/Folder2/Subfolder1", but it still synced "Nextcloud/Folder2/File2"

This sis Version 3.14.3stable-Win64 (build 20241031)

@ogarcia
Copy link
Author

ogarcia commented Nov 9, 2024

@FranzHoffmann is not exactly the same, what I mean is that you can choose if you want to synchronize or not the files that are in a directory.

Using my initial example (slightly extended):

Folder
+- Subfolder1
   +- Subfolder_in_Subfolder1
   +- File_in_Subfolder1.txt
+- Subfolder2
   +- File_in_Subfolder2.txt
+- Subfolder3
   +- File_in_Subfolder3.txt
+- File.jpg
+- Bigfile.iso
+- Bigfile.log

This is represented in the nextcloud client as follows:

  • Folder
    • Subfolder1
      • Subfolder_in_Subfolder1
    • Subfolder2
    • Subfolder3

This allows me to select what happens to the directories, but not to the files contained in that directory. What I am referring to is that there is this possibility in the configuration:

  • Folder
    • Files that are not in a folder
    • Subfolder1
      • Files that are not in a folder
      • Subfolder_in_Subfolder1
    • Subfolder2
      • Files that are not in a folder
    • Subfolder3
      • Files that are not in a folder

This way all the files contained in Folder will not be synchronized, but if I create a new directory Subfolder4 it will be synchronized automatically.

What you are talking about @FranzHoffmann seems to be a bug. I would open a separate issue with it.

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

No branches or pull requests

2 participants