Are you using any of the jail management tools?Is there any simple way to upgrade all my jails to this version?
iocageAre you using any of the jail management tools?
So, if I have numerous jails I want to update I just need to create a script with a for loop?
Yes.So, if I have numerous jails I want to update I just need to create a script with a for loop?
Is there any need? Why not do the fetch once at the top of the script and then use the same files in each iteration of the loop?Is there some way to create a cache to avoid the same fetches from freebsd.org?
I'm not sure I understand what you mean.Yes.
Is there any need? Why not do the fetch once at the top of the script and then use the same files in each iteration of the loop?
freebsd-update fetch in each jail? freebsd-update manpage you'll see that there's a server option:-s server Fetch files from the specified server or server pool.