Rostyslav

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Rostyslav

  1. Hello again, I'm looking for they way to make some performance test of syncing files between my two machines. As I can see it makes shadow copy and logs doesn't contain all needed timings. Also it sync whole directory, but I'd like to sync some files, however maybe it's available in paid version? It will be better to make those test using linux cli So, the question is: "Do you have some ways to make performance tests using some files or share best practice for this"?
  2. Hello folks, I've just started introduction with resilio sync. I'm interesting in using such utility without webui at all. I have my laptop and VM both they are running on ubuntu x64. I've already installed this utility, generated secret and distributed config among both instances. But couldn't start to sync. It works well when I configured it trough webui. Here is my config below: ``` { "device_name": "ubuntu server", "listening_port" : 8888, "storage_path" : "/home/rossardy/sync/", "pid_file" : "/var/run/resilio-sync/sync.pid", "check_for_updates" : false, "use_upnp" : false, "download_limit" : 0, "upload_limit" : 0, "webui" : { "login" : "rossardy", "password" : "some_pass" }, "shared_folders" : [ { "secret" : "ANGAHRXFWUCB26EHFFSKS3R7FFEAPQWB2", "dir" : "/home/rossardy/sync/data/", "use_relay_server" : false, "use_tracker" : false, "use_dht" : false, "search_lan" : false, "use_sync_trash" : false, "known_hosts" : [ "192.168.100.201:8888" ] } ] }``` Maybe I missed something in confing file? Please advise.