Everything posted by Polopollo
-
[Support] Linuxserver.io - Resilio Sync
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
-
[Support] Linuxserver.io - Resilio Sync
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?
-
[Support] Linuxserver.io - Resilio Sync
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-
-
[Plugin] unbalanced
It worked!! And I now learned this command! Thank you again!!
-
[Plugin] unbalanced
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?
-
[Support] Linuxserver.io - Resilio Sync
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:
-
Preclear plugin
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.
-
[Support] Linuxserver.io - Resilio Sync
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?
-
Preclear plugin
I read the last pages of this thread and while I get it that you don't "need" the pre-clear plugin, it simplifies a lot my life, especially with the status every 25% and the pre and post-read. I will stay on 6.4.0 till it is ported, just because it is my top 2 plugins (with UD) I use the most as I am still in the process of adding HDDs to my new tower!
-
[Support] Linuxserver.io - Resilio Sync
I honestly do not know how often the check should be. But indeed it is folder_rescan_interval for the name of the variable it looks like. If you figure out how to pass such variable to a docker conf let me know I am curious as well! And if you have a good number instead of 600ms let me know as well! I am curious!
-
Shares Best Practice
Still new to it, but I think I got the gist of it. So the idea would be to have a mapping such as: /tvshows <-> /mnt/user/TvShows/ /movies <-> /mnt/user/Movies/ Then in Plex when asked the path to each one, I put the left ones (so "/tvshows" and "/movies"). Right? I had a bad experience with Resilio the other day that did not remember some paths I mounted to it (but the docker image had to be updated), and I still need to sort some things out with it. And my media shares are still messy right now (emptying old external HDDs then i'll sort what I keep or not). But I want to apply the best practices!
-
Shares Best Practice
Dumb question about granular shares and Plex: Do you setup your Plex docker that has access to /mnt/user ? Else how do you deal with feeding it all your different shares?
-
[Support] Linuxserver.io - Resilio Sync
My guess is it would be into this file https://github.com/linuxserver/docker-resilio-sync/blob/master/root/defaults/sync.conf You might wanna open a ticket on the github to be able to access to this configuration option
-
[Support] Linuxserver.io - Resilio Sync
Hello guys, I have a problem with my resilio docker container: I do not know where the "/root/Resilio Sync" (for the "File Download location") is. As I am scared that it is in the docker.img and I am in the process of backing up slowly a lot of heavy files, I preferred to set a proper folder, on a cache-only share, and map it as "/cache" for the container. Problem: Each time I restart the docker image, it loses the "/cache" for the Here are 4 images of my current configuration if it can help https://imgur.com/a/Uy2wp ? Edit: This just have been fixed. The docker image now has a "/download" folder. Pretty cool!