How to exclude the folder "System Volume Information" from syncronization?

Sytcthing tryes to syncronize a folder “System Volume Infromation” of disk D: on Windows7 computer to a folder “public” on Ubuntu machine. It seems syncronization is going on. But Syncthing is sending massage “Folder “public” isn’t making progress - check logs for possible root cause. Pausing puller for 1m0s.” uninterruptedly. The log info shows:

[LEMEH] 12:35:13 INFO: Puller (folder “public”, dir “System Volume Information”): delete: remove \?\D:\System Volume Information: The directory is not empty. [LEMEH] 12:35:13 WARNING: Folder “public” isn’t making progress - check logs for possible root cause. Pausing puller for 1m0s.

How to exclude the folder “System Volume Information” from the syncronization list or any another solution is there?

You can just add it to your ignore list. Check the FAQ and Wiki.

Yes, I did. I tryed to put something like that and some more variations into the ignore list through web-interface. No effect.

D:\System Volume Information\ D:\System Volume Information D:\System Volume Information** \D:\System Volume Information** D:/System Volume Information/**

is what you are after.

1 Like

Thank you so much! It seems working now!