b0rman

Members
  • Posts

    104
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by b0rman

  1. Sometimes new sync has "pending" status and it cant be fixed even when there is no need in approval (empty checkbox). Even when there is need in approval - slave PC doesn't ask it!
  2. Hi! Is it possible to merge same peers or delete offline after some time. For example, I have 3 PCs to sync and I have 3 of 3 peers. Than I reinstalled BTSync on one PC and now I have 3 of 4 peers. Third and fourth peer is the same PC and fourth peer will never be online again. Is it possible to delete it from list or merge it with third? May be it's wise to delete it from peers list after some time (one day or week of offline for example) and add it to list when it will go online again?
  3. Hi! Slow I mean "with really big delay" Actually if I'll update routes, then OpenVPN tunnel will not work not even for btsync but for database replication also - tha's not good. Is it possible to force btsync to use only hosts that I set in webui?
  4. Hi! I have scenario with 2 servers. Server 1 is in LAN and behind firewall (NAT). Server 2 is in another country, it's WAN, no firewall (for now). Server 2 have OpenVPN connection to Server 1 LAN. I need to sync servers via external IPs and I don't want to use OpenVPN tunnel for P2P. So: I mapped Server 1 port on firewall and added IP:port of Server 2 to Server 1 sync folder hosts and external_IP:mapped_port of Server 1 to Server 2 sync folder hosts. All other checkboxes I turned off. The problem is: Sync is slow in such way - I have to wait for 7 minutes or something (force_rescan is 120s). When I turn on relay and tracker on both servers everything became faster - may be 1 minute, but there is a traffic in VPN tunnel. So what ports should I map to sync fast in this scenario with external IP and avoid using OpenVPN tunnel?
  5. I found lots of SyncFilesController [attr changed]: Processing folderin my log. I don't need to sync atteibutes because BTSync cant do it right. My I avoid or disable attribute changes checks somehow?
  6. glibc was not installed. Now I installed v2.12. Should inotify work now? inotifywatch command is working correctly, so I don't know why btsync can't work with inotify UPD: OK, I switched to debug log and found that there is an event from inotify: [20140625 22:39:00.224] SyncFolderNotify: "test", event = "IN_MOVED_FROM"[20140625 22:39:00.224] SyncFolderNotify: "testX", event = "IN_MOVED_TO"[20140625 22:39:00.224] [OnNotifyFileRename] /vhosts_static/**************.com_static/test -> /vhosts_static/**************.com_static/testX, source = NULL[20140625 22:39:00.224] SyncFilesController [file changed]: Processing file "/vhosts_static/**************.com_static/test"[20140625 22:39:00.224] SyncFilesController [file changed]: Processing file "/vhosts_static/**************.com_static/testX"[20140625 22:39:00.224] SyncFolderNotify: ".SyncID", event = "IN_CLOSE_WRITE"But file didn't apear on another node. Why? UPD 2: I found that now BTSync "knows" that there are a new file for syncing without re-index whole folder. But the problem is that it is not syncing between nodes. Looking in my log, now it takes ~7 minutes to transfere 6 bytes file. (force resync is 120 secs). Any fixes?
  7. There are something like 200k files in 6 sync folders. It's not flat. May be the problem is that disks mounted with noatime attribute?
  8. Hi! Is it normal situation when files are syncing with a delay (for example 10 minutes or something)? I mean that I have 2 PCs and may be 10 folders to sync. I'm making (or changing) new files and subfolders in sync folders and have to wait a couple of minutes (up to 10 or even more) to see it on another PC.
  9. Hi! I added a directory to sync and setup syncing. Than I edit file on first PC but BTSync didn't synced it. I have to wait a lot (may be 10 minutes or more) to sync - it's too long time to wait OS is CentOS, BTSync latest version.
  10. Hi! If I'll add a subfolder to SyncIgnore then BTSync will delete it on another computer. Am I right? Is there possibility to leave folder content on another computer without syncing it?
  11. What will happen if I'll have problems with time\date? For example if server 1 will have time from future - will it change all files on other nodes?
  12. Actually You can do it by crontab every minute (for example): chown -R nobody:nobody /sync_path/chmod -R g=u /sync_path/
  13. Yeah! It will be awesome feature!!! It will be possible to do CDN-like servers with CSS or JS or etc. files only!
  14. But I don't need to ignore some extensions, I need to sync some extensions There can be hundreds of extensions, but I need only one or two of them. Is it possible?
  15. Is it possible to set file extensions to sync? For example, I'd like to sync all CSS files (and only CSS files!) from one location to another server. How can I do this?
  16. Hi! What will happen if disk with share will die or I'll unmount disk with share on one node? Will it delete files from other nodes?
  17. Then it will be nice to have switch option to turn on/off peers details
  18. As for me it was great to see all connected devices and their status on one screen. Especially when You have to sync different directories with different servers Something like here: Also (I wrote about it in "Features request" thread): It will be great to see Hostname in title, like <title>Server#1 - BitTorrent Sync</title> Also it will be nice to switch between Bytes and K/M/G/TBytes to verify that all data are synced properly.Also it will be nice to have possibility to set "overwrite_changes" via WebUIAnd it will be great to have possibility to sort sync directories in user's own way P.s. I also like oldschool font on directories like on my first attachment
  19. Hi! If I'll disable WebUI, how can I know that everything is OK and all files are synced properly?
  20. hi! It will be great to have possibility to sort shares in webui - You may sort it same way on each server and it will increase usability