This is where docker would be useful. Create multiple targets on the pool, run a different docker container/cert (if you want)/accesskey for each need for minio.
@phendryx4 жыл бұрын
And just as I hit submit, you talk about jails :-D
@ur5gqf4 жыл бұрын
@@phendryx use mc admin to setup policy amd users
@SirHackaL0t.4 жыл бұрын
You always have useful videos that save money. Nice one. 👍
@kresky4 жыл бұрын
Another great video, always enjoy your how-to's and tutorials on products!! 👍
@FaLLeNaNg3L822 жыл бұрын
didnt understand the certificate part
@BytesNPixels4 жыл бұрын
I thought you could use mc to create multiple access keys and policy per key?
@bryankelsch39032 жыл бұрын
S3 does not work easily any more in 12.U8. Any updates/fixes you have discovered?
@renanfeitosa1014 жыл бұрын
Can you please make a video of how to find the bottleneck of the transfer speed from a backup in xen orchestra
@ralmslb4 жыл бұрын
One thing I'm wondering is, what is I wanna access the data without MinIO? Lets say I decide to use it now but after while I either have a server failure or migrated stuff to Linux or whatever and no longer have MinIO? How can I access the data?
@timezonewall4 жыл бұрын
The data and MinIO normally both reside on the same physical system. If you "migrate" the data, you would have taken it out of S3 type storage into something else. If you just copied the raw data, it would be in S3 format that would the MinIO layer to read it, but it's easy. MinIO runs on a variety of platforms and is straight forward. If you moved the raw data to linux, just start a MinIO process on the linux box, connect your backup software to it and you're good. If you copy the data to windows, just spin up minio.exe and read it from your backup system of choice (duplicati, cloudberry, etc). Setting up minio standalone is easy, simpler than configuring the backup software itself.
@ralmslb4 жыл бұрын
@@timezonewall ok that was part of my curiosity, how custom was the format or was it simply a way of organizing the files within a partition. Thanks
@themorrisproject4 жыл бұрын
Great video Tom
@PaulTurley814 жыл бұрын
i wonder if this would be away for me to build this in to a app so that people can view photos and videos i want to share?
@MartinHamplchroust4 жыл бұрын
Does FreeNas S3 support object lock? Like for Veeam backup, where’s option to lock files against any modifications.
@AlexandreAlonso4 жыл бұрын
how to setup s3 gateway?
@blender_wiki Жыл бұрын
Be careful for the new integrated minio implementation this tutorial is outdated. To log into the web interface you must define credentials into env variables for minio because API key for acces in web interface is deprecated. But info are still useful for new users.