this post was submitted on 21 Jun 2023
15 points (100.0% liked)

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ

1444 readers
11 users here now

⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.

Rules • Full Version

1. Posts must be related to the discussion of digital piracy

2. Don't request invites, trade, sell, or self-promote

3. Don't request or link to specific pirated titles, including DMs

4. Don't submit low-quality posts, be entitled, or harass others



Loot, Pillage, & Plunder

📜 c/Piracy Wiki (Community Edition):


💰 Please help cover server costs.

Ko-Fi Liberapay
Ko-fi Liberapay

founded 1 year ago
MODERATORS
 

TLDR can the *arr stack be setup to move the completed files to another server?

Before I potentially waste many hours trying to get this setup, need a bit of advice.

Been old school for a couple of decades. Running a Linux box on bare metal with a torrent client. Client gets downloads from a RSS feed and when completed, I manually copy them to my Linux server (Big JBOD), and use filebot to rename and move them to the various directories.

Been interested in switching to something more automated for a while and want to give sonarr etc. a go.

I already have a proxmox box running a few VMs so was thinking of setting up docker on there with the various sonarr, radarr, etc. and then have the completed files moved over to my linux server. The server was built around 2010 and great for streaming but I think running docker and everything else would kill it.

It is possible to set it up so that when the download is finished on the docker box, it's copied across to the server?

All the guides I've read suggest having the docker stack on the same box as the server but I'm reluctant because if it's age.

top 3 comments
sorted by: hot top controversial new old
[–] TooL@kbin.social 3 points 1 year ago

While I don't use my *arr stack in quite the same way, I do not see why you wouldn't be able to do it.

You'll need to set up mount points, and the permissions can be a bit finicky but other than that you shouldn't have an issue.

I currently have my download client setup on a separate server (VM on esxi) and my *arr stack set up on unRAID and it will kick off the download, then move the downloads between servers no problem.

Yes, that’s possible. The *arr’s need to be able to access the path on your storage server though. I’m using syncthing to move files between two locations.

[–] gesis@kbin.social 1 points 1 year ago

Totally possible. In fact, I do it.

Honestly, I feel like the majority of users do, since using gdrive for storage has been so popular.

You just need a way for *arr to access the filesystem of the server, whether that's SMB/NFS shares or whatever.