TheDurtch

Members
  • Posts

    51
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by TheDurtch

  1. I was wondering if I allowed to automate the install of RS on Funtoo linux from a legal aspect I will be sharing these scripts on github If I need to include a notice in my script let me know.
  2. At random times btsync using the command 'btsync --config <path> --nodaemon' will spit out garbled text instead of the normal text. Picture It happens after a very long period of time, anywhere from weeks to months. It does still work normally just text is all messed up. I am never looking at the server when it happens. Server is running Arch Linux.
  3. Since all of my shares are linked with my server I added my server to folder_defaults.known_hosts in the advanced settings, but when I added a folder from URL it doesn't have it set, it only adds it on "Add folder". Is this expected behavior?
  4. I would like to see this added in the near future.
  5. I agree on the progress bar. There should be and option to view pending sync items Priority would be very nice for single files and shares I think you should be able to pause shares but not files.
  6. I am thinking with the small files it has to start syncing every single file it is never able to reach full speed. At least that is true when copying files.
  7. I am wondering what the maximum amount of devices can connect to one secret. In order to test this out I am sharing an empty folder with this secret BEHNKLSYOBA5SPJYXMSAAKQMS2B4PVKXJIf you could leave a comment saying you joined this it would be great. Or if someone had the answer if and what the limit is that would be great.
  8. IPv6 support (Just in case no one mentioned it before)
  9. The one thing I am wondering is will we non-API folks be able to make encrypted secrets?
  10. Technically via BTSync but other then that no
  11. What version are you using I am using 1.2.68 and I don't have said issue and I have a bunch of folders synced with tons of files in them, and my CPU usage doesn't go above 2% while idle. Same with my server running Gentoo Linux. EDIT: while syncing one file it doesn't go over 2% either (receiving the file on windows 7)
  12. What version are you using? Remember 1 MB/s does not equal 1 mb/s. 1 Byte (1 equals 8 bits (8 . So the fastest you can transfer is 12.5 Megabytes or MB mnus any and all overhead, I noticed you said WAN (Wide Area Network) aka the internet, did you mean to say that or did you mean LAN (Local Area Network)?
  13. I can look into doing this since I have a CentOS server I am playing with now. Might take a while since i am still getting use to it but ones I learn the tricks of this distro I will jump on learning on making RPM packages for it.
  14. any server/computer as long as it is connected to the internet is hackable
  15. if there was a way to make this for CentOS, that would be awesome.
  16. It does take a little skill to set up but it's not that hard to use just cumbersome. Some people might be scared off
  17. Progress Bars that shows pieces, something like this An option to have an advanced UI that kinda resembles µTorrent.
  18. Try /usr/lib/btsync-user/btsync-stopper then /usr/lib/btsync-user/btsync-starter
  19. I am wondering what the most amount of data you have synced was. I am currently syncing 1.6TB of data between 2 computers.
  20. I use this on linux. Works very well for me and I get very long keys. cat /dev/random | dd if=/dev/stdin bs=1 count=256 iflag=fullblock 2>/dev/null | base64 -i | sed -e ':a;N;$!ba;s/\n//g' -e 's/[^a-zA-Z0-9]//g'Sample: 1PwzT2xduLA4DujNydHmG8Nw6ZOo0DhKOL12FD3ZMA9K4yWbomTZFrTntkPCmwWfaXabTt5RoYgjfpgAMOmjlrC4CbT5TvZOlPxUJlnOlvXmV6xLQJUt7WNF6zFzyPagIDzrXo6kkzJa12N8lrvnflCaZnQhIETZzGDihHQ2R1uXuNZqknKTtir3Wdl6HDodCl9R5Lz4lpZjplFKhS17xWt0Jitvk0zbIAi9VtTw8STeHT311r5u1dXefBsm9uDsRidgDyu52ObFJZrSS4mCtEMLnvj8eO1F3VGxicnzBHbqkFnVEOIWjgCVS8L8OBEDcTHaVTno4a2rRI4eEkshWPYM6w you can change 256 to 128, 64, 32 or any other number you want and it will make a key according to the number you put in.
  21. Yup that's the best way. if you want to be able to click on it make a symlink to where you want it. ln -s /usr/lib/btsync-user/btsync-stopper /path/to/symlink Remember to replace /path/to/symlink to where and what you want it to be like so ln -s /usr/lib/btsync-user/btsync-stopper ~/btstop
  22. Here's My secret BBO3V2B34NQHMIVMI3VOADOXSNBD56AV3 If I get a few followers I'll probably post about computers, games, networking etc.
  23. @LazyWolf you where right but there was more stuff i needed to do. { "device_name": "Tsukihi", "listening_port" : 28565, "storage_path" : "/var/btsync/*USER*/.sync", "pid_file" : "/run/btsync/btsync.pid", "check_for_updates" : false, "use_upnp" : false, "webui" : { "listen" : "10.10.10.249:9999" } }