Everything posted by DazedAndConfused
-
[Plugin] rclone
Is this correct place to put the "-L" flag? rclone mount --max-read-ahead 1024k --allow-other -L amazon: /mnt/disks/Amazon & I only added the "-L" this works fine without it. I just want to make sure that adding the "-L" where I put it will allow rclone to follow symlinks properly.
-
[Plugin] CA Appdata Backup / Restore - Deprecated
Hmm, it looks like the "-a" already covers -l if I'm understanding that chart correctly.
-
[Plugin] rclone
It seems that Amazon is throwing a fit about how long the encrypted file names are. Is there anything I can do to shorten the file names without having to change the filenames of the data I am backing up through Rclone?
-
[Plugin] CA Appdata Backup / Restore - Deprecated
Quick question, do the default rsync flags follow symlinks? I'm reading that rclone may be updated to handle syimlinks this weekend, but Ive also been seeing the dev say that we need to include the "-l" flag on rsync if thats what we're using to send data to our rclone mounted share. https://github.com/ncw/rclone/issues/1152
-
[Plugin] CA Appdata Backup / Restore - Deprecated
That may be the case, I'll try a regular unassigned disk.
-
[Plugin] CA Appdata Backup / Restore - Deprecated
What about the "Error in File IO (code 11)" that I get when just copying the Appdata folder. It happens on linuxserverio dockers as far as I can see.
-
[Plugin] CA Appdata Backup / Restore - Deprecated
Whenever I do USB Backup, it starts copying files to my rclone disk and then the plugin just appears to stop doing anything. Is there a way to see a verbose output of what its currently doing? All my log says right now is "Backing up USB Drive". I started this at 7:38 and no other files have been changed since around then.
-
SSH and Denyhosts updated for v6.1
I was trying to use this one However, there are a lot of good Icons. My search term was "stop sign" I really appreciate you responding
-
SSH and Denyhosts updated for v6.1
This might seem a little trivial, but is there a way to change the icon for Denyhosts and have it stay changed? The current icon has a white background and shows up when you change the dynamix ui to black. I found a replacement Icon but it keeps changing back to the original one.
-
[Support] activ - TransmissionVPN
I don't believe that is a valid PHP_TZ you set. You will have to google to find the correct names. But, since you are in EST, just set it to America/New_York The new variables worked for me right away. I didn't set the /etc/localtime because I couldn't get it to see that file on unraid, so I just skipped it.
-
[Support] Linuxserver.io - Sonarr
Sonarr and Transmission communicate just fine with these settings: Sonarr: /data /mnt/user/appdata/delugetorrents/ /media /mnt/user/TV/ /config /mnt/user/appdata/sonarr/ Transmission: /mnt/user/ --- /mnt/user/ /media --- /mnt/user/TV/ /config -- /mnt/user/appdata/Transmission/ /data --- /mnt/user/appdata/delugetorrents/ Both containers look for Sonarr's stuff in a directory under /data/ called "TV-Sonarr". I did not map it directly because other programs are sending torrents to transmission that are in different directories under /data/ Is there anything else it could be? Even sickrage wont hardlink, but it symlinks just fine.
-
[Support] Linuxserver.io - Sonarr
I changed the mappings again last night trying to get it to work. /data -- /mnt/user/appdata/torrents/TV-Sonarr /tv -- /mnt/user/TV I simply added these two mappings to my Docker for Transmission exclusively for Sonarr. So I figured it would work, but its still just copying the data. Even worse, Sonarr does not keep a log of what it's doing while processing media files. Sickrage does this, not sure why Sonarr does not. Is it possible that the linking is not working because I have a mix of xfs and reiserfs drives? I'm in the process of changing over completely to xfs, its just taking a while.
-
[Support] Linuxserver.io - Sonarr
I can't seem to get hardlinking to work. It keeps copying things. Can someone assist me please? These are my mappings /mnt/user/TV/ --- /mnt/user/TV/ /mnt/user/appdata/torrents/TV-Sonarr/ --- /mnt/user/appdata/torrents/TV-Sonarr/ /config --- /mnt/user/appdata/sonarr /dev/rtc --- /dev/rtc Downloads are being passed to Transmission, transmission leaves the files in /mnt/user/appdata/delugetorrents/TV-Sonarr/ and Sonarr just copies the files to /mnt/user/TV. What am I doing wrong? I've done ls -l to verify the number of hardlinks. I also did ls -i to check. It's definitely not working.
-
[Support] activ - TransmissionVPN
Perhaps Binhex can help you? He has 3 Dockers that connect to VPN, have killswitch, and will continue trying to connect. Im using his rtorrentvpn docker in conjunction with transmission.
-
[Support] activ - TransmissionVPN
Does this container not attempt to reconnect to the VPN once it realizes the connection is down? Just came home to find that it was completely offline and never tried to reconnect.
-
[Support] Linuxserver.io - Sonarr
Does Hardlinking work with Sonarr and Unraid? I run rtorrent from my appdata share. IIRC, Hardlinks do not work across volumes...so there is no way that it will hardlink from /mnt/appdata/seeding to /mnt/user/TV ? Unfortunately, Sonarr does not symlink. I would like to give this a try over Sickrage, but I cannot make the switch if I am forced to copy files and take up so much space on my appdata share.
-
[support] pducharme's Dockers support thread
Thank you! That worked! Also figured out how to get my recording directory linked properly. Just edit the docker and add a new path, set the container path to "/usr/lib/unifi-video/data/*your desired name*" (mine is "/usr/lib/unifi-video/data/recordings"). Link your host recording path to the container path. Voila! docker exec -it into the container to confirm that the path exists. Once that is done, login into NVR and changed your recording path to "/usr/lib/unifi-video/data/*your desired name*"
-
[support] pducharme's Dockers support thread
Thanks for the tip. So I just put the system.properties in the roof of the docker config file, not under "videos"? I'll try it today.
-
[support] pducharme's Dockers support thread
I seriously cannot get the Unifi-Video container to work. system.properties is never generated. So, I followed the instructions on the docker hub and put it in the unifi-video/videos file that gets generated by the container. I restart the program and its still not accepting any passwords. Also, why is my recording path linked to /videos in the docker settings but when I navigate to the file structure "videos" is its own empty file and my recordings path is also its own file. Can someone help me out here?
-
[Plugin] CA Appdata Backup / Restore - Deprecated
Okay, I have turned on the option for dated backups and to delete them after 3 days. I also deleted the old backups. From my understanding, the initial backup will take a while because I have 1.5TB of data to backup, but if I understand what you're saying correctly....after this initial backup, each dated backup will take less time? Please correct me if I am wrong.
-
[Plugin] CA Appdata Backup / Restore - Deprecated
Can someone help me change the Rsync settings so that the backup doesn't tie up my server and dockers for hours? I just want it to backup files that have changed since last backup. When it runs, its completely overwriting everything and I get texts about my Plex server being down lol Please send help Is there anyway that the rsync stuff can run similar to how Unbalance does where only files that have changed are copied.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
You're the best I was having such a hard time trying to implement stunnel on my own. Can I buy you a beer/coffee?
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
would you be able to add stunnel to this? https://www.stunnel.org/
-
[Support] Linuxserver.io - OpenVPN AS
This might be a shot in the dark..... but can anyone help me get stunnel working on this docker somehow? I need to use it to get through to the VPN at work. Lead network guy told me to use stunnel to get through (just an insider tip for the networking crew!) but I am wondering how to get this setup on unraid. Ive downloaded SSLDroid on my phone and put in the information. Now, I just need to setup the tunnel on Unraid. I can already connect to the Unraid box from outside the network from my 4G connection.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
I have Plex installed as a Docker on my Unraid server and I was trying to unzip the Plex-Trakt addon so I can use the plugin. The file that comes from the github page for the project was zipped and I was trying to get into it so I can move the plugin directory to where it's supposed to go. https://github.com/trakt/Plex-Trakt-Scrobbler But nevermind. I ended up upzipping the file on my computer and passing it to the shell for the Plex docker through the /config directory.