<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Velero_Minio</id>
	<title>Velero Minio - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Velero_Minio"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Velero_Minio&amp;action=history"/>
	<updated>2026-04-21T05:16:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Velero_Minio&amp;diff=4351&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;``` #!/bin/bash set -eu  cat &lt;&lt;EOF&gt; minio.crd [default] aws_access_key_id=${MINIO_ACCESS_KEY} aws_secret_access_key=${MINIO_SECRET_KEY} EOF  velero install \   --provider aws...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Velero_Minio&amp;diff=4351&amp;oldid=prev"/>
		<updated>2023-07-01T22:22:33Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;``` #!/bin/bash set -eu  cat &amp;lt;&amp;lt;EOF&amp;gt; minio.crd [default] aws_access_key_id=${MINIO_ACCESS_KEY} aws_secret_access_key=${MINIO_SECRET_KEY} EOF  velero install \   --provider aws...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;```&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
set -eu&lt;br /&gt;
&lt;br /&gt;
cat &amp;lt;&amp;lt;EOF&amp;gt; minio.crd&lt;br /&gt;
[default]&lt;br /&gt;
aws_access_key_id=${MINIO_ACCESS_KEY}&lt;br /&gt;
aws_secret_access_key=${MINIO_SECRET_KEY}&lt;br /&gt;
EOF&lt;br /&gt;
&lt;br /&gt;
velero install \&lt;br /&gt;
  --provider aws \&lt;br /&gt;
  --plugins velero/velero-plugin-for-aws:v1.5.5 \&lt;br /&gt;
  --bucket velero \&lt;br /&gt;
  --secret-file ./minio.crd \&lt;br /&gt;
  --use-node-agent \&lt;br /&gt;
  --use-volume-snapshots=false \&lt;br /&gt;
  --snapshot-location-config region=&amp;quot;default&amp;quot; \&lt;br /&gt;
  --backup-location-config region=minio,s3ForcePathStyle=&amp;quot;true&amp;quot;,s3Url=https://minio-api.example.com&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>