Jump to content

RinxKninks

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by RinxKninks

  1. 1 hour ago, Solverz said:

    Please just say what you exactly want to do without using prolonged sentences and fancy words. Your post is like a riddle that we'd need to break down to understand what you are talking about.

     

    Plain & simple: I started using borgmatic writing to rotating removable hard drives, each containing another repositorie.

    With the same "run" of borgmatic I'd like to copy data already being deduplicated etc. to this target disks, that I'd like not to process by the borgmatic backup process again. So I think about rsnapshot.

    But the borgmatic docker doesn't have access to the rsnapshot bin on the unraid system - which I understand, nor can I just copy and use rsnapshot into the borgmatic docker.

    So do you have an idea on how to use rsnapshot as a after_backup hook in the borgmatic/config?

  2. 17 hours ago, Roi said:

    Hello,

     

    as Nerdpack is gone I wanted to ask if it is possible to add borgbackup and an SSH server to this Docker.

    I used the borgbackup package from Nerdpack and the system SSH server to offer a Borgbackupserver to some of my servers on the internet. Unfortunately with Nerdpack gone and especially because this was not the best idea from the start using the system SSH server itself I am looking for a better solution here.

     

    Maybe @stridemat questions/issues are heading into the same direction.

     

    Regards,

    Roi

    NerdPack is gone and after a while I found NerdTools to replace them on UR 6.11.x.
    Yet I also decided on getting into and using borgmatic.

  3. On 7/9/2022 at 6:00 PM, shpitz461 said:

    Hi everyone, installed a fresh copy, on network bridge I get an IP, but if I change the network to my custom docker network, the container starts but doesn't get an IP assigned. Any idea what could be wrong? I haven't changed anything other than the network type.

     

     

    image.png

    So on the same page here, yet the fresh installed docker of Nextcloud Official Image (!) initializes on "br-0" and if I switch it to "bridge" - which I need to get the NginxProxyManager handling it - I run into the missing Network settings problem.

    How did you solve yours?

    ___

    My "solution"
    Since NPM (nginx proxy manager) in my Unraid setup cannot reach the Docker in the br-0 IP range, I either had to change in Unraid (6.11.1) under Settings-Docker the "Host access to custom networks". This option, even when dockers are all switched off, is not changeable in my machine. As I understand I'd have to install more network Interfaces what would lead to higher power consumption and I don't what else this would lead to) or change the docker.

     

    So using the recommended "Nextcloud Official" docker Image did not work for me, since it only worked using br-0 , but then without the NPM and in the bridge mode I got no IP. [ switching the official MariaDB Docker between br-0 with a fixed IP or the bridge mode was no problem].

     

    Now I use knex666's Nextcloud Image, NC and MariaDB work, yet my beloved internal Collabora doesn't. Yet this is another story to solve.

  4. On 2/11/2022 at 5:47 PM, mgutt said:

    Installiere die offiziellen Container, dann brauchst du auch keine Terminal Kommandos ausführen.

     

    In der Fehlermeldung steht übrigens eine andere IP als du angegeben hast.

    Habe das gerade erfolgreich durchgeführt... Allerdings wird unter UR 6.11.1 anstelle des internen Docker Netzwerks 172.x.x.x:Port das Netzwerk br0 (10.x.x.x) eingetragen, was zu einer regulären IP im LAN führte. Das konnte ich mit dem Offiziellen MariaDB Container verbinden, aber der NginxPorxyManager kann wohl nur auf 172.x.x.x, in dem er sich ja selber befindet, weiter leiten und der Offizielle NC Container lässt sich nicht via Bridge auf das UR-Docker interne LAN umstellen /dann bleibt die Spalte Port Mappings nach dem Start leer.
    Eine Idee, wie ich das ändern kann?

  5. VM Backup often running v0.2.3 - 2021.03.11

    Seems to me like the VM Backup is running multiple times in the backup queue. I think this started before upgrading to UR 6.10.3.

    Before it took about 45-60 minutes zu backup the few VMs, now it is doing so multiple times taking, maybe 4,5 hours.

     

    now I remember: before updating unraid I tried to initiate a manual backup and that didn't start, then, over a couple of minutes I hit the backup button multiple times and that seems to have gone into the scheduled behaviour.

     

    where might I see where those (redundand?) backup tasks are stored, since this behaviour endures an unraid restart.

     

    p.s. as last user postet: Great Job - I've been using your script for a while and it save me a lot of time. Thanks for that!
     

    unraid backup3.PNG

    unraid backup2.PNG

    unraid backup.PNG

  6. Hi, I am used to backup "Data" to different rotating backups. Since I moved to unraid a month ago now I am aiming on automating this on unraid instead putting the backup hdd in my work pc and initiate backup script (calling different rsnapshot configs) and wait for the backups to run.

     

    The (otherwise fine) rsnypshot docker definetly does not cover my scenario ( https://forums.unraid.net/topic/97258-support-linuxserverio-rsnapshot/ ).

     

    On the input side I run different rsnapshot.config(s). Each of them used in different intervals, like:

    • data (install, files, pictures)
    • media (rarely changes so this one is done about every two month)
    • serverdata (results of appData backup, unRAID VM Backup script and other archives) - this one doesen't contain so much differential data, so not the ideal candidate for rsnapshot, but for now part of this construct

     

    The output writes to rotating and different sized disks:

    Each rsnapshot.conf (i.e. rsnapshot-data.conf) looks for a target directory - exisiting or not on a mounted backup medium. If there is no target for "rsnapshot-media" the script will skip and the next, i.e. rsnapshot-media.config tries to find its directories:

     

    snapshot_root   /mnt/disks/red8/rsnap-media/
    no_create_root  1

     

    Some disks are contain one or more of the above rsnapshot targets directories  and the disks are mounted to the unraid server.

     

    Problem 1: "Unassigned devices" lets me mount disks, but creates for each attached disk (in my case never more than one disk at a time) a different (target) directory, based on the name of the disk. How can I mount changing disks (being attached to the same /dev/sdd ) to a same mount directory? (I could give all disks the same name, but this wouldn't be a nice solution).

     

    Problem 2: Since the plugin "User Scripts" does not work for the rsnapshots (they don't run through, even not using a background process) so I don't bother why and prefer running the rsnapshots using cron jobs.

    So I put the configs into /boot/custom/etc, but I can not make the script itself executable. As I understand this would be a place where such self- introduced extensions would last for updates of unraid ? What do I have to comply with?

     

  7. On 11/4/2020 at 3:24 AM, Stupifier said:

    Is anyone able to install `rdiff-backup` lately.......?
    I've been using it just fine for months now......and all the sudden it fails to install!

    
    pip3 install rdiff-backup

    Wonder what the problem is....

    Don't know, if your question has been answered, so https://rdiff-backup.net/ states:

    ..."In August 2019 Eric Lavarde with the support of Otto Kekäläinen from Seravo and Patrik Dufresne from Minarca took over, completed the Python 3 rewrite and finally released rdiff-backup 2.0 in March 2020."

  8. I am wondering a liitle why while copying lots of music (within unraid) using mc on the shell the CPU load under the tab dashboard shows a combined CPU load of 70% (4 cores combined). Using System Stats the CPU load seems to be around 20%. at the same time.

     

    One thing is: Why do the two CPU infos differ that much and second: does the SATA driver (what ever does this in the kernel) have a poor performance, meaning burning lots of electricity while moving data?

     

    I copy via shell on unraid from SATA disk RAID (1 Parity + 1 DAta Disk) to a SATA mounted EXT4 HDD (attached to a, how do you say, internal "swap cage"). All devices are plugged to the onboard controller on Intel C246 Chipset.

    While not copying files the CPU load shown under tab dashboard  varies typically between 8%-15%.

     

    Machine: ThinkSystem ST50, Processor: Xeon E2224G / Chipset Intel C246, 40GB RAM

    CPU load while copying files from RAID (1 HDD+1P) to SATA HDD

  9. 4 minutes ago, Chris160179 said:

    Internet works fine.

    If i use "https://raw.githubusercontent.com" in browser im redirected to "https://github.com".

    Github works, but githubusercontent not!

     

    Maybe it is a problem with german Servers?

     

    THX

    German in germany here, getting on 6.9.1:

    plugin: updating: community.applications.plg
    
    Cleaning Up Old Versions
    Fixing pinned apps
    Setting up cron for background notifications
    
    plugin: downloading: https://raw.githubusercontent.com/Squidly271/community.applications/master/archive/community.applications-2021.03.10-x86_64-1.txz ... failed (Invalid URL / Server error response)
    plugin: https://raw.githubusercontent.com/Squidly271/community.applications/master/archive/community.applications-2021.03.10-x86_64-1.txz download failure (Invalid URL / Server error response)

    other than that (not updating the community plugin and, as I suppose others as well - checking for docker updates took really long) the system works fine.
    Can't ping but should ur be able to do so?

    Linux 5.10.21-Unraid.
    root@Unraid:~# ping https://raw.githubusercontent.com/
    ping: https://raw.githubusercontent.com/: Name or service not known
    root@Unraid:~# ping https://heise.de
    ping: https://heise.de: Name or service not known

     

  10. On 11/6/2020 at 4:14 AM, snizzard said:

    I had the same issue.  

     

    here's how I fixed it:

     

    Restart the Unraid, 

    dont initialize the array just yet....

    go to SETTINGS, Network Settings,  change the desired MTU: to 1500( you have to put in 1500, what shows in the box is just a place-holder and not the actual number 1500)

    Click on APPLY. 

    you will lose network connectivity, so go to the server and restart it there. 

    My VMs lost my br0 in update 6.9.0 to 6.9.1 and setting the MTU & restart did the trick.

    unraid Cannot get interface MTU on 'br0': No such device

     

×
×
  • Create New...