<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
    <channel>
        <title>نوشته های واهاگ گراگوسیان</title>
        <link>https://virgool.io/feed/@m_43358586</link>
        <description></description>
        <language>fa</language>
        <pubDate>2026-06-17 02:55:37</pubDate>
        <image>
            <url>https://static.virgool.io/images/default-avatar.jpg</url>
            <title>واهاگ گراگوسیان</title>
            <link>https://virgool.io/@m_43358586</link>
        </image>

                    <item>
                <title>MinIO-ArvanCloud Object Storage</title>
                <link>https://tech.arvancloud.ir/minio-arvancloud-object-storage-oxyfxrqn7tfh</link>
                <description>MinIO - ArvanCloud
One of the most important tasks for the teams who maintain the distributed storage or object storage is to have an online and reliable backup. In this article I am using MinIO as a Distributed Object Storage and ArvanCloud Object Storage as a backup or replication site.There are different ways through which the team can take a backup from the data, like:1- Online Backup or Site Replication (Protect Application from main site Hardware-failure or …)2- Offline Backup or One Way Sync (Protect Data)Prerequisites:- Access to you MinIO Server- Full Access to ArvanCloud Object Storage panel or API- Install MinIO CLI on the endpoint which wants to run the commands( In this article MinIO Server). In this link you can find how to install it- Online Backup or Site ReplicationIn this article I do not mention how to setup your MinIO Server, so first of all you should sign up in ArvanCloud or Login to you account. Then follow the path.Storage&gt;&gt;Buckets&gt;&gt;AddBucket&gt;&gt;Create a private bucketAfter that you should enable “versioning” on that bucket (You can use ArvanCloud API or S3 Browser Software). I personally prefer using software because it is easier and you can connect to the ArvanCloud Object Storage by passing Access and Secret Keys.ArvanCloudSo after this step we should work with the MinIO serverFirst Step: Set an alias for you command line to connect your MinIO server:mcli alias set ALIAS URL ACCESSKEY SECRETKEYExample:mcli alias set myminio http://{IPAddress}:{Port} ACCESSKEY SECRETKEYSecond Step: Set an alias for you command line to connect ArvanCloud Object Storage server:mcli alias set ALIAS URL ACCESSKEY SECRETKEYExample:mcli alias set arvancloud https://s3.ir-thr-at1.arvanstorage.com ACCESSKEY SECRETKEYThird Step: Should config a Remote Bucketmcli admin bucket remote add SOURCE DESTINATION --service &quot;replication&quot;SOURCE:Your local bucketExample: myminio/localminioDESTINATION:Syntax: http(s)://ACCESSKEY:SECRETKEY@DESTHOSTNAME/DESTBUCKETExample: http(s)://ACCESSKEY:SECRETKEY@https://s3.ir-thr-at1.arvanstorage.com/arbancloudminioFinal Step: Make a Replication Sitemcli replicate add --remote-bucket &quot;OUTPUTOFSTEP3&quot; –replicate &quot;replicate value&quot; myminio/mydataExample:mcli replicate add --remote-bucket &quot;OUTPUTOFSTEP3&quot; –replicate &quot; delete,delete-marker,existing-objects&quot; myminio/localminioreplicate value:delete - Directs MinIO to replicate DELETE operations to the destination bucket.delete-marker - Directs MinIO to replicate delete markers to the destination bucket.existing-objects - Directs MinIO to replicate objects created before replication was enabled or while replication was suspended.At this stage the configuration finished but you can track your replication and resync it with following commands#Check the status of replicate:mcli replicate status myminio/localminio#Request for resync:mcli replicate resync start --remote-bucket &quot;OUTPUTOFSTEP3&quot; myminio/localminio#Check for resync status:mcli replicate resync status --remote-bucket &quot;OUTPUTOFSTEP3&quot; myminio/localminioLater I will share how you can sync your Objects with ArvanCloud Object Storage as an Offline backup</description>
                <category>واهاگ گراگوسیان</category>
                <author>واهاگ گراگوسیان</author>
                <pubDate>Mon, 04 Jul 2022 19:41:55 +0430</pubDate>
            </item>
            </channel>
</rss>