PCman

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by PCman

  1. I think the 2.5.1 update have solved the crashing problem. Before it did crash every 3 hours. Now it have been running for 10 hours and counting
  2. The size of the .DB files is 15.9 GB The memory usage when loaded is around 5-6 GB
  3. Hi After manually updating to 2.5 from 2.4.4, Sync have been extremely unstable. It crashes every few hours on both peers( both server 2012) Problem is that it can take up to 3 hours to start again on one peer because of the amount of files/folders. Is there a way to speed up the loading?
  4. ok thanks Helen, I think I got a little bit closer to solving my problem. When I have created a file on server01 and modified the synced file on server02, the file inherits the security from the hidden .sync folder. So if there are a lot of subfolders with different permisssions it wont matter because the synced file only looks on the security on the .sync folder. I found this KB on the problem with file permissions: https://support.microsoft.com/en-us/kb/310316 " You can modify how Windows Explorer handles permissions when objects are copied or moved to another NTFS volume. When you copy or move an object to another volume, the object inherits the permissions of its new folder. However, if you want to modify this behavior to preserve the original permissions, modify the registry as follows. Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base: 322756 How to back up and restore the registry in Windows Click Start, click Run, type regedit in the Open box, and then press ENTER. Locate and then click the following registry key: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer On the Edit menu, click Add Value, and then add the following registry value: Value name: ForceCopyAclwithFile Data type: DWORD Value data: 1 Exit Registry Editor."
  5. hi I have a strange problem with files loosing the security permissions. Example: I create a test.bmp file on server1 that get synced to server2 without problems and with the right security permissions. Everything gets synced correctly - all user and group permissions. I then modify the test.bmp file on server02 that gets synced but now with fewer security group and user permissions. The file permisssion on server02 is ok but the synced file on server01 is missing 2 security groups. Hope you guys can help me because this is really annoying. The servers are running windows server 2012. I checked this : https://support.microsoft.com/en-us/kb/320246 because it looks similar to the problems I have