rbtsync

New Members
  • Posts

    11
  • Joined

  • Last visited

rbtsync's Achievements

Member

Member (2/3)

  1. hi, I'm customer PRO (id: [REMOVED]) and I'm using the version API V1(http://sync-help.bittorrent.com/customer/en/portal/topics/663561-sync-api/articles) because the calls POST in V2 (https://www.getsync.com/intl/es/api/docs) don't work or I have problems with the token param. 1. How many time will be remain accessible v1 version? 2. Will all v1 functions keep into v2 version? I concern specially care about method: - get_version - get_speed - get_secrets - add_folder - remove_folder thanks!
  2. hi, I'm using BitTorrent Sync, I need create by file config a advanced folder. Actually I use this config file, but only generate a Standard folder. { "device_name": "master", "listening_port": 0, "use_upnp": true, "download_limit": 1000, "upload_limit": 0, "webui": { "listen": "0.0.0.0:8443", "login": "admin", "password": "password" }, "shared_folders" : [ { "secret": "AXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "dir": "/btsync/test", "use_relay_server": true, "use_tracker": true, "use_dht": false, "search_lan": false, "use_sync_trash": true, "overwrite_changes": false, "known_hosts": [ ] } ]}I've a PRO account. How can I create advanced folders? how I can share a advanced folders in file config? Thanks!!!
  3. Hi, I need to configure shared folders without UI. I've seen " --generate -secret " . If the host computer generates a key, the customer can see all the directories? thanks !!
  4. hi, I need a shared folder link unattended . I have seen in this configuration file : "shared_folders" : [ { "secret" : "MY_SECRET_1", // required field - use --generate-secret in command line to create new secret "dir" : "/root/bittorrent/test", // * required field "use_relay_server" : false, // use relay server when direct connection fails "use_tracker" : false, "use_dht" : false, "search_lan" : true, "use_sync_trash" : true, // enable SyncArchive to store files deleted on remote devices "overwrite_changes" : true, // 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" ] } ]how I link this device with another? Thanks!!
  5. Hi, I know " btsync --dump - shows -config " this create a configuration file template . it is possible to obtain the current settings to a file? I need export the actual config in a file. Thanks!!
  6. ok, Helen. I see a parameter "peer_expiration_days" in http://sync-help.bittorrent.com/customer/portal/articles/1590260?b_id=3885 in the version 1.4. This parameter not work? if "peer_expiration_days" not works, I can try uninstall BitTorrentSync and I return to install. this solves my problem ? thanks!!
  7. Thanks Helen, I can delete it manually?
  8. Hi, I have BitTorrent sync with some devices, now I want delete one. I tried to disconnect the peer but is not deleted. it is automatically deleted ? http://s2.subirimagenes.com/imagen/9454516peers-delete.png thanks
  9. Thanks Helen, Just I try to change the value of "storage_path" pointing to .sync directory, but not working. I tried to change the speed limit download , but the value is not saved . any solution? Thanks !!!
  10. hi, I'm using bittorrent sync, but I have a "problem". I run bittorrent sync without the configuration file (./btsync --nodaemon --webui.listen 0.0.0.0:8080). When I make changes in the config from the UI and I run (./ btsync --nodaemon --config /btsync/config.json) the changes not persists in the DB file. why is this happening? thanks!!