ajout restic-minio - non finalise

This commit is contained in:
phil
2025-02-10 13:10:14 +01:00
parent 3816043214
commit fcf2e401c2
4 changed files with 105 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
sudo apt-get update
wget https://dl.min.io/server/minio/release/linux-amd64/archive/minio_20250203210304.0.0_amd64.deb -O minio.deb
sudo dpkg -i minio.deb
echo -e "mkdir ~/minio\nminio server ~/minio --console-address :9001"