MRACHINI

Members
  • Posts

    70
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by MRACHINI

  1. I'm sure the team will make it available soon, since BTSync will be one of the main reasons people buy (Synology) NAS. just like me
  2. well try to delete all config files and start from zero, check if it persists. and report back
  3. no i don't thing so, because for the devices to find each other they need the same key
  4. here is how to change the hostname, but i recommend to use a config file. http://www.subvs.co....e_computer_name ./BTSync --config sync.conf and put this in the sync.conf file: { "device_name": "Name your device", "check_for_updates" : true, "webui" :{ "listen" : "0.0.0.0:8888", "login" : "username", "password" : "password" }, "shared_folders" : [ ] } well if you dont want to use username and password just comment them with // at the beginning of the line
  5. you have to change the hostname if you are not using a config file
  6. yep i had same problem, but i added some commas here and there, just keep testing with more commas
  7. if you don't have to specify the listening port just don't, unless its blocked or something.
  8. Well actually you wont be sharing the 25MB, they will need to be saved only locally for the local BTSync Client, to compare the hash that the remote BTSync client sends. and if any match is found, the client will just copy the 4MB or 1MB (depends) of the matched part instead of downloading it from other remote clients. i did something like BTSync in python for my FYP. But it was direct ip between 2 vps only since i have little knowledge with networks and dns and..... i couldnt get how to connect when there is no static ip.
  9. i think this is called Delta Sync. BTSync will have to keep database and tables of hash for parts of existing files and compare the new hash of parts of new file to these tables.
  10. Oh OK thank you, i already did this. But isn't it for LAN only ? i have 5 servers and 2 laptops, different locations. if i enable this does it enable TCP also between remote devices?
  11. hey how do i force TCP all the time ?!
  12. Pay for a VPS, you could find $12/Year with 20GB of storage Low End Box and use it as Cloud Storage. if you want more security and redundancy its less $/GB with Cloud Storage services like Dropbox.
  13. OMG people!!! Anyway, how much time before the deleted files are removed from ".SyncTrash" folder ? i delete a lot of files after syncing them from my servers and these files are taking place on all my Servers.
  14. does shutting down all tracker servers disables SyncApp from working ?
  15. but if you have syncapp on one Computer and its off, you cant get anything on demand i think it should be just like the desktop version but with extra options like: 1-Sync only on wifi. 2-Sync only when plugged. 3-Sync when on specific connections. 4-Option to only get files "Download" and do not give them "upload" to other devices.
  16. First Create a SyncApp folder on your PC or portable USB device Put the "SyncApp.exe" inside the folder you created Inside the same folder create a new empty "Text Document" file and rename it from "New Text document.txt" to "settings.dat" Start the SyncApp.exe If you want to transfer you old settings, search for them in c:\.......\SyncApp and copy them to the same folder without creating the new Text Document and then start SyncApp.exe.
  17. I like the Scheduled sync "Exactly like the time table in utorrent" For cloud storage or cloud sync, i think soon after SyncApp launches, we will see a lot of websites providing you with a key that lets you sync your folder and files to their servers.
  18. put this in a file and name it sync.conf: { "check_for_updates" : true, "webui" :{ //"listen" : "0.0.0.0:8888", "login" : "Username", "password" : "Password" }, "shared_folders" : [ ] } Start SyncApp with this command: SyncApp --config sync.conf