Advertisement
Guest User

rtorrent config file 2012.02.18

a guest
Feb 18th, 2012
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.26 KB | None | 0 0
  1. # This is an example resource file for rTorrent. Copy to
  2. # ~/.rtorrent.rc and enable/modify the options as needed. Remember to
  3. # uncomment the options you wish to enable.
  4.  
  5. # Letöltési és feltöltési sebesség szabályozása. 0 esetén nincs korlát.
  6. # ADSL esetén a feltöltés a kapcsolatunk sebességének 80%-a legyen!
  7. # Az értékek kbájt/secben legyenek megadva.
  8. #
  9. download_rate = 4096
  10. upload_rate=500
  11.  
  12. # Maximum and minimum number of peers to connect to per torrent
  13. #
  14. #min_peers = 40
  15. #max_peers = 100
  16.  
  17. # Same as above but for seeding completed torrents (-1 = same as downloading)
  18. #
  19. #min_peers_seed = 10
  20. #max_peers_seed = 50
  21.  
  22. # Default directory to save the downloaded torrents.
  23. # A még letöltés alatt lévő fájlok itt tanyáznak
  24. #
  25. directory=/home/rt/rt/.downloading/
  26.  
  27. # Default session directory. Make sure you don't run multiple instance
  28. # of rtorrent using the same session directory. Perhaps using a
  29. # relative path?
  30. # Az rtorrent itt tartja nyilván hogy melyik torrenttel hol tart.
  31. #
  32. session=/home/rt/rt/.downloading/rtorrent.session/
  33.  
  34. # Watch a directory for new torrents, and stop those that have been
  35. # deleted.
  36. # Ha ide másolunk egy torrentet, akkor az rtorrent elkezdi azt letölteni
  37. #schedule = watch_directory,5,5,load_start=./watch/*.torrent
  38. #schedule = untied_directory,5,5,stop_untied=
  39. #
  40. schedule=watch_directory,5,5,load_start=/home/rt/rt/watch/*.torrent
  41.  
  42. # Ha letöröljük akkor pedig leállítja
  43. # schedule=untied_directory,5,5,stop_untied=
  44. # Inkább töröljük le ezeket
  45. #
  46. schedule = untied_directory,10,10,remove_untied=
  47.  
  48. # Torrentek leállítása, ha a szabad diszkterület a megadott méret alá csökken
  49. # Close torrents when diskspace is low.
  50. #
  51. schedule = low_diskspace,5,60,close_low_diskspace=100M
  52.  
  53. # A kész torrenteket az átmeneti könyvtárból a végleges helyükre mozgatjuk
  54. #on_finished=move_complete,"execute=mv,-u,$d.get_base_path=,/home/rt/rt/;d.set_directory=/home/rt/rt/"
  55. #
  56. system.method.set_key = event.download.finished,move_complete,"execute=mv,-u,$d.get_base_path=,/home/rt/rt/complete;d.set_directory=/home/rt/rt/complete;"
  57.  
  58. # Port range to use for listening.
  59. # Ezeket a portokat használjuk. A tűzfalon engedélyezni kell a port-forwardot!
  60. #
  61. port_range=6890-6999
  62.  
  63. # Az scgi porton keresztül fogunk kommunikálni a web szerverrel
  64. #
  65. scgi_port=127.0.0.1:5000
  66.  
  67. # Engedélyezzük a titkosított kapcsolatokat, de nem erőltetjuk a dolgot
  68. #
  69. encryption=allow_incoming,enable_retry,prefer_plaintext
  70.  
  71. # Maximum number of simultanious uploads per torrent.
  72. # Egyszerre hány torrentfájlt töltsünk fel.
  73. #
  74. #max_uploads = 15
  75.  
  76. # Stop torrents when reaching upload ratio in percent,
  77. # when also reaching total upload in bytes, or when
  78. # reaching final upload ratio in percent.
  79. # example: stop at ratio 2.0 with at least 200 MB uploaded, or else ratio 20.0
  80. #
  81. #schedule = ratio,60,60,"stop_on_ratio=200,200M,2000"
  82.  
  83. # The ip address reported to the tracker.
  84. #
  85. #ip = 127.0.0.1
  86. #ip = rakshasa.no
  87.  
  88. # The ip address the listening socket and outgoing connections is
  89. # bound to.
  90. #
  91. #bind = 127.0.0.1
  92. #bind = rakshasa.no
  93.  
  94. # Start opening ports at a random position within the port range.
  95. #
  96. #port_random = no
  97.  
  98. # Check hash for finished torrents. Might be usefull until the bug is
  99. # fixed that causes lack of diskspace not to be properly reported.
  100. #
  101. #check_hash = no
  102.  
  103. # Set whetever the client should try to connect to UDP trackers.
  104. #
  105. use_udp_trackers = yes
  106.  
  107. # Alternative calls to bind and ip that should handle dynamic ip's.
  108. #
  109. #schedule = ip_tick,0,1800,ip=rakshasa
  110. #schedule = bind_tick,0,1800,bind=rakshasa
  111.  
  112. # Encryption options, set to none (default) or any combination of the following:
  113. # allow_incoming, try_outgoing, require, require_RC4, enable_retry, prefer_plaintext
  114. #
  115. # The example value allows incoming encrypted connections, starts unencrypted
  116. # outgoing connections but retries with encryption if they fail, preferring
  117. # plaintext to RC4 encryption after the encrypted handshake
  118. #
  119. # encryption = allow_incoming,enable_retry,prefer_plaintext
  120.  
  121. # Enable DHT support for trackerless torrents or when all trackers are down.
  122. # May be set to "disable" (completely disable DHT), "off" (do not start DHT),
  123. # "auto" (start and stop DHT as needed), or "on" (start DHT immediately).
  124. # The default is "off". For DHT to work, a session directory must be defined.
  125. #
  126. # dht = auto
  127.  
  128. # UDP port to use for DHT.
  129. #
  130. # dht_port = 6881
  131.  
  132. # Enable peer exchange (for torrents not marked private)
  133. #
  134. # peer_exchange = yes
  135.  
  136. #
  137. # Do not modify the following parameters unless you know what you're doing.
  138. #
  139.  
  140. # Hash read-ahead controls how many MB to request the kernel to read
  141. # ahead. If the value is too low the disk may not be fully utilized,
  142. # while if too high the kernel might not be able to keep the read
  143. # pages in memory thus end up trashing.
  144. #
  145. #hash_read_ahead = 10
  146.  
  147. # Interval between attempts to check the hash, in milliseconds.
  148. #
  149. #hash_interval = 100
  150.  
  151. # Number of attempts to check the hash while using the mincore status,
  152. # before forcing. Overworked systems might need lower values to get a
  153. # decent hash checking rate.
  154. #
  155. #hash_max_tries = 10
  156.  
  157. #The Following Are VERY Important
  158.  
  159. encoding_list = UTF-8
  160.  
  161. #scgi_local = /tmp/rpc.socket
  162.  
  163. schedule = chmod,0,0,"execute=chmod,777,/tmp/rpc.socket"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement