Solved: Where are the Transmission files?
|
9th May, 2016, 03:50 AM
Post: #4
|
|||
|
|||
RE: Where are the Transmission files?
I have them here:
Terminal xbian@xbian /etc/transmission $ ls blocklists dht.dat resume settings.json torrents The process: 1- Delete directory: Terminal sudo rm -rf /etc/transmission 2- Copy the backup (backup in this example would be: "/home/xbian/transmission/" accesible from Samba): Terminal sudo cp -r /home/xbian/transmission/ /etc/transmission/ 3- Change permissions: Terminal sudo chmod -R 755 /etc/transmission/ sudo chown -R xbian:xbian /etc/transmission/ Working, thank you guys. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Where are the Transmission files? - Peiote - 8th May, 2016, 11:35 PM
RE: Where are the Transmission files? - IriDium - 8th May, 2016, 11:56 PM
RE: Where are the Transmission files? - Nachteule - 9th May, 2016, 01:50 AM
RE: Where are the Transmission files? - Peiote - 9th May, 2016 03:50 AM
|