Hi all, I have a folder in my Windows shares that I set as hidden via attrib -s -h FOLDERNAME. In SnapRAID, I've kept #nohidden so that it will include hidden stuff, but during a SnapRAID sync, I noticed it marked my folder as a 'system-directory' and so ignores it. Is there a way to force-include a specific folder? Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all, I have a folder in my Windows shares that I set as hidden via attrib -s -h FOLDERNAME. In SnapRAID, I've kept #nohidden so that it will include hidden stuff, but during a SnapRAID sync, I noticed it marked my folder as a 'system-directory' and so ignores it. Is there a way to force-include a specific folder? Thanks.
I don't think you can...
Also, attrib -S -H would be removing those attributes, not adding them?
Not making the folder a system folder seems like a simple workaround.
You are right, I meant +s +h.
I guess I will have to remove the system property. Thanks!