February 25Feb 25 8 hours ago, jcofer555 said:very strange as i just double checked on both my servers, ones on 7.1.4 and the other 7.2.3, one has exclusive enabled one has it disabled. can you show a screenshot of how you have it setup to startFirst, you might have to clarify what you mean by "exclusive" as this is not a term/setting I have previously encountered in my Unraid meanderings.Secondly, screenshot of what? The plugin settings or the share/mount for remotes?
February 25Feb 25 Author 3 minutes ago, The_Holocron said:First, you might have to clarify what you mean by "exclusive" as this is not a term/setting I have previously encountered in my Unraid meanderings.Secondly, screenshot of what? The plugin settings or the share/mount for remotes?exclusive shares are a share that has all of it's data on a pool with the shares settings being primary storage set to that pool and secondary storage set to none, and then settings > permit exclusive set to yes (array needs stopped to change) and then unraid makes a symlink for that shares /mnt/user path to the shares actual direct pool path i.e. /mnt/cache and in turn this bypasses the fuse filesystem for those shares that are setup that way so when you reference or use /mnt/user you no longer are going through fuse which in turn gives you performance increases I/O wise. the issue with that is handling the symlinks properly on a per share basis
February 25Feb 25 Author 8 minutes ago, The_Holocron said:Another small thing. The indicated backup actually had errors (failed completely because of the mount points) upon finish. The notification in the Unraid notifications should ideally indicate that it failed, not just finished, and have the warning icon, similar to the other clip below.yea the notification system is very basic atm, i would like to work on that but to be honest it's not high on the priority list but it is something i plan on tackling at some point
February 25Feb 25 Author 19 minutes ago, The_Holocron said:I am not afraid of terminal... :-Dopen unraids terminal and do this1. type exactly this > /usr/local/emhttp/plugins/vm-backup-and-restore/helpers/schedule_list.php2.type nano /usr/local/emhttp/plugins/vm-backup-and-restore/helpers/schedule_list.php3. go to https://privatebin.net/?020b80ac00067bb9#8ygEg56NP1CKzeeG2GFy3fNE6Exgh46zGncjBmPeyjRn and copy the entire text in that privatebin then go back to the unraid terminal where you have the schedule_list.php open with nano and right click the screen and hit paste, then hit ctrl+x, don't change the files name and accept any prompts to save/overwrite4. type > /usr/local/emhttp/plugins/vm-backup-and-restore/vm-backup-and-restore.page5. type nano > /usr/local/emhttp/plugins/vm-backup-and-restore/vm-backup-and-restore.page6. go to https://privatebin.net/?0c7ea91655725462#61Bd79LLdpVXdNhFeiJu9KrrUmsSPKWrqq4hUwdTpkU1 and copy the entire text in that privatebin then go back to the unraid terminal where you have the vm-backup-and-restore.page open with nano and right click the screen and hit paste, then hit ctrl+x, don't change the files name and accept and prompts to save/overwrite7. refresh the page with the browser for the plugins page and then see if it fixes the issues
February 25Feb 25 24 minutes ago, jcofer555 said:exclusive shares are a share that has all of it's data on a pool with the shares settings being primary storage set to that pool and secondary storage set to none, and then settings > permit exclusive set to yes (array needs stopped to change) and then unraid makes a symlink for that shares /mnt/user path to the shares actual direct pool path i.e. /mnt/cache and in turn this bypasses the fuse filesystem for those shares that are setup that way so when you reference or use /mnt/user you no longer are going through fuse which in turn gives you performance increases I/O wise. the issue with that is handling the symlinks properly on a per share basisI'm not entirely following this...it is above my pay grade...but I think, after reading some of the associated documentation, that I need to turn on the "share" toggle in the NFS Share settings. Yes?
February 25Feb 25 Author 1 minute ago, The_Holocron said:I'm not entirely following this...it is above my pay grade...but I think, after reading some of the associated documentation, that I need to turn on the "share" toggle in the NFS Share settings. Yes?that's a plugin and those aren't capable of being exclusive
February 25Feb 25 2 minutes ago, jcofer555 said:that's a plugin and those aren't capable of being exclusiveI believe that one needs to use Unassigned Devices to mount remote shares.Further, turning on the "share" toggle allowed the back up to complete to the remote share.UPDATE: Well, turning off that "SHARE" toggle seems to still allow it to work fine. I'm not sure if that changed something or it failed again earlier for some other reason. ¯\_(ツ)_/¯ Edited February 25Feb 25 by The_Holocron
February 25Feb 25 Author 40 minutes ago, The_Holocron said:I believe that one needs to use Unassigned Devices to mount remote shares.Further, turning on the "share" toggle allowed the back up to complete to the remote share.i can't reproduce, i just tested mine with both that enabled and disabled and it still works fine
February 25Feb 25 1 hour ago, jcofer555 said:i can't reproduce, i just tested mine with both that enabled and disabled and it still works fineMust have been something else--it seems to be working fine for me as well--albeit quite slow at the moment. Another feature idea: a button to STOP/CANCEL an in-progress backup....
February 25Feb 25 Author 10 minutes ago, The_Holocron said:Must have been something else--it seems to be working fine for me as well--albeit quite slow at the moment. Another feature idea: a button to STOP/CANCEL an in-progress backup....sending to remote storage does make it take longer because it can't take advantage of sparseness when traversing network links oh and also another update pushed to make the scheduling section to be responsive so no matter your screen size, zoom size, or whatever it should be useable
February 25Feb 25 Yeah, I realize it takes a while via network share. This might push me to keep it local and then use something else to sync to remote. I already have Cloudberry Backup running so that could do it. It just doesn't like the VMs directly.
February 25Feb 25 Author i like the idea of a stop/pause button. i'll look into it to see if i can make it happen or not
February 25Feb 25 The "tool tip" pop-up on the "Update" button could use better wording, IMO.Also, when clicking Update I'm getting an error pop-up from the browser.JavaScript from "https://<ip address>"invalid cron expressionBut I haven't updated to your most recent version yet, as I'm in the middle of a test backup.
February 25Feb 25 Author 10 minutes ago, The_Holocron said:The "tool tip" pop-up on the "Update" button could use better wording, IMO.Also, when clicking Update I'm getting an error pop-up from the browser.JavaScript from "https://<ip address>"invalid cron expressionBut I haven't updated to your most recent version yet, as I'm in the middle of a test backup.i can't reproduce the invalid cron expression when updating a schedule. any suggestions for the tooltip wording?
February 25Feb 25 BTW, not to potentially kill this project, but did you happen to see this post and the reference to forthcoming native backup workflows?https://forums.unraid.net/topic/137710-plugin-appdatabackup/page/77/#findComment-1564584 Edited February 25Feb 25 by The_Holocron
February 25Feb 25 Author 1 hour ago, The_Holocron said:The "tool tip" pop-up on the "Update" button could use better wording, IMO.Also, when clicking Update I'm getting an error pop-up from the browser.JavaScript from "https://<ip address>"invalid cron expressionBut I haven't updated to your most recent version yet, as I'm in the middle of a test backup.found the cron expression bug, and update pushed to fix it and i made minor adjustments to the tooltips on the buttons as wellyea i heard about it but who knows when/if they will actually do it
February 25Feb 25 Author 11 hours ago, jcofer555 said:yea the notification system is very basic atm, i would like to work on that but to be honest it's not high on the priority list but it is something i plan on tackling at some pointfixed this and added the ability to use a discord webhook for the notifications if you wanted to instead of unraids built in notifications
February 26Feb 26 Author On 2/25/2026 at 6:42 AM, The_Holocron said:Must have been something else--it seems to be working fine for me as well--albeit quite slow at the moment. Another feature idea: a button to STOP/CANCEL an in-progress backup....stop has been added, thanks for the idea.
February 27Feb 27 Upgraded to 7.2.4. Unable to save any scheduled backup or update existing. I uninstalled and reinstalled with same issue after.Backup Now does work.
February 27Feb 27 Author 2 minutes ago, The_Holocron said:Upgraded to 7.2.4. Unable to save any scheduled backup or update existing. I uninstalled and reinstalled with same issue after.Backup Now does work.update has been pushed that fixes that as well as some additional things
March 2Mar 2 On 2/26/2026 at 3:35 PM, jcofer555 said:stop has been added, thanks for the idea.I'm not seeing this in the UI when a backup is running.Also, 12 hours to backup my VMs. Wow...that's a long time.
March 2Mar 2 Author 33 minutes ago, The_Holocron said:I'm not seeing this in the UI when a backup is running.Also, 12 hours to backup my VMs. Wow...that's a long time.the backup now or run button depending on which you used should change to stop once things are runningyea that's a long time for sure
March 3Mar 3 I like it so far 👍Small question: I still have my first backup running. I notice the vm's get stopped one by one to start each backup. But I am not seeing a start vm in the logs. I expect this will happen after all vm's are backed up?I would have expected a "stop - backup - start" flow. But maybe I am missing something.The "other" vm backup supported backups through snapshots. So no down time. Is that also something you are looking at? 🙏
March 3Mar 3 Author 36 minutes ago, EdwinZelf said:I like it so far 👍Small question: I still have my first backup running. I notice the vm's get stopped one by one to start each backup. But I am not seeing a start vm in the logs. I expect this will happen after all vm's are backed up?I would have expected a "stop - backup - start" flow. But maybe I am missing something.The "other" vm backup supported backups through snapshots. So no down time. Is that also something you are looking at? 🙏i like that idea better for sure i'll change it so it starts the first before it starts the backup of the next and for snapshots not yet as i'm not sure of the management behind those and how to best display it for restore purposes but it is on my list of wants to get done
March 10Mar 10 Dear Developer,I think important create the option backup on the fly. Because not more necessary stop and start VM during backup.Thanks for all
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.