I'd like an option to export a share on a per NIC or VLAN basis - so share 1 is exported to NIC 1-3 but share 2 is NIC 3 only, or per VLAN on a single NIC. I'd rather not have all users across all subnets see all share names, so restrict visibility on a NIC or VLAN basis; if we could toggle a read only flag on that basis too that'd be good. Many thanks
Hard to tell in my instance as they are exact duplicates, but I'd assume as it's running
rsync -avPR -X
in the background, looking at that rsync nomenclature should tell you how it'll behave. It seems to copy from each disk in numerical order, which makes sense as it's the one visible to the user share I believe.
Your mileage may vary...
I had the exact same issue, and think I have the solution. Use the UnBalance Plugin and "Gather" all your versions of the file(s) to a different drive. This assumes that there is at least one drive in your array that an individual file is not copied to. I used a filtering setup in excel and pasted the output of the extended test in fix common problems to determine which files were on which drives.
If you have 3 copies of a 1.5Gb file, Gather will say that it will move 4.5Gb of data, but in reality the second two copies will be skipped but the old versions removed.
Hope that helps