<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Transmission Crontab</title>
		<link>http://mybookworld.wikidot.com/forum/t-58437/transmission-crontab</link>
		<description>Posts in the discussion thread &quot;Transmission Crontab&quot; - Setting up transmission to auto-start/stop</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-58437#post-166972</guid>
				<title>Re: Transmission Crontab</title>
				<link>http://mybookworld.wikidot.com/forum/t-58437/transmission-crontab#post-166972</link>
				<description></description>
				<pubDate>Tue, 20 May 2008 19:31:42 +0000</pubDate>
				<wikidot:authorName>kyyhkynen</wikidot:authorName>				<wikidot:authorUserId>42146</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Yes, with -u. You can see a list of all the available command line options for transmission-remote with calling it without any arguments.</p> <p>As another note, I have put together a shell script to add some extra functionality to transmission, like watch directory and automatic removal of completed torrents and, in your case probably the most interesting part, bandwidth scheduling.</p> <p>The script and a guide on using it can be found <a href="http://kyyhkynen.net/stuff/mybook/torrent_helper.php">here</a>.</p> <p>Of course, the crontab solution will work just as fine :)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-58437#post-166946</guid>
				<title>Re: Transmission Crontab</title>
				<link>http://mybookworld.wikidot.com/forum/t-58437/transmission-crontab#post-166946</link>
				<description></description>
				<pubDate>Tue, 20 May 2008 18:55:48 +0000</pubDate>
				<wikidot:authorName>FingAZ</wikidot:authorName>				<wikidot:authorUserId>83160</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>What about limiting upload also? -u?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-58437#post-165911</guid>
				<title>Re: Transmission Crontab</title>
				<link>http://mybookworld.wikidot.com/forum/t-58437/transmission-crontab#post-165911</link>
				<description></description>
				<pubDate>Sun, 18 May 2008 22:14:46 +0000</pubDate>
				<wikidot:authorName>alephsmith</wikidot:authorName>				<wikidot:authorUserId>58305</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Unfortunately no, decimals are not excepted. However setting it to 1KB/s is negligible enough for me.</p> <p>You don't need to run a script, just run the actual command. My <tt>/etc/crontabs/root</tt>:</p> <div class="code"> <pre> <code># standard crontab format for busybox cron daemon. # fields may be lists # min hour day month wd command # * * * * * dosomething # save the date every day at midnight 0 0 * * * date +%m%d%H%M%Y.%S &gt; /var/lib/now 05 3 * * * transmission-remote -D #sets download to unlimited 45 8 * * * transmission-remote -d 1 #sets download to max 1 KB/s</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-58437#post-165792</guid>
				<title>Re: Transmission Crontab</title>
				<link>http://mybookworld.wikidot.com/forum/t-58437/transmission-crontab#post-165792</link>
				<description></description>
				<pubDate>Sun, 18 May 2008 17:41:34 +0000</pubDate>
				<wikidot:authorName>FingAZ</wikidot:authorName>				<wikidot:authorUserId>83160</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>How did you manage to adjust these settings? Would it therefore be possible to enter a decimal value? (ie. 0.01kb/s to make it negible)<br /> What was the script that you were running?</p> <p>FingAZ.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-58437#post-162056</guid>
				<title>Re: Transmission Crontab</title>
				<link>http://mybookworld.wikidot.com/forum/t-58437/transmission-crontab#post-162056</link>
				<description></description>
				<pubDate>Mon, 12 May 2008 12:43:58 +0000</pubDate>
				<wikidot:authorName>FingAZ</wikidot:authorName>				<wikidot:authorUserId>83160</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Realised what the problem was! Bit of a PEBKAC error - the cron worked fine, but i had setup another cron to restart my book @ 4am, which occured, and then i hadn't setup transmission to load automatically on boot.<br /> So i checked when transmission wasn't running.<br /> Doh! :)</p> <p>Thanks so much for your help!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-58437#post-161036</guid>
				<title>Re: Transmission Crontab</title>
				<link>http://mybookworld.wikidot.com/forum/t-58437/transmission-crontab#post-161036</link>
				<description></description>
				<pubDate>Sat, 10 May 2008 11:52:24 +0000</pubDate>
				<wikidot:authorName>alephsmith</wikidot:authorName>				<wikidot:authorUserId>58305</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <div class="code"> <pre> <code>[root@MyBookWorld ~]# crond --help BusyBox v1.2.2 (2008.01.18-09:29+0000) multi-call binary Usage: crond -d[#] -c &lt;crondir&gt; -f -b -d [#] -l [#] -S -L logfile -f -b -c dir -d num debug level -l num log level (8 - default) -S log to syslogd (default) -L file log to file -f run in foreground -b run in background (default) -c dir working dir [root@MyBookWorld ~]#</code> </pre></div> <p>ie. change your crond.sh script to include the <tt>-L logfile</tt> switch. Then restart crond</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-58437#post-159877</guid>
				<title>Re: Transmission Crontab</title>
				<link>http://mybookworld.wikidot.com/forum/t-58437/transmission-crontab#post-159877</link>
				<description></description>
				<pubDate>Thu, 08 May 2008 14:10:45 +0000</pubDate>
				<wikidot:authorName>FingAZ</wikidot:authorName>				<wikidot:authorUserId>83160</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I actually installed it the long way; Transmission version 1.01 and Clutch 0.2- soley to avoid the need to mess around with paths and the such lol;<br /> Any further ideas :)</p> <p>How do you setup cron logs?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-58437#post-159858</guid>
				<title>Re: Transmission Crontab</title>
				<link>http://mybookworld.wikidot.com/forum/t-58437/transmission-crontab#post-159858</link>
				<description></description>
				<pubDate>Thu, 08 May 2008 13:30:55 +0000</pubDate>
				<wikidot:authorName>alephsmith</wikidot:authorName>				<wikidot:authorUserId>58305</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Did you install it via optware? If so look in your crond.sh and check what your PATH is being set to. You will need to make sure that your transmission-daemon and transmission-remote are both in your PATH.</p> <p>Also try running cron with logging enabled to see if the commands are actually being run.</p> <p>I recently tried doing the same thing as you by setting the upload limit 0 during my peak peak times. That way I would upload in the mean time. Unfortunately setting transmissions download limit to 0 via the cli doesn't actually stop downloads buy sets it to unlimited download bandwidth. I reported it in clutch forms, and I will report it in the main transmission forum when I get a chance.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-58437#post-159849</guid>
				<title>Re: Transmission Crontab</title>
				<link>http://mybookworld.wikidot.com/forum/t-58437/transmission-crontab#post-159849</link>
				<description></description>
				<pubDate>Thu, 08 May 2008 13:12:40 +0000</pubDate>
				<wikidot:authorName>FingAZ</wikidot:authorName>				<wikidot:authorUserId>83160</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thinking about making two seperate scripts in init.d, so transmissionstart.sh and transmissionstop.sh to remove the need for spacing in the command?<br /> Whats the verdict?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-58437#post-159848</guid>
				<title>Transmission Crontab</title>
				<link>http://mybookworld.wikidot.com/forum/t-58437/transmission-crontab#post-159848</link>
				<description></description>
				<pubDate>Thu, 08 May 2008 13:08:58 +0000</pubDate>
				<wikidot:authorName>FingAZ</wikidot:authorName>				<wikidot:authorUserId>83160</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi everyone,<br /> I have recently managed to manually install the 2.00.18 firmware and restore my mybook back to a half decent state after learning about linux the messy way :)<br /> Now have transmission and clutch installed fine, all works and can start using "/etc/init.d/transmission.sh start" - but trying to use /etc/crontabs/root to stop the process @ 4pm and restart @ 11pm to avoid the 'peak period' laid out by my ISP (aka to avoid bandwidth throttling!)</p> <p>So far i am using;<br /> 0 16 * * * /etc/init.d/transmission.sh start</p> <p>and similar but different timing for stop.<br /> The command functions fine manually, but can't get it going using cron.</p> <p>Any ideas? The only thing i could think of is maybe it requires the command to be in "'s due to the space between script location and action?</p> <p>Thanks in advance,<br /> Darren.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>