mh5bl

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by mh5bl

  1. I have upgraded the system to the new btsync 2. was all working great on version 1.4 I have a ReadyNAS that is the owner of the folder I sync. now version 2. I have 2 PC one windows 8.1 and other windows 7 link to the NAS on a LAN and they are both peered and syncing. I am trying to peer a third machine but it is stuck in 'Pending Approval' this happen when I set a un-tick the 'New peers I invite must be approved by me'. I also trying it with the box tick and it ask for approval in the NAS but still stays as 'Pending Approval' On the NAS in the peersing list I get :- activity = offline User = correctusername Devices = 0 of 0 permission = read & write Any ideas
  2. OK talking about options and them being missing. Again in the mobile and the ReadyNAS versions, there is no "more options..." as there is on the desktop version. WHY ??
  3. OK again in the readynas version, there is no "more options..." as there is on the desktop version. WHY ?? This is how I had to change the option on version 1.4 http://forum.bittorrent.com/topic/32113-advanced-more-options/ But will this work on verions 2 ?
  4. OK thanks how do i send the desktop and NAS debug logs to?
  5. I am using BTsync on windows NAS and Android Phone. I am having trouble with the sync over to the android Phone from both my ReadyNAS and windows 7 and 8 PC I am not sure where to get the Btsync logs of the android phone so I can check were the files are not syncing. Some files have sync and there are files in the peer list of the NAS and PC machine. I will be retrieving the android phone from off-site to check it and will give an update tomorrow
  6. I have install the new firmware 6.2.2 and the sync has stop working with code 22002010000
  7. The upgrade was of the readyNAS version. So would this make a difference?
  8. I am running BTsync 1.4 on all my machines. does this mean I can delete all the .SyncIgnore & .SyncArchive files and folders ????
  9. Got a answer for this thanks RomanZ http://forum.bittorrent.com/topic/32509-latest-desktop-build-14103/?p=95601 Here is also a code with comments in : ( I am not sure is all the coding works on the NAS box ) { "device_name": "My Sync Device",// If listening_port is set to any value other than 0,// than this port will always be used even if you restart// the btsync. Othewise, if set to 0, then it will be a// random port number every time you restart btsync. "listening_port" : 0, // 0 - randomize port /* storage_path dir contains auxiliary app files if no storage_path field: .sync dir created in the directory where binary is located. otherwise user-defined directory will be used. Note: this is not the place where your actual files are saved for your sync folder. This is only used for the databases for your sync folders and various parameters and settings, log files, etc. The default location on Ubuntu is: /var/lib/btsync But it may be anything, as defined in your .conf file.*/ "storage_path" : "/home/user/.sync",// uncomment next line if you want to set location of pid file// "pid_file" : "/var/run/btsync/btsync.pid", "check_for_updates" : true, "use_upnp" : true, // use UPnP for port mapping/* Speed limits in kB/s 0 - no limit*/ "download_limit" : 0, "upload_limit" : 0,/* remove "listen" field to disable WebUI. remove "login" and "password" fields to disable credentials check*/ "webui" : { "listen" : "0.0.0.0:8888", "login" : "admin", "password" : "password" }/* !!! 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. Note: There may be multiple folders defined in case you want to include a number of different folders in the sync process. The structure of the shared folder stuff is: "shared_folders" : [ { shared folder 1 parameters in here (copy paste the contents inside your current configand modify them to configure multiple folders). }, { shared folder 2 parameters in here }, { shared folder 3 parameters in here } ] So, all you need to do is to copy the code block from your config file which is enclosed by { } and paste it after the existing one using a comma to separate them. Then it is just a case of editing the parameter values accordingly. NB. Make sure you don't copy the full shared folder block ie the square brackets. You just want the block inside. Notice the commas after right curly braces (},) at the end of each shared folder except of last one. If you don't include the comma, after the brace, you will get an error. See: "Linux - Multiple shared Folders in config file" thread:http://forum.bittorrent.com/topic/20920-linux-multiple-shared-folders-in-config-file/#entry55290 *//* , "shared_folders" : [ {// use --generate-secret in command line to create new secret "secret" : "MY_SECRET_1", // * required field// dir is directory name of the sync folder.// It is where your actual sync files go. "dir" : "/home/user/bittorrent/sync_test", // * required field// use relay server when direct connection fails "use_relay_server" : true, "use_tracker" : true, // DHT is used if you do not want to rely on BT trackers// for any reason, such a security considerations for example.// Using the DHT protocol, btsync will broadcast the packets// to the entire net and all the nodes that have the same share// will respond with the lists of nodes they are connected to// on this share (main data folder or hash).// If you use DHT, then BT won't be able to interfere in peer// discovery for whatever reason they may decide to do it.// But then the other nodes with this share have to also// enable the DHT.// If you enable DHT and all the nodes that want to sync// with this share also have it enabled, then you do not// even need to set "use_tracker" : true.// But, unfortunately, the default configuration does NOT// enable the DHT by default. So, any unexperienced users// are not likely to enable the DHT, and won't be able// to discover you. "use_dht" : false, "search_lan" : true,// use_sync_trash means enable SyncArchive to store// files deleted on remote devices "use_sync_trash" : true,// known_hosts specifies the list of hosts to attempt// connection without additional search.// On a private network, where which you want to sync between// the number of nodes with static IP with max. security,// you add the IP/domain names and ports for all the nodes// to their configuration files.// In this case, you do not need to use the DHT, nor to// use the BT tracker (set "use_tracker" : false).// Nor do you want to use the relay server", so you set:// "use_relay_server" : false.// This way, you leave the minimal footprint on the net.// Q: Can I force Sync to do local network (LAN) syncing only// and not sync via the Internet?// Yes - simply disable the Relay, Tracker, and DHT options// (these are per-folder settings). Sync will then no longer// connect to any remote devices (outside your local network). "known_hosts" : [ "192.168.1.2:44444", "10.10.0.10:55555" ] } ]*/// Advanced preferences can be added to config file.// Info is available in BitTorrent Sync User Guide.// Here they are (block-commented out here):/*“disk_low_priority”: true“rate_limit_local_peers”: false“folder_rescan_interval”: 600“sync_max_time_diff”: 600“lan_encrypt_data”: true“sync_trash_ttl”: 30“lan_use_tcp”: false“send_buf_size”: 5“max_file_size_diff_for_patching”: 1000“recv_buf_size”: 5“max_file_size_for_versioning”: 1000*/} I am also not sure if you would need to add a "," to the ends of the advanced preference line just above ?? maybe RomanZ can answer this?
  10. I have it working on my readynas. and also 2 android mobile. and so windows machine. I am buying a raspberry PI to see if I can get it working off that. The readynas work but crashed sometime. and I have found file corrupted with file size of 0. But found the original in the .sync / Archive folder. this is why I would like to set the "sync_trash_ttl" in all the unit to "0" while I am testing the system Version 2 will come to the NAS boxes last and I need this working !!!!
  11. There is on the windows version options / preferences / advanced /more options But I am still looking to find there option on the readynas version and on android version
  12. Was the upgrade from 1.4 version one back to the latest version 1.4.103 i got this option default reset. I still do not know how to change this setting in the Readynas version
  13. The advanced preference / more options Ie. sync_trash_ttl where reset to default after installing the new version. I had this set high as my ReadyNas version is giving me some problem.
  14. I have set the sync_trash_ttl to a high number. so that I can recover files if need when I see that have been deleted. done this on the desktop machine anyway. But I can not do this on the readynas, do not know where. I started a post on the subject but have not get an answer as yet "Advanced / More Options" I have also notice that when I upgrade to the new version of the desktop software the "sync_trash_ttl" had reset to default "30"
  15. I am also have problem with version 1.4.77 Looks like it keeps crashing and restarting and as others always out of sync. I have 4 windows PC and 2 smart phones aswell at the NAS. more worrying is that I am getting files replaced with file of 0-size and so corrupt. I can find the originals in the .sync folder but I am now getting worried that I will loss files/data before I notices this. I have alot of photo and PDF and many not look at then for months
  16. Android sync version 1.4.56.0 is there away to get a list of the peers. it will give you the number of peers but I would like to be able to get the peer name and where thay are sync or not.
  17. Where and how do I make changes to the advanced - more options on my Readynas, that I can get to thought advanced / more options in a windows machine. Ie sync_trash_ttlpeer_expiration_daysdisk_low_priorityI am assuming this will be in a config file and I will have to access it though SSH. But where is this file? Thanks
  18. Thank you for the update version to 1.4.77. But can I ask why it is not to version 1.4.83 as the latest version is for others ??
  19. Just to add my voice. I would use it on my readynas NV have it running on my RN102. Works great
  20. Do we have a ETA on the update version for the ReadyNAS RN102 ARM ?? Thanks
  21. Does this mean that install the ARM version 1.4 using the SSH shell is not advised?
  22. Do we have a ETA on the update version for the readynas RN102 ARM ??