How do I change the Bittorrent download directory?

Created by Ryan Oram
Keywords:
bittorrent bt download
Last updated by:
Ryan Oram

(infinityOS 1.0 series only)

By default, infinityOS puts the BitTorrent downloads in /var/bt/.

To change this, the simplest method is entering the following into the terminal (substituting your prefered directory when needed):

------------------------

sudo mv /var/bt <insert your directory>
sudo chmod -R 777 <insert your directory>
sudo ln -s <insert your directory> /var/bt

------------------------

This should tell Deluge and the Add Video Feeds script to download to the new directory.