Beiträge von ProximaJoe

    Seedboxes are great if your going to do a lot of torrents up and down, or as in your case a monthly data cap. You can transfer the files from your seedbox via encrypted FTP, and your ISP only knows that hey your transferring a lot of data (don't know what it is, just that its a lot). If your a casual user, seedboxes may be a bit expensive.


    Here's an example, my VPN is actually a Virtual Server running my DNS and VPN only. The only thing I torrent is the occasional OS upgrades. My service allows 1TB of data transfers. I transfer directly to my server via encrypted tunnel (setting upload to 0 - yea I'm that guy). $4 a month, and I can use my vpn on my phone to protect my data and never get near my 1TB limit.


    Seedboxes you have to store the data on the Seedbox, so even though most give you unlimited bandwidth on transfers you have to pay for storage. For $5 a month, Seedboxbay will give you unlimited bandwidth at 1Gbps but only 150GB of storage. That's ok, but if we're talking terabytes, say over 2TB, Seedbox.IO is about $28 a month. For a hardcore torrenter, or a person with a cap (or both) that's fine, casual user not so fine.

    In 2010, between March and September alone, 16,200 new lawsuits were filed. The US Copyright Group, acting on behalf of a group of independent movie makers, sued BitTorrent USERS. In taking this action, they forced ISPs to reveal the users’ real identities and were then able to send settlement offers to those users of between $1000 and $3000 per instance. So, you torrent 10 files that is $10,000.


    A VPN secures your connection by changing your IP address and creating a tunnel through which your data travels undetected (sort of). You can connect to a torrenting site without the connection being traced back to your actual IP address. So, if you do accidentally download copyrighted material from the site, it cannot be traced back to you. Of course, we do not condone video or music piracy, but you should be able to share uncopyrighted materials without fear of being targeted by copyright trolls.

    I didn't have enough resources to do this on my system, but what I would do is create a Virtual Machine. Setup the machine with Radarr and Sonarr and run your VPN service through there only. Then setup a script using SCP to transfer the files from the VM to your Plex Box. If you don't know how to use SCP (Google it), here is an example:


    scp -r user@your.server.example.ip:/path/to/file /home/user/Desktop/


    It will ask you for the password of the user