Luke_Starkiller

Members
  • Posts

    18
  • Joined

  • Last visited

Luke_Starkiller's Achievements

Noob

Noob (1/14)

2

Reputation

  1. You can just add a post backup script that zip the files.
  2. Hi As the title refers to. Would like to request that the "EDIT" button is hidden when you're not actively editing the dashboard.(Locked/unlocked Dashboard)
  3. I only see the option to get a notification when an error / warning has occurred, not when the backup finished successfully.
  4. Would it be possible in the future to make the applicaton to use unraids notifications system? Im using pushover and would love to get notifications when backups have run or if they failed.
  5. Didn't know you could click on each docker to see the mounts. Change the source to \mnt\"drivename"\appdata Now everything gets backuped like it should. Thank you!
  6. Hi I just updated to the new app. I have a problem where it only backs up 2 out of my 7 dockers. For the 5 that doesn't work i get this message. Debug Code: fe870bc2-9d17-4c2b-88e3-6b0882f98a4f [09.09.2023 09:32:38][ℹ️][homeassistant] Stopping homeassistant... done! (took 5 seconds) [09.09.2023 09:32:43][ℹ️][homeassistant] Should NOT backup external volumes, sanitizing them... [09.09.2023 09:32:43][ℹ️][homeassistant] homeassistant does not have any volume to back up! Skipping [09.09.2023 09:32:43][ℹ️][homeassistant] Starting homeassistant... (try #1) done! The source path is \mnt\user\appdata and if i browse to the path i see data in all 7 docker folders so i have no clue why only some of the works.
  7. Has the Unraid developers made any comment regarding using an EOL version of samba? Have they acknowledged the issue at all?
  8. Hi How come it says in the changelog that the stats are persistent but a reboot of the server clears all history.
  9. Ah! Thank you so much for clearing that up for me and it worked like a charm!
  10. Open the thread before you had posted ^^ but tested to change to construct write and is avg around 110MB/s now, thanks ! When i've copied over all the data i can just change it back right? So that drives can spin down and i'm gonna use a cache drive anyways.
  11. I'm in the same boat. Just built a server with 5x8TB drives (4 data 1 parity) (WD Red) And during the preclear i had around 155MB/s avg read/write and the parity check had an avg around 135MB/s. But now that i copy data to the array i get around 40-50MB/s. If i copy from the array i saturate my gbit lan at around 110-115MB/s. I dont know if 40-50M/s is acceptable, i have a cache SSD drive im gonna use when im done copying over the data because i dont want to put 20TB of data throught it on this first copy. So my question is, is 40-50MB/s writes acceptable? I see that some ppl are getting 80-90 MB/s. The files are around 5-12GB each.
  12. Ended up with the following script. I have an other computer in the network which fetches the data from the /boot/backup dir on the flash drive and dumps it to folders on my onedrive and dropbox as backups. Now i just need to figure out how to sort the output, ive tried piping in a sort -n but it wont work. And im still not sure what the "%h/%f\r\n" flag does hehe Thanks for your help guys ^^ #!/bin/bash find /mnt/disk* -type d -fprintf /boot/backup/dirlist_$(date +"%Y%m%d".txt) "%h/%f\r\n" find /mnt/disk* -type f -fprintf /boot/backup/filelist_$(date +"%Y%m%d".txt) "%h/%f\r\n"
  13. I'm just now setting up my shares and before i start copying over all my data i want to make sure i've made the right settings. Im going to have the following file structure. [see picture] I want each movie / tv show to stay on the same disk ie movie.tite / show.name. i e all seasons should be on the same disk. Should i choose split the top two directory.... / Luke