Polopollo

Members
  • Posts

    41
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Polopollo's Achievements

Rookie

Rookie (2/14)

0

Reputation

  1. sorry talking to myself. I just tried and it deletes-deletes the file everywhere. And it DOES NOT send it to the server's .sync/Archive/ folder. (It did for my other computer where I created the dummy file though) Weird. If anyone knows about it let me know
  2. Ok I found it, it is present too on Unraid. The folder is in /.../ResilioFolder/MyPolopolloSyncedFolder/.sync/Archive/ In a nutshell: on the root of each of your Resilio folders, there is a .sync/Archive/ that has them. Nice. ------------------------------------------------------- Another question: Is it possible to run a script/command line to delete a file from the server but for everywhere? Does a `rm -rf` ran in the Unraid terminal replace the file with the `.rslsv` equivalent, or does it delete-delete it from all the resilio peers too?
  3. Hi, how do I access the archived files on my resilio-sync container? I am trying to have my files archived for 30days like it is on my Macbook (like in the pictures of this article: https://help.resilio.com/hc/en-us/articles/204754239-Using-Archive-for-file-versioning-and-restoring-deleted-files-
  4. Ok so I think it is due to Plex Media Scan seems to be the culprit. I am not sure what to fix for then..? I just added more agents to scan to Plex recently cuz it was not finding any covers for the new content I added. Could it be the cause?
  5. Hello, I am kind of a noob. I had my tower for maybe 2 years now. And I have this error now. Here is the diagnostic. I am not sure where to start. If anybody has any way to let me know what to fix, I would love that. Thank you! tower-diagnostics-20200130-1914.zip
  6. Thank you for your explanation! That was perfect! I will try to mark the thread as solved
  7. Ok thank you! Your link https://portforward.com/ is amazing! I found where it was on the server. Such a weird spot. The TCP was open for the port 32400 for Plex and UDP on 1900. I deactivated both and set it like this: I also checked the checkbox for manual port 32400 for Plex and it seems to show it green now. Now, I still don't understand what are all these ports here: Should I open them as well? Wont the server need that to send the stream to my Plex users?
  8. Hello, I am trying to configure Plex properly, but I am very noob with configuring both my router and the Plex docker. Here is an image album of what I have done: https://imgur.com/a/73nRb0Y So my questions are: Is the Plex docker configured on "host" instead of "bridge" the right way to do it? Then I don't understand why the docker has so many ports used... Should I open all of them?! Edit: if yes, i used the ports listen on the right? Finally this UI for my Linksys router is confusing the hell out of me. I am not even sure this is the right place to do so. I think I successfully applied the static IP to the unRaid tower, but the ports seems to require a lot of clicks in the configuration. I am very lost here. Thank you in advance for any help on this, I want to have this thing configured well and also understand better what I am doing.
  9. Bump (sorry was busy and forgot till now. Going to vacation soon and I want to be sure it is configured properly)
  10. Hello, I am pretty nooby, and I am sure I didn't open properly my router's ports for my Plex and Resilio dockers. I am trying to figure out but I am overwhelmed with the jargon, and english is not my native language on top of this. I'll go in order: I setup my unraid server (called "Tower") on 192.168.0.104 (ethernet wired): This works my tower is now on this local address all the time. Then I have my dockers, configured as default mostly. No idea why the Plex shows the right local address, but the Resilio shows a weird "172.XXX" one. Inside Plex: Inside Resilio: Now where I am super confused, my Plex on my android is telling me, sometimes, that I have an indirect connection or something. So my guess is I didn't configure the ports and all the things correctly. But somehow Plex makes it working. I think it alters the quality. Same with Resilio, I don't see my 192.168.0.104 for it in here: So I wonder if somebody could check all my router parameters and tell me if you guys see anything weird in my configuration. The entire album of the configuration is here: https://imgur.com/a/ltPPFBk I would like to have a clean configuration and I am all hear for any advice. Also, apparently, my modem is supporting and using IPv6 (when I try to google "what is my IP" it returns an IPv6, I have to click on some random links to find my IPv4). Should I modify anything else with UnRaid and my router? Any advice would be appreciated, Thanks for any comment. Polo
  11. It worked!! And I now learned this command! Thank you again!!
  12. Hello, dumb question with unbalance (unRaid 6.5): I get the warning: But when I open the terminal and look into, they are 'drwxrwsrwx' (so a 's' instead of an 'x'). How can I change that? Should I change that?
  13. Dumb question about these rescan intervals and similar parameters: As it is on the unRaid/NAS machine, technically it will never have any change from there, but only from my peers folders (other computers). How does these settings influence this kind of settings? I am confused with this sentence from your article above:
  14. Can we please, once for all, do a guide on how to pre-clear guides for the newest versions of unRaid? We have the first post of this thread that has a video etc saying how awesome it is and it would be crazy to don't test the drives. Yet we have to browse in the middle of the thread to figure out what to do if we only used the plugin so far. A new video, or some tutorial with screenshots would be really good right now.
  15. Pretty sure the /sync folder is where you keep your folders, but the /download one is where the chunks of the files are stored while it get transferred. Like any bitTorrent client, one place to download, one place to store the end result. In the case of unRaid, the /download would require a lot write and read, so put that in a cache if you can, then the /sync might be where the final file is moved and no more write on it?