Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[SOLVED] Where are the Transmission files?
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Solved: Where are the Transmission files?
8th May, 2016, 11:35 PM
Post: #1
Peiote Offline
Registered
Posts: 58
Joined: Mar 2016
Reputation: 0
Where are the Transmission files?
Hardware:
Raspberry Pi 3

Hi

I'm planning to seeding hard using transmission. It could mean hundreds of torrents and a lot of time.
Where are transmission files to make backups?
I've seen here, but it seems transmission is not at HOME with xBian.

Best regards
Find all posts by this user
Quote this message in a reply
8th May, 2016, 11:56 PM
Post: #2
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: Where are the Transmission files?
Did you set it up yourself or use the xbian-package-downloads?

If the latter, they should be in $HOME/.config or what was set in http://xxx.xxx.xxx.xxx:9091

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
9th May, 2016, 01:50 AM (This post was last modified: 9th May, 2016 01:51 AM by Nachteule.)
Post: #3
Nachteule Offline
Administrator
******
Posts: 2,405
Joined: Dec 2014
Reputation: 122
RE: Where are the Transmission files?
That document is not correct for Debian packages. If you're using transmission package from Debian, look into file

/etc/default/transmission-daemon

There is CONFIG_DIR defined and you can define the user. Here is an example (token from my transmission installation )

Quote:# defaults for transmission-daemon
# sourced by /etc/init.d/transmission-daemon

# Change to 0 to disable daemon
ENABLE_DAEMON=1

USER="xbian"

# This directory stores some runtime information, like torrent files
# and links to the config file, which itself can be found in
# /etc/transmission-daemon/settings.json
#CONFIG_DIR="/var/lib/transmission-daemon/info"
CONFIG_DIR="/home/xbian/.config/transmission"

# Default options for daemon, see transmission-daemon(1) for more options
OPTIONS="--config-dir $CONFIG_DIR"

# (optional) extra options to start-stop-daemon
#START_STOP_OPTIONS="--iosched idle --nicelevel 10"
Find all posts by this user
Quote this message in a reply
9th May, 2016, 03:50 AM
Post: #4
Peiote Offline
Registered
Posts: 58
Joined: Mar 2016
Reputation: 0
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.
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 9th May, 2025, 01:50 PM Powered By MyBB, © 2002-2025 MyBB Group.