User Tools

Site Tools


software:bittorrentsync

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:bittorrentsync [2015/05/03 18:14] – [Create Sync Folders in BitTorrent Sync 2] superwizardsoftware:bittorrentsync [2015/11/12 16:12] (current) – [sync-your-windows-profile-the-smart-way] superwizard
Line 52: Line 52:
     mklink /J "BTSync\Documents" "Documents"     mklink /J "BTSync\Documents" "Documents"
     mklink /J "BTSync\Downloads" "Downloads"     mklink /J "BTSync\Downloads" "Downloads"
 +
 +</code>
 +
 +From: http://forum.sysinternals.com/junction-delete-a-junction-with-winexplorer_topic13616.html
 +
 +<code>
 +Quote Usage Recommendations
 +NOTE: Microsoft recommends that you follow these recommendations closely when you use junction points:
 +� Use NTFS ACLs to protect junction points from inadvertent deletion. 
 +� Use NTFS ACLs to protect files and directories that are targeted by junction points from inadvertent
 + deletion or other file system operations. 
 +� Never delete a junction point by using Explorer, a del /s command, or other file system utilities that 
 +walk recursively into directory trees. These utilities affect the target directory and all subdirectories. 
 +� Use caution when you apply ACLs or change file compression in a directory tree that includes NTFS 
 +junction points. 
 +� Do not create namespace cycles with NTFS or DFS junction points. 
 +� Put all your junction points in a secure location in a namespace where you can test them out in safety, 
 +and where other users will not mistakenly delete them or walk through them.   
 +
 +</code>
 +
 +From:  http://superuser.com/questions/285581/how-to-delete-a-junction-by-using-command-line-in-windows-7
 +
 +<code>
 +Delete junctions with rmdir (rd). Works in all Windows versions.
 +
 </code> </code>
  
software/bittorrentsync.1430676889.txt.gz · Last modified: 2015/05/03 18:14 by superwizard