PainFreePc

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by PainFreePc

  1. This is BTSync start-up script i use for ubuntu 12.04 Source: http://askubuntu.com/questions/284683/how-to-run-bittorrent-sync i installed BTSync in a folder called "syncme" in my home directory, My user name is "bob" so my start-up script looks like this: sudo vi /etc/init.d/btsync or sudo nano /etc/init.d/btsync #! /bin/sh# /etc/init.d/btsync## Carry out specific functions when asked to by the systemcase "$1" instart) /home/bob/syncme/btsync --config /home/bob/syncme/btsync.config ;;stop) killall btsync ;;*) echo "Usage: /etc/init.d/btsync {start|stop}" exit 1 ;;esacexit 0Save the file and exit Start BT Sync Service: sudo chmod 755 /etc/init.d/btsyncsudo update-rc.d btsync defaultssudo service btsync startNOTE: My bysync.conf file looks like this: sudo nano /home/blackboy/syncme/btsync.config { "use_upnp" : false, "download_limit" : 0, "upload_limit" : 0, "check_for_updates" : true, "device_name": "BTSync @ VPS Server1", "listening_port" : 0, // 0 - randomize port "webui": { "listen" : "0.0.0.0:xxxx", //replace xxxx with your port number "login" : "pick a user name", "password" : "pick a 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.*//* , "shared_folders" : [ {// use --generate-secret in command line to create new secret "secret" : "MY_SECRET_1", // * required field "dir" : "/home/user/bittorrent/sync_test", // * required field// use relay server when direct connection fails "use_relay_server" : true, "use_tracker" : true, "use_dht" : false, "search_lan" : false,// enable sync trash to store files deleted on remote devices "use_sync_trash" : false,// specify hosts to attempt connection without additional search "known_hosts" : [ "192.168.1.2:44444" ] } ]*/// Advanced preferences can be added to config file.// Info is available in BitTorrent Sync User Guide.}
  2. Be nice to have some feedback from you, did you get it working? - it's working for me great.
  3. My Key @PainFreePc: BOHB5BDXHE7EX3AUK5KVRFEKLKJCQC7TG
  4. I also use backupsy.com $7 deal, using for about 2 months now with no problems, i have a ownCloud server at home use it as cloud sync for BTSync, i use backupsy as off site backup, for the ownCloud to backupsy backup tool i use Duplicati, all files to backupsy are AES-256 encrypted, i can do full and incremental backups, all this is very easy to setup, if you need help just ask... Note: i even installed VNC remote desktop and hosting 5 websites and still using way less then the 500 mb max ram..
  5. Add This To Your "hosts" File and BTSync Can't Call Home "127.0.0.1 t.usyncapp.com" "127.0.0.1 usyncapp.com" "127.0.0.1 www.usyncapp.com"
  6. So is this now a Dead Project, i think many do not understand how it works..
  7. As you Said "as long as the participants are aware of it" Don't get me wrong i like this a lot, but i can see it going very bad, some idiot can set this up for a non tech savvy user (new girl friend) and say hay i have a new way for us to communicate, gives her user/folder key to a few of his buddys without her knowing. No way in the web gui for a non tech savvy person to understand how this works.
  8. This is Awesome, No 3rd party server keeping logs of your message - But i don't thank most of you get it, this is for private communication between two people or a small group, This is not Twitter.