User Tools

Site Tools


software:bittorrentsync

This is an old revision of the document!


sync-your-windows-profile-the-smart-way

From: http://forum.bittorrent.com/topic/17728-sync-your-windows-profile-the-smart-way/

A Link can be so called Hard Link linking one file to a target file, or a 
Soft Link linking a folder to a target folder. Soft Links are also called Symbolic Links. 
Third link type is Junction, basically a hard link but as hard links can only link files 
we need to use junctions to link folders.
    mkdir BTSync
    mklink /J "BTSync\Contacts" "Contacts"
    mklink /J "BTSync\user_Desktop" "Desktop"
    mklink /J "BTSync\Documents" "Documents"
    mklink /J "BTSync\Downloads" "Downloads"

From: http://forum.bittorrent.com/topic/17782-bittorrent-sync-faq-unofficial/

  .SyncIgnore = A user editable file allowing you to "exclude" certain files/sub folders for being sync'd
  
  

Run Bittorrent Sync as Service

From: http://iain.cx/src/

NSSM service helper (Windows API): Service helper program similar to srvany. But which doesn't suck.

From: http://forum.bittorrent.com/topic/18326-start-sync-as-service-on-windows/

Start Sync as service on Windows

1. Copy instsrv.exe & srvany.exe to C:\Program Files (x86)\BitTorrent Sync, you should get these files from Windows NT Resource Kit

Log Location

  \AppData\Roaming\BitTorrent Sync
software/bittorrentsync.1430413096.txt.gz · Last modified: 2015/04/30 16:58 by superwizard