daily pastebin goal
95%
SHARE
TWEET

Untitled

a guest May 1st, 2018 143 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. method.insert = cfg.basedir,     private|const|string, (cat,"/root/rtorrent/")
  2. method.insert = cfg.watch,       private|const|string, (cat,(cfg.basedir),"watch/")
  3.  
  4. method.insert = cfg.logs,       private|const|string, (cat,(cfg.basedir),"log/")
  5. method.insert = cfg.logfile,    private|const|string, (cat,(cfg.logs),"rtorrent-",(system.time),".log")
  6.  
  7. # This is an example resource file for rTorrent. Copy to
  8. # ~/.rtorrent.rc and enable/modify the options as needed. Remember to
  9. # uncomment the options you wish to enable.
  10.  
  11. # Maximum and minimum number of peers to connect to per torrent.
  12. min_peers = 1
  13. max_peers = 100
  14.  
  15. # Same as above but for seeding completed torrents (-1 = same as downloading)
  16. min_peers_seed = 1
  17. max_peers_seed = 100
  18.  
  19. # Maximum number of simultanious uploads per torrent.
  20. max_uploads = 10
  21.  
  22. # Maximum number of simultaneous downloads
  23. max_downloads_global = 20
  24. max_uploads_global = 500
  25.  
  26. # Global upload and download rate in KiB. "0" for unlimited.
  27. download_rate = 0
  28. upload_rate = 0
  29.  
  30. # Default directory to save the downloaded torrents.
  31. session.path.set = (cat,(cfg.basedir),".session")
  32. directory.default.set = "/mnt/local/torrents"
  33. directory = "/mnt/local/torrents"
  34.  
  35. # Watch a directory for new torrents, and stop those that have been
  36. # deleted.
  37. schedule = watch_directory,5,5,load_start=./rtactive/*.torrent
  38. schedule = tied_directory,6,5,start_tied=
  39. schedule = untied_directory,7,5,stop_untied=
  40.  
  41. # Close torrents when diskspace is low.
  42. schedule = low_diskspace,5,60,close_low_diskspace=2000M
  43.  
  44. # Periodically save session data
  45. schedule = session_save,240,300,session_save=
  46.  
  47. # Enable the default ratio group.
  48. ratio.enable=
  49.  
  50. # Change the limits, the defaults should be sufficient.
  51. ratio.min.set=400
  52. ratio.max.set=2000
  53. ratio.upload.set=250M
  54.  
  55. # When seeding ratio is reached close the torrent
  56. system.method.set = group.seeding.ratio.command, d.close=
  57.  
  58. # Move files around when download completes
  59. system.method.set_key = event.download.finished,move_complete,"execute=mv,-n,$d.get_base_path=,./unsorted/;d.set_directory=./unsorted/"
  60.  
  61. # Port range to use for listening.
  62. port_range = 51000-51250
  63.  
  64. # Start opening ports at a random position within the port range.
  65. port_random = yes
  66.  
  67. # Encryption options, set to none (default) or any combination of the following:
  68. # allow_incoming, try_outgoing, require, require_RC4, enable_retry, prefer_plaintext
  69. #
  70. # The example value allows incoming encrypted connections, starts unencrypted
  71. # outgoing connections but retries with encryption if they fail, preferring
  72. # plaintext to RC4 encryption after the encrypted handshake
  73. #
  74. encryption = allow_incoming,try_outgoing,enable_retry,prefer_plaintext
  75.  
  76. # Enable DHT support for trackerless torrents or when all trackers are down.
  77. # May be set to "disable" (completely disable DHT), "off" (do not start DHT),
  78. # "auto" (start and stop DHT as needed), or "on" (start DHT immediately).
  79. # The default is "off". For DHT to work, a session directory must be defined.
  80. #
  81. #dht = auto
  82.  
  83.  
  84. # UDP port to use for DHT.
  85. #
  86. #dht_port = 6881
  87.  
  88. # Enable peer exchange (for torrents not marked private)
  89. #
  90. #peer_exchange = yes
  91. network.scgi.open_port = 127.0.0.1:5000
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Pastebin PRO 'AUTUMN SPECIAL'!
Get 60% OFF Pastebin PRO accounts!
 
Top