I have multiple servers:
- s1
- s2
- s2.sub1
- s2.sub2
- s3
- s4
I would like split backups to 2 parts:
- Only s2+subservers
- All except s2+subservers.
For first backup: mark "Only selected ..", mark s2
and checkbox "Include sub-servers of those selected"
Running this backup runs as expected and backups s2, s2.sub1, s2.sub2
.
For second backup: mark "All except ..", mark s2
and checkbox "Include sub-servers of those selected".
I would expect it should backup s1, s3, s4
. However it also backups s2.sub1, s2.sub2
.
I think checkbox "Include sub-servers of those selected" should work as "Exclude sub-servers of those selected" when "All except .." is chosen.
To workaround, now I need to select all s2, s2.sub1, s2.sub2
and update list everytime when I add subservers to s2
.
I also suggest to display server list as tree like on the left, so subservers are better visible.
Comments
Submitted by JamieCameron on Tue, 12/29/2015 - 12:07 Comment #1
That is actually how Virtualmin is supposed to work, but due to a bug it wasn't excluding the sub-servers properly :-( This will be fixed in the next release though.