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.

elgatobavaria

Members
  • Joined

  • Last visited

Everything posted by elgatobavaria

  1. Hi Guys, i run Unraid on a QNAP TS-253Be because the QTS OS is crap in my point of view. For controlling the FAN i took a tool called PANQ from here: https://github.com/scottshanafelt/TS-877 , executed MAKE and wrote a shell script to check the temperatures and control the FAN by a table. Maybe someone is intrested in using it or has some suggestion for improvement ( plus skills to support the suggestions ). I have no expert skills in shell scripting / linux so have forbearance. Best regards, Mathias 12_PanqFanControl.7z
  2. You can use a docker container for running restic. All you need is: -Docker Container with restic (own one or from dockerhub) -User Scripts to run backups cyclic -Unassigned devices (if you want to copy to ext drive) Here is my actual progress. At the moment iam wondering why the backup is so slow... And copying isn´t working as expected.. Backup script: pw="/mnt/disks/Samsung_Flash_Drive_FIT/10_Scripte/11_ResticBackup/.resticpwd" src="/mnt/disk2/HDD2_4TB/99_ResticRepo/ backup /mnt/disk1/HDD1_3TB/10_Homes" dest="/mnt/disk2/HDD2_4TB/99_ResticRepo" tag="HomesFolder" #Backup and clean repo docker exec debian restic -r $dest backup $src --tag $tag --password-file $pw docker exec debian restic -r $dest forget --keep-within 2m --prune --password-file $pw Copy script --> Internal Backup to USB drive if connected # srcPath="/mnt/disk2/HDD2_4TB/99_ResticRepo" dstPath="/mnt/disks/JMicron_Generic" #Waiting time to secure mount accomplished sleep 10 beep -f 587.3 -l 122 -d 0 -n -f 370 -l 122 -d 0 -n rsync -av --stats "${srcPath}" "${dstPath}" & pid=$! # If this script is killed, kill the `rsync'. trap "kill $pid 2> /dev/null" EXIT # While copy is running... while kill -0 $pid 2> /dev/null; do # Do stuff #echo "Rsync is running" sleep 1 done beep -f 587.3 -l 122 -d 0 -n -f 370 -l 122 -d 0 -n # Autounmount, wenn nicht gewuenscht, einfach ein # davor setzen. sleep 120 umount -f -l "${backup_root_path}" # Notification /usr/local/emhttp/webGui/scripts/notify -i normal -s "Disk ausgehangen." -d "Backup abgeschlossen, Medium kann entfernt werden." # Disable the trap on a normal exit. trap - EXIT
  3. @D.Romeleitis Für welches Board und welchen Prozessor hast du dich jetzt entschieden ? Aktuell bin ich auf dem TS253Be, welches auch mit dem J3455 arbeitet. Würde aber gerne ein wenig upgraden ( wegen WIN10 VM ). Stromverbrauch ist mir aber auch sehr wichtig, da ich kein Business-User bin. Mir persönlich wäre ein m-ITX am liebsten :-) Gruß, Mathias

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.