Hi, I’m new to this forum, so sorry in advance for any mistakes. I’m using Syncthing for 2 years and it’s great. Now I have several directories synced, but I want to sync more. Making new Syncthing directory for each directory is not the best strategy, because the number of synced directories is overwhelming. I know I can use ignore to exclude files/directories I don’t want to sync and I use this feature, but in this case it will be really hard to do and will require frequent updates.
My case: I use Syncthing to sync data between multiple computers. I have main Syncthing directory (documents, projects, etc) synced between my laptops and PCs and Music folder synced between all computers and phone. I have no problem with this directories, because in this field Syncthing is doing great job. Recently I wanted to sync different kind of stuff. For example apps configuration files or game saves. And here is my problem. I can made separate folders for every directory I want to sync. Let’s suppose I have 3 apps and 3 games of which I want to sync data. I should create 6 Syncthing directories one per every app/game directory. So I will have Syncthing directories like App1, App2, App3, Game1, Game2, Game3. It’s not good, because the number of folders will be overwhelming (here I supposed only 3 games and 3 apps). Is there anyway to organize this Syncthing directories as Apps which contains the directory of App1, App2, App3 and Games, containing directories of Game1, Game2, Game3? I assumed I can bypass this problem by writing Python script that will copy interesting directories and files to subdirectories in new directory that will be synced as Syncthing directory and vice versa. This bypass has some drawbacks, because it will require additional disk space and will produce unused copies of synced files.
Have you any idea how to achieve what I want only in Syncthing without additional efforts? Thanks in advance.
4 posts - 3 participants