How to change added torrent file location for transmission-daemon

1.5k Views Asked by At

The transmission-daemon stores by default some temporary files and the added torrent files in the following directory:

/var/lib/transmission-daemon/.config/transmission-daemon/

Is it possible to set another directory?

1

There are 1 best solutions below

0
ΔO 'delta zero' On

Why not just ln -s /var/lib/transmission-daemon/.config/transmission-daemon/ ~/MyAwesomeTransmissionConfigDirecotry or whatnot? ;-)

You'll just probably need sudo to ls it :)