Scharbag
Guru
- Joined
- Feb 1, 2012
- Messages
- 620
So, I have a good blocklist for transmission but it seems that the list is not updated unless told to.
So, I did the following in FreeNAS as root:
Then I added the following to the script:
finally I added the following to the root user's crontab in the Transmission jail:
My question is: will this work? If so, cool. If not, any suggestions? When I run the script, I get the following which is promising:
Anywhoo, thought I would ask.
Cheers,
So, I did the following in FreeNAS as root:
Code:
touch /mnt/tank/Jail/transmission_1/media/update_block_list.sh chmod +x /mnt/tank/Jail/transmission_1/media/update_block_list.sh
Then I added the following to the script:
Code:
#!/bin/sh transmission-remote -n <user>:<password> --blocklist-update
finally I added the following to the root user's crontab in the Transmission jail:
Code:
0 0 * * 0 sh /media/update_block_list.sh
My question is: will this work? If so, cool. If not, any suggestions? When I run the script, I get the following which is promising:
Code:
localhost:9091/transmission/rpc/ responded: "success"
Anywhoo, thought I would ask.
Cheers,
Last edited: