Narfe

New Members
  • Posts

    4
  • Joined

  • Last visited

Narfe's Achievements

New User

New User (1/3)

  1. Please make this happen. Seems simple to me, but I'm a web developer not a software developer. ignoreList is local ignoreListGlobal is global I understand that nothing in the .sync folder is synced between devices, so that would require some reworking.
  2. Hello, sorry to bring this back from the dead, but I'm having this problem as well and would like to know what the consequences are, as I'm in a different situation than the OP. I'm building a website using font files from typography.com. I publish the project and they give me a zip with the font files. I move the files to the websites development folder, and all of a sudden resilio sync goes nuts with "XXX has invalid modification time and may cause other files to be rewritten" errors. Are you saying that the archive and included files that I downloaded from the font company came with invalid timestamps, or maybe a timestamp from a different timezone, so it is causing a conflict? I'm wondering what will happen to the files at this point. I need these new files to remain in place. These files are in a completely different directory than the old font files that they are replacing, so I don't understand where this error is coming from. For example, the old files are \\dev\website\assets\fonts\version1 And the new files are \\dev\website\assets\fonts\version2 I delete version one, move version2, and then I get nailed with dozens of these errors. Why the errors if there are no other files to conflict with? Is it simply because the timestamp is so far out of sync of the real time? Thanks for your expertise and advice on this.
  3. This makes sense. But, can you help me with another problem? I've noticed that Sync crashes every few days (my machine is always up). I thought an easy solution would be to create a scheduled task to start Sync every 15 minutes. However, as you mentioned earlier, this causes a second instance to attempt to start and pulls up the UI. Do you have any suggestions for how I can solve my issue?
  4. How do I escape special characters? I have folders that start with '+' but just putting '+directory' in .SyncIgnore doesn't seem to work, and the usual escape character '\' doesn't function, as it indicates directory traversal. EDIT: I was able to accomplish this by using a wildcard: '?directory'