You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that the minio-mc container exists after executing the entrypoint commands. Ideally I would like the container to keep running so that I can issue a mirror command once a day or so (outside of compose) for backing up my buckets.
Any other pointer on how to back up minio buckets from within docker would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
Expected behavior
I would like to deploy minio/mc in docker and use mc mirror once a day to backup my buckets to a different S3 provider
Actual behavior
I have the following docker-compose snippet:
The problem is that the minio-mc container exists after executing the entrypoint commands. Ideally I would like the container to keep running so that I can issue a mirror command once a day or so (outside of compose) for backing up my buckets.
Any other pointer on how to back up minio buckets from within docker would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: