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.

petbrau

Members
  • Joined

  • Last visited

Everything posted by petbrau

  1. Congratulations! It looks great now. All values are displayed in the translated Unraid versions just as they are in the English version. So the problem is solved. You might want to consider moving the activity bar a little to the right, though. Right now, it looks a bit asymmetrical. But that’s a matter of taste. Thank you very much for the quick fixes!
  2. I reinstalled the new version of the plugin, and now it's working. The disk activity display is visible again. Thank you very much! Here is the English version, as it should be. ....and here is the German version with your PlugIn . and without your PlugIn: There doesn't seem to be a translation for “Activity” yet. However, instead of displaying an empty field or the english word, no field is used at all. This has caused the headings and values to shift. And before you ask... No, the free storage space isn't displayed in the German version when your PlugIn is installed. I also checked it with the French language pack. It is the same problem. So, there must be something wrong with the extra column.
  3. @DerekChen65535 First of all, thank you very much for your little tool. It looks pretty nice. However, I noticed that your tool (2026.05.20) shifts the tabs (at least in the German translation) so the values (size, used, free) no longer appear correctly under the right headings. The english version looks fine. I have no idea if this is a problem with your plugin or the language pack. Unfortunately, I can’t show you this because after reinstalling your plugin, it no longer displays anything (as if it weren’t running at all), even though I cleared the browser’s cache and reloaded the main page. Your new view is also not visible in other browsers anymore, even though the plugin is listed in the plugins overview. So, I had to uninstall it again. But I'll give it another try with a fixed version.
  4. @Normand_Nadon What type of file system do you have? Do you have a Btrfs partition at least? Does this plugin work with other UnRaid releases on your system? Please provide us with some more information.
  5. @SimonF First of all, thank you very much for your plugin. This is very helpful and has already saved me a lot of work. Nevertheless, I have a small suggestion for improvement. Most users are not really familiar with snapshots, and they don't know the difference between 'subvolumes' and 'directories'. They also have enormous problems creating the first snapshot with this plugin. For this reason, it would be useful to integrate a small wizard, that should ask which share should receive a snapshot, and where should the snapshot be stored. After this, the first snapshot should be created in the plugin automatically. Once this basic information is available, then the user can actually get along very well with the interface and its plugin. It would be great, if you could find the time to program this wizard.
  6. @SimonF Could you take a look at the UI of your plugin? I am currently using unRaid 7.2 and noticed that the plugin cannot be used, at least on mobile. If you significantly reduce the browser window on the desktop, you get the same behavior.
  7. I wanted to ask, if you also noticed that the plugin has a visual issue when updating unRAID to 7.2.0 beta. Unlike previous unRAID versions, there's no space between the last two elements. It's not a big deal, but it looks ugly (especially because the lines are not at the same height). until 7.2.0 beta With 7.2.0 beta
  8. My NAS should always start up before I get home from work and should not go to sleep before I go to bed. For this reason, I adapted the script from @feraay with the hint of @corfoto4 for my needs to wake up the NAS. The function "excluded days" and "excluded hours" are used to prevent the NAS from going to sleep prematurely. Perhaps some of you might be interested in my script: Custom commands before sleep: # 1. Define wake-up times for each day of the week (1=Mon … 7=Sun) declare -A wake_times=( [1]="16:00" # Monday [2]="17:00" # Tuesday [3]="16:00" # Wednesday [4]="17:00" # Thursday [5]="17:00" # Friday [6]="07:00" # Saturday [7]="07:00" # Sunday ) # 2. Get today’s and tomorrow’s day numbers (1–7) today=$(date +%u) # Wrap-around: if today=7, tomorrow=1 tomorrow=$(( today % 7 + 1 )) # 3. Look up wake-up times for today and tomorrow wake_today=${wake_times[$today]} wake_tomorrow=${wake_times[$tomorrow]} # 4. Clear any existing RTC wakealarm echo 0 > /sys/class/rtc/rtc0/wakealarm # 5. Compute Unix timestamps for now, today’s wake-up and tomorrow’s wake-up now_ts=$(date +%s) today_ts=$(date -d "today $wake_today" +%s) tomorrow_ts=$(date -d "tomorrow $wake_tomorrow" +%s) # 6. Pick the next wake-up timestamp if [ "$now_ts" -ge "$today_ts" ]; then wake_ts=$tomorrow_ts else wake_ts=$today_ts fi # 7. Set the RTC wakealarm echo "$wake_ts" > /sys/class/rtc/rtc0/wakealarm
  9. ...so, it is designed for systems without a parity disk? ...since a party check is normally triggered automatically after an unclean shutdown.
  10. and what is the advantage compared to the scrub routine already integrated in the system?
  11. Today I tried unraid 6.12.0 and found, that snapshots on my disc array are only visible if "show root" is switched on. I've tested this with different browsers. Can anyone confirm this?
  12. What version of unraid are you using?
  13. Has anybody tested this plugin with the new release candidates for Unraid 6.12.0 ?
  14. Sorry, my mistake! It's a problem of Firefox. If I use a chromium based web browser, everything is O.K.
  15. I am using unraid Version: 6.11.5 Since version 2022.12.04 of snapshot, I can't see the snapshots anymore. Only the settings and the schedules are visible. The snapshot function itself works perfectly. ...and is it only me that is affected?
  16. Just for your information... The problem seems to be related to Firefox. If a Chrome based bowser is used, no problem could be observed. Thanks to everyone who gave me tips. ...and special thanks to SimonF, who put a lot of work into the clarification.
  17. no, there is no difference, if the schedule is enabled or disabled.
  18. The last thing i did before bed was to try to delete the schedule --> fail The first thing I did this morning was to try to delete the schedule --> success Afterwards I wanted to have a clean installation of snapshots and did what you have recommended above. I installed snapshot and created a schedule and --> Removing the schedule failed again. ☹️ If I am the only person with this phenomenon, I would recommend not to take too much effort in solving this problem, because this function is not vital. I'll report back here, when I find the solution. But in general... Unraid should think about to optimize the deinstallation of plugins. The user should have an oportunity to select, wheter he wants a complete deinstallation or a deinstallation where the config files are stored for later use.
  19. I realized that in subvolsch.cfg subvolumes are mentioned, that do not exist anymore. A view days ago, I deinstalled the plugin "Snapshots", formatted some disks with btrfs and reorganized the subvolumes. After reinstallation of "Snapshots" ist seemed that I can start from scratch. But this was wrong. The configuration of all deinstalled plugins are still saved in /boot/config/plugins. ... and this is maybe my problem. Is it possible to deinstall a plugin as if it never was installed before? Which directories do I have to remove in addition after deinstallation? Is it only: /boot/config/plugins/snapshots ? If so, this will not solve my problem unfortunately. Even after deinstallatin of snapshot and removing /boot/config/plugins/snapshots it is only possible to create an schedule but not to delete it.
  20. here are the results: root@Holz:~# ls -la /boot/config/plugins/snapshots total 144 -rw------- 1 root root 162 Jul 25 22:29 %2Fmnt%2Fdisk1%2FaudioSlot0.cron -rw------- 1 root root 162 Jul 25 22:30 %2Fmnt%2Fdisk1%2FbooksSlot0.cron -rw------- 1 root root 160 Jul 25 22:30 %2Fmnt%2Fdisk1%2FdataSlot0.cron -rw------- 1 root root 160 Jul 25 22:32 %2Fmnt%2Fdisk1%2FdataSlot1.cron -rw------- 1 root root 170 Jul 25 22:32 %2Fmnt%2Fdisk1%2FdocumentsSlot0.cron -rw------- 1 root root 170 Jul 25 22:32 %2Fmnt%2Fdisk1%2FdocumentsSlot1.cron -rw------- 1 root root 158 Jul 25 22:33 %2Fmnt%2Fdisk1%2FjobSlot0.cron -rw------- 1 root root 158 Jul 25 22:33 %2Fmnt%2Fdisk1%2FjobSlot1.cron -rw------- 1 root root 162 Jul 25 22:33 %2Fmnt%2Fdisk1%2FphotoSlot0.cron -rw------- 1 root root 162 Jul 25 22:34 %2Fmnt%2Fdisk1%2FphotoSlot1.cron -rw------- 1 root root 168 Jul 25 22:34 %2Fmnt%2Fdisk1%2FsoftwareSlot0.cron -rw------- 1 root root 162 Jul 25 22:34 %2Fmnt%2Fdisk1%2FvideoSlot0.cron drwx------ 3 root root 8192 Jul 29 23:38 ./ drwx------ 28 root root 8192 Jul 30 21:18 ../ drwx------ 2 root root 8192 Jun 25 09:38 packages/ -rw------- 1 root root 1154 Jul 20 19:53 subvol.cfg -rw------- 1 root root 14527 Jul 29 23:38 subvolsch.cfg root@Holz:~# cat /boot/config/plugins/snapshots/subvolsch.cfg { "\/mnt\/cache\/audio": [], "\/mnt\/backup\/snapshots": [], "\/mnt\/backup\/backups": [], "\/mnt\/backup\/latest_backup": [ { "rund": "Monday,Tuesday,Wednesday,Thursday,Friday,Saturday", "snapscheduleenabled": "no", "snapSchedule": "1", "hour1": "19", "min": "5", "hour2": "*\/1", "snaplogging": "yes", "tag": "daily", "snapsend": "no", "remotehost": "", "snapincremental": "yes", "mastersnap": "", "hostoption": "shutdown", "shutdowntimeout": "", "Removal": "yes", "days": "", "occurences": "12", "volumeusage": "90", "snapsendopt": "none", "subvolprefix": "", "subvolsendto": "", "cron": "5 19 * * 1,2,3,4,5,6,", "vmselection": null }, { "rund": "Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday", "snapscheduleenabled": "no", "snapSchedule": "2", "day": "0", "hour1": "19", "min": "5", "hour2": "*\/1", "snaplogging": "yes", "tag": "weekly", "snapsend": "no", "remotehost": "", "snapincremental": "yes", "mastersnap": "", "hostoption": "shutdown", "shutdowntimeout": "", "Removal": "yes", "days": "", "occurences": "12", "volumeusage": "90", "snapsendopt": "none", "subvolprefix": "", "subvolsendto": "", "cron": "5 19 * * 0", "vmselection": null }, { "rund": "Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday", "snapscheduleenabled": "no", "snapSchedule": "3", "dotm": "1", "hour1": "19", "min": "10", "hour2": "*\/1", "snaplogging": "yes", "tag": "monthly", "snapsend": "no", "remotehost": "", "snapincremental": "yes", "mastersnap": "", "hostoption": "shutdown", "shutdowntimeout": "", "Removal": "yes", "days": "", "occurences": "", "volumeusage": "90", "snapsendopt": "none", "subvolprefix": "", "subvolsendto": "", "cron": "10 19 1 * *", "vmselection": null } ], "\/mnt\/disk1\/books": [ { "rund": "Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday", "snapscheduleenabled": "yes", "snapSchedule": "3", "hour1": "19", "min": "25", "hour2": "*\/1", "snaplogging": "yes", "tag": "monthly", "snapsend": "local", "remotehost": "", "snapincremental": "yes", "mastersnap": "", "hostoption": "shutdown", "shutdowntimeout": "", "Removal": "yes", "days": "", "occurences": "", "volumeusage": "90", "snapsendopt": "none", "subvolprefix": "", "subvolsendto": "", "cron": "25 19 1 * *", "vmselection": null, "day": "0", "dotm": "1" }, { "rund": "Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday", "snapscheduleenabled": "no", "snapSchedule": "2", "hour1": "19", "min": "20", "hour2": "*\/1", "snaplogging": "yes", "tag": "weekly", "snapsend": "no", "remotehost": "", "snapincremental": "yes", "mastersnap": "", "hostoption": "shutdown", "shutdowntimeout": "", "Removal": "yes", "days": "", "occurences": "10", "volumeusage": "90", "snapsendopt": "none", "subvolprefix": "", "subvolsendto": "", "cron": "20 19 * * 6", "vmselection": null, "day": "6" }, { "rund": "Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday", "snapscheduleenabled": "no", "snapSchedule": "0", "hour1": "0", "min": "0", "hour2": "*\/1", "snaplogging": "yes", "tag": "", "snapsend": "no", "remotehost": "", "snapincremental": "yes", "mastersnap": "", "hostoption": "shutdown", "shutdowntimeout": "", "Removal": "no", "days": "", "occurences": "", "volumeusage": "", "snapsendopt": "none", "subvolprefix": "", "subvolsendto": "", "cron": "0 *\/1 * * 0,1,2,3,4,5,6,", "vmselection": null } ], "\/mnt\/disk1\/audio": [ { "rund": "Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday", "snapscheduleenabled": "yes", "snapSchedule": "3", "dotm": "1", "hour1": "19", "min": "25", "hour2": "*\/1", "snaplogging": "yes", "tag": "monthly", "snapsend": "local", "remotehost": "", "snapincremental": "yes", "mastersnap": "", "hostoption": "shutdown", "shutdowntimeout": "", "Removal": "yes", "days": "", "occurences": "", "volumeusage": "90", "snapsendopt": "none", "subvolprefix": "", "subvolsendto": "", "cron": "25 19 1 * *", "vmselection": null } ], "\/mnt\/disk1\/data": [ { "rund": "Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday", "snapscheduleenabled": "yes", "snapSchedule": "3", "dotm": "1", "hour1": "19", "min": "25", "hour2": "*\/1", "snaplogging": "yes", "tag": "monthly", "snapsend": "local", "remotehost": "", "snapincremental": "yes", "mastersnap": "", "hostoption": "shutdown", "shutdowntimeout": "", "Removal": "yes", "days": "", "occurences": "", "volumeusage": "90", "snapsendopt": "none", "subvolprefix": "", "subvolsendto": "", "cron": "25 19 1 * *", "vmselection": null }, { "rund": "Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday", "snapscheduleenabled": "yes", "snapSchedule": "2", "day": "6", "hour1": "19", "min": "20", "hour2": "*\/1", "snaplogging": "yes", "tag": "weekly", "snapsend": "no", "remotehost": "", "snapincremental": "yes", "mastersnap": "", "hostoption": "shutdown", "shutdowntimeout": "", "Removal": "yes", "days": "", "occurences": "10", "volumeusage": "90", "snapsendopt": "none", "subvolprefix": "", "subvolsendto": "", "cron": "20 19 * * 6", "vmselection": null } ], "\/mnt\/disk1\/documents": [ { "rund": "Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday", "snapscheduleenabled": "yes", "snapSchedule": "3", "dotm": "1", "hour1": "19", "min": "25", "hour2": "*\/1", "snaplogging": "yes", "tag": "monthly", "snapsend": "local", "remotehost": "", "snapincremental": "yes", "mastersnap": "", "hostoption": "shutdown", "shutdowntimeout": "", "Removal": "yes", "days": "", "occurences": "", "volumeusage": "90", "snapsendopt": "none", "subvolprefix": "", "subvolsendto": "", "cron": "25 19 1 * *", "vmselection": null }, { "rund": "Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday", "snapscheduleenabled": "yes", "snapSchedule": "2", "day": "6", "hour1": "19", "min": "20", "hour2": "*\/1", "snaplogging": "yes", "tag": "weekly", "snapsend": "no", "remotehost": "", "snapincremental": "yes", "mastersnap": "", "hostoption": "shutdown", "shutdowntimeout": "", "Removal": "yes", "days": "", "occurences": "10", "volumeusage": "90", "snapsendopt": "none", "subvolprefix": "", "subvolsendto": "", "cron": "20 19 * * 6", "vmselection": null } ], "\/mnt\/disk1\/job": [ { "rund": "Sunday,Monday,Tuesday,Wednesday,Thursday,Friday", "snapscheduleenabled": "yes", "snapSchedule": "3", "dotm": "1", "hour1": "19", "min": "25", "hour2": "*\/1", "snaplogging": "yes", "tag": "monthly", "snapsend": "local", "remotehost": "", "snapincremental": "yes", "mastersnap": "", "hostoption": "shutdown", "shutdowntimeout": "", "Removal": "yes", "days": "", "occurences": "", "volumeusage": "90", "snapsendopt": "none", "subvolprefix": "", "subvolsendto": "", "cron": "25 19 1 * *", "vmselection": null }, { "rund": "Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday", "snapscheduleenabled": "yes", "snapSchedule": "2", "day": "6", "hour1": "19", "min": "20", "hour2": "*\/1", "snaplogging": "yes", "tag": "weekly", "snapsend": "no", "remotehost": "", "snapincremental": "yes", "mastersnap": "", "hostoption": "shutdown", "shutdowntimeout": "", "Removal": "yes", "days": "", "occurences": "10", "volumeusage": "90", "snapsendopt": "none", "subvolprefix": "", "subvolsendto": "", "cron": "20 19 * * 6", "vmselection": null } ], "\/mnt\/disk1\/photo": [ { "rund": "Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday", "snapscheduleenabled": "yes", "snapSchedule": "3", "dotm": "1", "hour1": "19", "min": "25", "hour2": "*\/1", "snaplogging": "yes", "tag": "monthly", "snapsend": "local", "remotehost": "", "snapincremental": "yes", "mastersnap": "", "hostoption": "shutdown", "shutdowntimeout": "", "Removal": "yes", "days": "", "occurences": "", "volumeusage": "90", "snapsendopt": "none", "subvolprefix": "", "subvolsendto": "", "cron": "25 19 1 * *", "vmselection": null }, { "rund": "Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday", "snapscheduleenabled": "yes", "snapSchedule": "2", "day": "6", "hour1": "19", "min": "20", "hour2": "*\/1", "snaplogging": "yes", "tag": "weekly", "snapsend": "no", "remotehost": "", "snapincremental": "yes", "mastersnap": "", "hostoption": "shutdown", "shutdowntimeout": "", "Removal": "yes", "days": "", "occurences": "10", "volumeusage": "90", "snapsendopt": "none", "subvolprefix": "", "subvolsendto": "", "cron": "20 19 * * 6", "vmselection": null } ], "\/mnt\/disk1\/software": [ { "rund": "Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday", "snapscheduleenabled": "yes", "snapSchedule": "3", "dotm": "1", "hour1": "19", "min": "25", "hour2": "*\/1", "snaplogging": "yes", "tag": "monthly", "snapsend": "local", "remotehost": "", "snapincremental": "yes", "mastersnap": "", "hostoption": "shutdown", "shutdowntimeout": "", "Removal": "yes", "days": "", "occurences": "", "volumeusage": "90", "snapsendopt": "none", "subvolprefix": "", "subvolsendto": "", "cron": "25 19 1 * *", "vmselection": null } ], "\/mnt\/disk1\/video": [ { "rund": "Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday", "snapscheduleenabled": "yes", "snapSchedule": "3", "dotm": "1", "hour1": "19", "min": "25", "hour2": "*\/1", "snaplogging": "yes", "tag": "monthly", "snapsend": "local", "remotehost": "", "snapincremental": "yes", "mastersnap": "", "hostoption": "shutdown", "shutdowntimeout": "", "Removal": "yes", "days": "", "occurences": "", "volumeusage": "90", "snapsendopt": "none", "subvolprefix": "", "subvolsendto": "", "cron": "25 19 1 * *", "vmselection": null } ]
  21. Here is a typical constellation: Slot 1 and 2 are disabled and I want to remove them. (It is independent, if the schedule is enabled or not ) The standard message appears After pushing the "delete" button "Fail" is displayed for less than a second. The schedule is as before and no entry in the log. I just wanted to know, if something has to be taken into account before deleting the schedules. This seems not to be the case. Now, I will take a deeper look in this behavior.
  22. I am using unraid 6.10.3 and Snapshots 2022.06.25. Since a view days i realized, that I can create but can't delete the schedule elements anymore ("fail" is displayed). Is there any condition that has to be fulfilled to delete the schedules of the snapshots? I am quite sure that it works in the past with the same versions, but meanwhile I rebooted the system and expanded the numbers of snapshot tasks.
  23. Thanks a lot!
  24. Have any of you noticed that the automatic deletion of snapshots has recently stopped working? I use the latest version of "snapshots" 2022.06.17a and unraid 6.10.3

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.