Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Borg-backup native auf Unraid installieren?

Featured Replies

Hallo zusammen,

 

ich frage mich gerade ob man Borg-backup native auf Unraid installieren kann um über User-Scripts seine Backups zu Verwalten.

 

Danke im voraus für euere Anregungen.

Solved by megabait

  • Community Expert

Hier war das schon mal Thema:

 

Ich habe es so gemacht:

 

Initial einmalig die aktuelle Version von BorgBackup herunterladen und auf dem USB-Stick ablegen

mkdir -p /boot/borgBackup && cd /boot/borgBackup
wget https://github.com/borgbackup/borg/releases/download/1.4.1/borg-linux-glibc228

 

Dann unter User-Skripts wird immer ein Skript beim starten des Array ausgeführt.

#!/bin/bash
cp /boot/borgBackup/borg-linux-glibc228 /usr/bin/borg
chmod +x /usr/bin/borg

 

Danach kann im Terminal / ssh mit dem Befehl das Backupverzeichnis angelegt werden.

borg init --encryption=repokey-blake2 /pfad/zum/Backupverzeichnis

 

Nun ein Backup Skript anlegen und die Backups per User-skript ausführen.

 

Hier ein Beispiel: borg_backup_storagebox_appdata.txt

 

 

 

  • Solution

Ich habe bei mir Borg direkt installiert über un-get. Dann wird über user-scripts per gesichert. Läuft probelmlos auch nach dem Update auf 7.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.