AuroraAnea

Members
  • Posts

    3
  • Joined

  • Last visited

AuroraAnea's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thanks for the quick reply, that solved it, does exactly what i needed. Thanks again and have a mighty fine day!
  2. Hello, Hope everyone are having a good day! I have successfully been running quick smart checks on my drives using user scripts and this script: #!/bin/bash for i in {b..z}; do smartctl --test=short /dev/sd$i done But this only work with drives up to 25 (sdz) And i have 26 drives installed at the moment, which put the identifier up to sdaa, and the script doesn´t work if i set it as: #!/bin/bash for i in {b..aa}; do smartctl --test=short /dev/sd$i done Any hints on that i am doing wrong?
  3. Hello, I´ve been using CA Appdata Backup / Restore v2 to backup all Appdata for a number of Dockers, Plex, Sonarr, Krusader, PiHole just to mention some of them. Backups to a NAS, without any exclusions, backups have taken about up to 2 hours to finish without compression, but after updating to UnRAID 6.9.2 suddenly the backups take about 4-6 hours to finsh (4 hours when excluding Plex Media folder). Anyone who have seen the same issues or change in backup time? Anyone who knows where to begin troubleshooting into what is causing the double time to take the backups. What im i missing in terms of backup if excluding Plex Cache, Media and Metadata folders in order to speed up the backupprocess. If i would need to restore from backup, will i have to set up all the media matching and everything from scratch?