smeerbartje

Members
  • Posts

    31
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

smeerbartje's Achievements

Advanced Member

Advanced Member (3/3)

  1. Thanks for your help. Anyone with the answer?
  2. Thanks; but I'm not using desktop version, but the server version running on my Ubuntu server. Therefore the webgui does NOT have a "right click" function where I can click on "sync all". Where do I find this feature?
  3. My complete config.json file: { "device_name": "my-server-name", "listening_port" : 34582, // 0 - randomize port/* storage_path dir contains auxilliary app files if no storage_path field: .sync dir created in the directory where binary is located. otherwise user-defined directory will be used */ "storage_path" : "/home/rogier/.sync",/* set location of pid file */// "pid_file" : "/var/run/btsync/btsync.pid",/* use UPnP for port mapping */ "use_upnp" : false,/* limits in kB/s. 0 - no limit */ "download_limit" : 0, "upload_limit" : 0,/* proxy configuration */// "proxy_type" : "socks4", // Valid types: "socks4", "socks5", "http_connect". Any other value means no proxy// "proxy_addr" : "192.168.1.2", // IP address of proxy server.// "proxy_port" : 1080,// "proxy_auth" : false, // Use authentication for proxy. Note: only username/password for socks5 (RFC 1929) is supported, and it is not really secure// "proxy_username" : "user",// "proxy_password" : "password", "webui" : { "listen" : "0.0.0.0:8888" // remove field to disable WebUI/* preset credentials. Use password or password_hash *///,"login" : "old"//,"password" : "old"// ,"password_hash" : "some_hash" // password hash in crypt(3) format// ,"allow_empty_password" : false // Defaults to true/* ssl configuration */// ,"force_https" : true // disable http// ,"ssl_certificate" : "/path/to/cert.pem"// ,"ssl_private_key" : "/path/to/private.key"/* directory_root path defines where the WebUI Folder browser starts (linux only). Default value is / */// ,"directory_root" : "/smb/bittorrent-sync/"/* directory_root_policy defines how directory_root is used (linux only). Valid values are: "all" - accepts directory_root and its subdirectories for 'getdir' and 'adddir' actions "belowroot" - accepts directory_root's subdirectories for 'getdir' and 'adddir' actions, but denies attempts to use 'adddir' to create directories directly within directory_root Default value is "all". */// ,"directory_root_policy" : "all"/* dir_whitelist defines which directories can be shown to user or have folders added (linux only) relative paths are relative to directory_root setting */// ,"dir_whitelist" : [ "/home/user/MySharedFolders/personal", "work" ] }/* !!! if you set shared folders in config file WebUI will be DISABLED !!! shared directories specified in config file override the folders previously added from WebUI. *//*, "shared_folders" : [ { "secret" : "MY_SECRET_1", // required field - use --generate-secret in command line to create new secret "dir" : "/home/user/bittorrent/sync_test", // * required field "use_relay_server" : true, // use relay server when direct connection fails "use_tracker" : true, "use_dht" : false, "search_lan" : true, "use_sync_trash" : true, // enable SyncArchive to store files deleted on remote devices "overwrite_changes" : false, // restore modified files to original version, ONLY for Read-Only folders "known_hosts" : // specify hosts to attempt connection without additional search [ "192.168.1.2:44444" ] } ]*//* Advanced preferences can be added to config file. Info is available at http://sync-help.bittorrent.com */}
  4. I want to disable user authentication for the webgui. In my config file I have not set login and password fields. They are commented out. I also tried to set them to nill (login : "") but this does not work. Therefore my question: how can I disable user authentication? "webui" : { "listen" : "0.0.0.0:8888" // remove field to disable WebUI/* preset credentials. Use password or password_hash */// ,"login" : "bla"//,"password" : "bla"// ,"password_hash" : "some_hash" // password hash in crypt(3) format// ,"allow_empty_password" : false // Defaults to true/* ssl configuration */// ,"force_https" : true // disable http// ,"ssl_certificate" : "/path/to/cert.pem"// ,"ssl_private_key" : "/path/to/private.key"}By the way, after changing the config file, I restart btsync service with 'service btsync restart'.
  5. Please see attachment for an example of my problem. On one of three machines (Ubuntu server) the folders are displayed "white" instead of "black" meaning that sync is "delayed" or something. Removing/disconnecting and re-connecting solves the problem, but how can I manually force btsync to start syncing? As you can see the "backups" directory is going well, but the other two are not. Why?
  6. Eventually the files are coming through correct. But why am I getting these errors? What happens "on the way"?
  7. I often get errors like "PIECE 308 FAILED HASH CHECK". What does this mean? Both clients have the same version running.
  8. Ok, thanks. By the way: the following url points to .82 version. http://www.bittorrent.com/sync/downloads/complete/os/windows
  9. I'm using a combination of devices. Linux, Mac and Windows. I've read somewhere that it's best to keep all versions the same. Therefore it's better NOT to upgrade my Windows clients to 1.2.87, right? Any idea when 1.2.87 for linux / mac will be released?
  10. It is important, because new builds usually come with new functionalities. That's why it's important.
  11. I think that's to difficult for simple users.
  12. What exactly do you wish for? I think it's already in place now. If you set up a btsync instance on server 1, which does not relay, etc. and you set up server 2 which syncs only to a specific host (server 1), that's exactly what you mean, right?
  13. Like many people, I'm very interested in new functions of the Bittorrent Sync tool. Is there some kind of roadmap available which gives us insights in: When the next version will be available?What new and improved functions it will contain?etc.Keep up the good work; I'm totally moving all my friends/relatives from Dropbox into btsync. So far no problems! [edit] By the way: the "numbered list"-function on the forum does not work. No numbers can be seen after posting... look at the screenshot:
  14. That's true; the integration with Btsync is great. Hopefully FileRun will make more people use btsync .
  15. Basically every PHP file manager in combination with btsync is equal to Dropbox, right?