How to set S3 Backup to folder inside of the bucket?
I have bucket called “backup-erp”, but inside of it i have folder named “site1”.
I want to backup my site to this “site1” folder
Check if restic works for you, it can store to s3 backend.
restic: Examples — restic 0.14.0 documentation
gist: backup with restic and S3 · GitHub
Start local MinIO
docker run \
-p 9000:9000 \
-p 9001:9001 \
--name localminio \
-v ~/minio/data:/data \
-e "MINIO_ROOT_USER=AKIAIOSFODNN7EXAMPLE" \
-e "MINIO_ROOT_PASSWORD=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" \
quay.io/minio/minio server /data --console-address ":9001"
Note: Minio example is for local testing only, use S3 compatible object storage in case of production setup
Initiali…
This is not related to any frappe app or feature. It is a tool to snapshot and backup files.