少し前にMattermostでWASABIに接続出来なくなってしまい、
AmazonS3にデータを移管した時の備忘録です。
rcloneというツールを使い移行しました。
広告
rcloneでデータ移行
オブジェクトストレージのデータ移行は初めてでしたので
今後の為に備忘録を残す。
今回は初めてという事もありWindows用のrcloneをダウンロードしましたが、
データが多い人は回線の早いサーバーを借りて作業したほうが間違いなく良い。
そんなわけで、今回の作業はWindows用です。
何はともあれダウンロード
あとは基本的にコマンドラインから。
私はPowershellで作業しました。
まずはPowershellでrcloneを起動させてみる。
PS D:\tool\rclone-v1.67.0-windows-amd64> ./rclone.exe Usage: rclone [flags] rclone [command] ~~~~~~~~~
こんな感じで起動を確認できます。
WASABI側の設定
# rclone.exe config で設定ファイルを作る PS D:\tool\rclone-v1.67.0-windows-amd64> ./rclone.exe config # 「n」 のNEWリモート 2024/06/18 14:04:56 NOTICE: Config file "C:\\Users\\user\\AppData\\Roaming\\rclone\\rclone.conf" not found - using defaults No remotes found, make a new one? n) New remote s) Set configuration password q) Quit config n/s/q> n #名前はwasabiとか任意 Enter name for new remote. name> wasabi # s3を選択 Option Storage. Type of storage to configure. Choose a number from below, or type in your own value. 1 / 1Fichier \ (fichier) 2 / Akamai NetStorage \ (netstorage) 3 / Alias for an existing remote \ (alias) 4 / Amazon S3 Compliant Storage Providers including AWS, Alibaba, ArvanCloud, Ceph, ChinaMobile, Cloudflare, DigitalOcean, Dreamhost, GCS, HuaweiOBS, IBMCOS, IDrive, IONOS, LyveCloud, Leviia, Liara, Linode, Magalu, Minio, Netease, Petabox, RackCorp, Rclone, Scaleway, SeaweedFS, StackPath, Storj, Synology, TencentCOS, Wasabi, Qiniu and others \ (s3) 5 / Backblaze B2 \ (b2) 6 / Better checksums for other remotes \ (hasher) 7 / Box \ (box) 8 / Cache a remote \ (cache) 9 / Citrix Sharefile \ (sharefile) 10 / Combine several remotes into one \ (combine) 11 / Compress a remote \ (compress) 12 / Dropbox \ (dropbox) 13 / Encrypt/Decrypt a remote \ (crypt) 14 / Enterprise File Fabric \ (filefabric) 15 / FTP \ (ftp) 16 / Google Cloud Storage (this is not Google Drive) \ (google cloud storage) 17 / Google Drive \ (drive) 18 / Google Photos \ (google photos) 19 / HTTP \ (http) 20 / Hadoop distributed file system \ (hdfs) 21 / HiDrive \ (hidrive) 22 / ImageKit.io \ (imagekit) 23 / In memory object storage system. \ (memory) 24 / Internet Archive \ (internetarchive) 25 / Jottacloud \ (jottacloud) 26 / Koofr, Digi Storage and other Koofr-compatible storage providers \ (koofr) 27 / Linkbox \ (linkbox) 28 / Local Disk \ (local) 29 / Mail.ru Cloud \ (mailru) 30 / Mega \ (mega) 31 / Microsoft Azure Blob Storage \ (azureblob) 32 / Microsoft Azure Files \ (azurefiles) 33 / Microsoft OneDrive \ (onedrive) 34 / OpenDrive \ (opendrive) 35 / OpenStack Swift (Rackspace Cloud Files, Blomp Cloud Storage, Memset Memstore, OVH) \ (swift) 36 / Oracle Cloud Infrastructure Object Storage \ (oracleobjectstorage) 37 / Pcloud \ (pcloud) 38 / PikPak \ (pikpak) 39 / Proton Drive \ (protondrive) 40 / Put.io \ (putio) 41 / QingCloud Object Storage \ (qingstor) 42 / Quatrix by Maytech \ (quatrix) 43 / SMB / CIFS \ (smb) 44 / SSH/SFTP \ (sftp) 45 / Sia Decentralized Cloud \ (sia) 46 / Storj Decentralized Cloud Storage \ (storj) 47 / Sugarsync \ (sugarsync) 48 / Transparently chunk/split large files \ (chunker) 49 / Uloz.to \ (ulozto) 50 / Union merges the contents of several upstream fs \ (union) 51 / Uptobox \ (uptobox) 52 / WebDAV \ (webdav) 53 / Yandex Disk \ (yandex) 54 / Zoho \ (zoho) 55 / premiumize.me \ (premiumizeme) 56 / seafile \ (seafile) Storage> s3 # 30を選択 Option provider. Choose your S3 provider. Choose a number from below, or type in your own value. Press Enter to leave empty. 1 / Amazon Web Services (AWS) S3 \ (AWS) 2 / Alibaba Cloud Object Storage System (OSS) formerly Aliyun \ (Alibaba) 3 / Arvan Cloud Object Storage (AOS) \ (ArvanCloud) 4 / Ceph Object Storage \ (Ceph) 5 / China Mobile Ecloud Elastic Object Storage (EOS) \ (ChinaMobile) 6 / Cloudflare R2 Storage \ (Cloudflare) 7 / DigitalOcean Spaces \ (DigitalOcean) 8 / Dreamhost DreamObjects \ (Dreamhost) 9 / Google Cloud Storage \ (GCS) 10 / Huawei Object Storage Service \ (HuaweiOBS) 11 / IBM COS S3 \ (IBMCOS) 12 / IDrive e2 \ (IDrive) 13 / IONOS Cloud \ (IONOS) 14 / Seagate Lyve Cloud \ (LyveCloud) 15 / Leviia Object Storage \ (Leviia) 16 / Liara Object Storage \ (Liara) 17 / Linode Object Storage \ (Linode) 18 / Magalu Object Storage \ (Magalu) 19 / Minio Object Storage \ (Minio) 20 / Netease Object Storage (NOS) \ (Netease) 21 / Petabox Object Storage \ (Petabox) 22 / RackCorp Object Storage \ (RackCorp) 23 / Rclone S3 Server \ (Rclone) 24 / Scaleway Object Storage \ (Scaleway) 25 / SeaweedFS S3 \ (SeaweedFS) 26 / StackPath Object Storage \ (StackPath) 27 / Storj (S3 Compatible Gateway) \ (Storj) 28 / Synology C2 Object Storage \ (Synology) 29 / Tencent Cloud Object Storage (COS) \ (TencentCOS) 30 / Wasabi Object Storage \ (Wasabi) 31 / Qiniu Object Storage (Kodo) \ (Qiniu) 32 / Any other S3 compatible provider \ (Other) provider> 30 # 1を選択 Option env_auth. Get AWS credentials from runtime (environment variables or EC2/ECS meta data if no env vars). Only applies if access_key_id and secret_access_key is blank. Choose a number from below, or type in your own boolean value (true or false). Press Enter for the default (false). 1 / Enter AWS credentials in the next step. \ (false) 2 / Get AWS credentials from the environment (env vars or IAM). \ (true) env_auth> 1 # access_key_idを入力 Option access_key_id. AWS Access Key ID. Leave blank for anonymous access or runtime credentials. Enter a value. Press Enter to leave empty. access_key_id> ********************** # secret_access_keyを入力 Option secret_access_key. AWS Secret Access Key (password). Leave blank for anonymous access or runtime credentials. Enter a value. Press Enter to leave empty. secret_access_key> ********************** # Region を入力 私はap-northeast-1 Option region. Region to connect to. Leave blank if you are using an S3 clone and you don't have a region. Choose a number from below, or type in your own value. Press Enter to leave empty. / Use this if unsure. 1 | Will use v4 signatures and an empty region. \ () / Use this only if v4 signatures don't work. 2 | E.g. pre Jewel/v10 CEPH. \ (other-v2-signature) region> ap-northeast-1 # WASABIは10とか Option endpoint. Endpoint for S3 API. Required when using an S3 clone. Choose a number from below, or type in your own value. Press Enter to leave empty. 1 / Wasabi US East 1 (N. Virginia) \ (s3.wasabisys.com) 2 / Wasabi US East 2 (N. Virginia) \ (s3.us-east-2.wasabisys.com) 3 / Wasabi US Central 1 (Texas) \ (s3.us-central-1.wasabisys.com) 4 / Wasabi US West 1 (Oregon) \ (s3.us-west-1.wasabisys.com) 5 / Wasabi CA Central 1 (Toronto) \ (s3.ca-central-1.wasabisys.com) 6 / Wasabi EU Central 1 (Amsterdam) \ (s3.eu-central-1.wasabisys.com) 7 / Wasabi EU Central 2 (Frankfurt) \ (s3.eu-central-2.wasabisys.com) 8 / Wasabi EU West 1 (London) \ (s3.eu-west-1.wasabisys.com) 9 / Wasabi EU West 2 (Paris) \ (s3.eu-west-2.wasabisys.com) 10 / Wasabi AP Northeast 1 (Tokyo) endpoint \ (s3.ap-northeast-1.wasabisys.com) 11 / Wasabi AP Northeast 2 (Osaka) endpoint \ (s3.ap-northeast-2.wasabisys.com) 12 / Wasabi AP Southeast 1 (Singapore) \ (s3.ap-southeast-1.wasabisys.com) 13 / Wasabi AP Southeast 2 (Sydney) \ (s3.ap-southeast-2.wasabisys.com) endpoint> 10 # ap-northeast-1 を入力 Option location_constraint. Location constraint - must be set to match the Region. Leave blank if not sure. Used when creating buckets only. Enter a value. Press Enter to leave empty. location_constraint> ap-northeast-1 # 1 を入力 Option acl. Canned ACL used when creating buckets and storing or copying objects. This ACL is used for creating objects and if bucket_acl isn't set, for creating buckets too. For more info visit https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl Note that this ACL is applied when server-side copying objects as S3 doesn't copy the ACL from the source but rather writes a fresh one. If the acl is an empty string then no X-Amz-Acl: header is added and the default (private) will be used. Choose a number from below, or type in your own value. Press Enter to leave empty. / Owner gets FULL_CONTROL. 1 | No one else has access rights (default). \ (private) / Owner gets FULL_CONTROL. 2 | The AllUsers group gets READ access. \ (public-read) / Owner gets FULL_CONTROL. 3 | The AllUsers group gets READ and WRITE access. | Granting this on a bucket is generally not recommended. \ (public-read-write) / Owner gets FULL_CONTROL. 4 | The AuthenticatedUsers group gets READ access. \ (authenticated-read) / Object owner gets FULL_CONTROL. 5 | Bucket owner gets READ access. | If you specify this canned ACL when creating a bucket, Amazon S3 ignores it. \ (bucket-owner-read) / Both the object owner and the bucket owner get FULL_CONTROL over the object. 6 | If you specify this canned ACL when creating a bucket, Amazon S3 ignores it. \ (bucket-owner-full-control) acl> 1 # n を入力 Edit advanced config? y) Yes n) No (default) y/n> n Configuration complete. Options: - type: s3 - provider: Wasabi - access_key_id: ************* - secret_access_key: **************** - region: ap-northeast-1 - endpoint: s3.ap-northeast-1.wasabisys.com - location_constraint: ap-northeast-1 - acl: private] # y を入力 Keep this "wasabi" remote? y) Yes this is OK (default) e) Edit this remote d) Delete this remote y/e/d> y Current remotes: Name Type ==== ==== wasabi s3
Amazon S3側の設定
# rclone.exe config で設定ファイルを作る PS D:\tool\rclone-v1.67.0-windows-amd64> ./rclone.exe config # n を入力 e) Edit existing remote n) New remote d) Delete remote r) Rename remote c) Copy remote s) Set configuration password q) Quit config e/n/d/r/c/s/q> n # 名前をs3 Enter name for new remote. name> s3 # s3 を入力 Option Storage. Type of storage to configure. Choose a number from below, or type in your own value. 1 / 1Fichier \ (fichier) 2 / Akamai NetStorage \ (netstorage) 3 / Alias for an existing remote \ (alias) 4 / Amazon S3 Compliant Storage Providers including AWS, Alibaba, ArvanCloud, Ceph, ChinaMobile, Cloudflare, DigitalOcean, Dreamhost, GCS, HuaweiOBS, IBMCOS, IDrive, IONOS, LyveCloud, Leviia, Liara, Linode, Magalu, Minio, Netease, Petabox, RackCorp, Rclone, Scaleway, SeaweedFS, StackPath, Storj, Synology, TencentCOS, Wasabi, Qiniu and others \ (s3) 5 / Backblaze B2 \ (b2) 6 / Better checksums for other remotes \ (hasher) 7 / Box \ (box) 8 / Cache a remote \ (cache) 9 / Citrix Sharefile \ (sharefile) 10 / Combine several remotes into one \ (combine) 11 / Compress a remote \ (compress) 12 / Dropbox \ (dropbox) 13 / Encrypt/Decrypt a remote \ (crypt) 14 / Enterprise File Fabric \ (filefabric) 15 / FTP \ (ftp) 16 / Google Cloud Storage (this is not Google Drive) \ (google cloud storage) 17 / Google Drive \ (drive) 18 / Google Photos \ (google photos) 19 / HTTP \ (http) 20 / Hadoop distributed file system \ (hdfs) 21 / HiDrive \ (hidrive) 22 / ImageKit.io \ (imagekit) 23 / In memory object storage system. \ (memory) 24 / Internet Archive \ (internetarchive) 25 / Jottacloud \ (jottacloud) 26 / Koofr, Digi Storage and other Koofr-compatible storage providers \ (koofr) 27 / Linkbox \ (linkbox) 28 / Local Disk \ (local) 29 / Mail.ru Cloud \ (mailru) 30 / Mega \ (mega) 31 / Microsoft Azure Blob Storage \ (azureblob) 32 / Microsoft Azure Files \ (azurefiles) 33 / Microsoft OneDrive \ (onedrive) 34 / OpenDrive \ (opendrive) 35 / OpenStack Swift (Rackspace Cloud Files, Blomp Cloud Storage, Memset Memstore, OVH) \ (swift) 36 / Oracle Cloud Infrastructure Object Storage \ (oracleobjectstorage) 37 / Pcloud \ (pcloud) 38 / PikPak \ (pikpak) 39 / Proton Drive \ (protondrive) 40 / Put.io \ (putio) 41 / QingCloud Object Storage \ (qingstor) 42 / Quatrix by Maytech \ (quatrix) 43 / SMB / CIFS \ (smb) 44 / SSH/SFTP \ (sftp) 45 / Sia Decentralized Cloud \ (sia) 46 / Storj Decentralized Cloud Storage \ (storj) 47 / Sugarsync \ (sugarsync) 48 / Transparently chunk/split large files \ (chunker) 49 / Uloz.to \ (ulozto) 50 / Union merges the contents of several upstream fs \ (union) 51 / Uptobox \ (uptobox) 52 / WebDAV \ (webdav) 53 / Yandex Disk \ (yandex) 54 / Zoho \ (zoho) 55 / premiumize.me \ (premiumizeme) 56 / seafile \ (seafile) Storage> s3 # 1 を入力 Option provider. Choose your S3 provider. Choose a number from below, or type in your own value. Press Enter to leave empty. 1 / Amazon Web Services (AWS) S3 \ (AWS) 2 / Alibaba Cloud Object Storage System (OSS) formerly Aliyun \ (Alibaba) 3 / Arvan Cloud Object Storage (AOS) \ (ArvanCloud) 4 / Ceph Object Storage \ (Ceph) 5 / China Mobile Ecloud Elastic Object Storage (EOS) \ (ChinaMobile) 6 / Cloudflare R2 Storage \ (Cloudflare) 7 / DigitalOcean Spaces \ (DigitalOcean) 8 / Dreamhost DreamObjects \ (Dreamhost) 9 / Google Cloud Storage \ (GCS) 10 / Huawei Object Storage Service \ (HuaweiOBS) 11 / IBM COS S3 \ (IBMCOS) 12 / IDrive e2 \ (IDrive) 13 / IONOS Cloud \ (IONOS) 14 / Seagate Lyve Cloud \ (LyveCloud) 15 / Leviia Object Storage \ (Leviia) 16 / Liara Object Storage \ (Liara) 17 / Linode Object Storage \ (Linode) 18 / Magalu Object Storage \ (Magalu) 19 / Minio Object Storage \ (Minio) 20 / Netease Object Storage (NOS) \ (Netease) 21 / Petabox Object Storage \ (Petabox) 22 / RackCorp Object Storage \ (RackCorp) 23 / Rclone S3 Server \ (Rclone) 24 / Scaleway Object Storage \ (Scaleway) 25 / SeaweedFS S3 \ (SeaweedFS) 26 / StackPath Object Storage \ (StackPath) 27 / Storj (S3 Compatible Gateway) \ (Storj) 28 / Synology C2 Object Storage \ (Synology) 29 / Tencent Cloud Object Storage (COS) \ (TencentCOS) 30 / Wasabi Object Storage \ (Wasabi) 31 / Qiniu Object Storage (Kodo) \ (Qiniu) 32 / Any other S3 compatible provider \ (Other) provider> 1 # 1 を入力 Option env_auth. Get AWS credentials from runtime (environment variables or EC2/ECS meta data if no env vars). Only applies if access_key_id and secret_access_key is blank. Choose a number from below, or type in your own boolean value (true or false). Press Enter for the default (false). 1 / Enter AWS credentials in the next step. \ (false) 2 / Get AWS credentials from the environment (env vars or IAM). \ (true) env_auth> 1 # access_key_id を入力 Option access_key_id. AWS Access Key ID. Leave blank for anonymous access or runtime credentials. Enter a value. Press Enter to leave empty. access_key_id> ************ # secret_access_keyを入力 Option secret_access_key. AWS Secret Access Key (password). Leave blank for anonymous access or runtime credentials. Enter a value. Press Enter to leave empty. secret_access_key> ****************** # regionを入力(私は14) Option region. Region to connect to. Choose a number from below, or type in your own value. Press Enter to leave empty. / The default endpoint - a good choice if you are unsure. 1 | US Region, Northern Virginia, or Pacific Northwest. | Leave location constraint empty. \ (us-east-1) / US East (Ohio) Region. 2 | Needs location constraint us-east-2. \ (us-east-2) / US West (Northern California) Region. 3 | Needs location constraint us-west-1. \ (us-west-1) / US West (Oregon) Region. 4 | Needs location constraint us-west-2. \ (us-west-2) / Canada (Central) Region. 5 | Needs location constraint ca-central-1. \ (ca-central-1) / EU (Ireland) Region. 6 | Needs location constraint EU or eu-west-1. \ (eu-west-1) / EU (London) Region. 7 | Needs location constraint eu-west-2. \ (eu-west-2) / EU (Paris) Region. 8 | Needs location constraint eu-west-3. \ (eu-west-3) / EU (Stockholm) Region. 9 | Needs location constraint eu-north-1. \ (eu-north-1) / EU (Milan) Region. 10 | Needs location constraint eu-south-1. \ (eu-south-1) / EU (Frankfurt) Region. 11 | Needs location constraint eu-central-1. \ (eu-central-1) / Asia Pacific (Singapore) Region. 12 | Needs location constraint ap-southeast-1. \ (ap-southeast-1) / Asia Pacific (Sydney) Region. 13 | Needs location constraint ap-southeast-2. \ (ap-southeast-2) / Asia Pacific (Tokyo) Region. 14 | Needs location constraint ap-northeast-1. \ (ap-northeast-1) / Asia Pacific (Seoul). 15 | Needs location constraint ap-northeast-2. \ (ap-northeast-2) / Asia Pacific (Osaka-Local). 16 | Needs location constraint ap-northeast-3. \ (ap-northeast-3) / Asia Pacific (Mumbai). 17 | Needs location constraint ap-south-1. \ (ap-south-1) / Asia Pacific (Hong Kong) Region. 18 | Needs location constraint ap-east-1. \ (ap-east-1) / South America (Sao Paulo) Region. 19 | Needs location constraint sa-east-1. \ (sa-east-1) / Israel (Tel Aviv) Region. 20 | Needs location constraint il-central-1. \ (il-central-1) / Middle East (Bahrain) Region. 21 | Needs location constraint me-south-1. \ (me-south-1) / Africa (Cape Town) Region. 22 | Needs location constraint af-south-1. \ (af-south-1) / China (Beijing) Region. 23 | Needs location constraint cn-north-1. \ (cn-north-1) / China (Ningxia) Region. 24 | Needs location constraint cn-northwest-1. \ (cn-northwest-1) / AWS GovCloud (US-East) Region. 25 | Needs location constraint us-gov-east-1. \ (us-gov-east-1) / AWS GovCloud (US) Region. 26 | Needs location constraint us-gov-west-1. \ (us-gov-west-1) region> 14 # 空白のままエンター Option endpoint. Endpoint for S3 API. Leave blank if using AWS to use the default endpoint for the region. Enter a value. Press Enter to leave empty. endpoint> # Tokyoなので14 Option location_constraint. Location constraint - must be set to match the Region. Used when creating buckets only. Choose a number from below, or type in your own value. Press Enter to leave empty. 1 / Empty for US Region, Northern Virginia, or Pacific Northwest \ () 2 / US East (Ohio) Region \ (us-east-2) 3 / US West (Northern California) Region \ (us-west-1) 4 / US West (Oregon) Region \ (us-west-2) 5 / Canada (Central) Region \ (ca-central-1) 6 / EU (Ireland) Region \ (eu-west-1) 7 / EU (London) Region \ (eu-west-2) 8 / EU (Paris) Region \ (eu-west-3) 9 / EU (Stockholm) Region \ (eu-north-1) 10 / EU (Milan) Region \ (eu-south-1) 11 / EU Region \ (EU) 12 / Asia Pacific (Singapore) Region \ (ap-southeast-1) 13 / Asia Pacific (Sydney) Region \ (ap-southeast-2) 14 / Asia Pacific (Tokyo) Region \ (ap-northeast-1) 15 / Asia Pacific (Seoul) Region \ (ap-northeast-2) 16 / Asia Pacific (Osaka-Local) Region \ (ap-northeast-3) 17 / Asia Pacific (Mumbai) Region \ (ap-south-1) 18 / Asia Pacific (Hong Kong) Region \ (ap-east-1) 19 / South America (Sao Paulo) Region \ (sa-east-1) 20 / Israel (Tel Aviv) Region \ (il-central-1) 21 / Middle East (Bahrain) Region \ (me-south-1) 22 / Africa (Cape Town) Region \ (af-south-1) 23 / China (Beijing) Region \ (cn-north-1) 24 / China (Ningxia) Region \ (cn-northwest-1) 25 / AWS GovCloud (US-East) Region \ (us-gov-east-1) 26 / AWS GovCloud (US) Region \ (us-gov-west-1) location_constraint> 14 # 1 を入力 Option acl. Canned ACL used when creating buckets and storing or copying objects. This ACL is used for creating objects and if bucket_acl isn't set, for creating buckets too. For more info visit https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl Note that this ACL is applied when server-side copying objects as S3 doesn't copy the ACL from the source but rather writes a fresh one. If the acl is an empty string then no X-Amz-Acl: header is added and the default (private) will be used. Choose a number from below, or type in your own value. Press Enter to leave empty. / Owner gets FULL_CONTROL. 1 | No one else has access rights (default). \ (private) / Owner gets FULL_CONTROL. 2 | The AllUsers group gets READ access. \ (public-read) / Owner gets FULL_CONTROL. 3 | The AllUsers group gets READ and WRITE access. | Granting this on a bucket is generally not recommended. \ (public-read-write) / Owner gets FULL_CONTROL. 4 | The AuthenticatedUsers group gets READ access. \ (authenticated-read) / Object owner gets FULL_CONTROL. 5 | Bucket owner gets READ access. | If you specify this canned ACL when creating a bucket, Amazon S3 ignores it. \ (bucket-owner-read) / Both the object owner and the bucket owner get FULL_CONTROL over the object. 6 | If you specify this canned ACL when creating a bucket, Amazon S3 ignores it. \ (bucket-owner-full-control) acl> 1 # 1 を入力 Option server_side_encryption. The server-side encryption algorithm used when storing this object in S3. Choose a number from below, or type in your own value. Press Enter to leave empty. 1 / None \ () 2 / AES256 \ (AES256) 3 / aws:kms \ (aws:kms) server_side_encryption> 1 # 1 を入力 Option sse_kms_key_id. If using KMS ID you must provide the ARN of Key. Choose a number from below, or type in your own value. Press Enter to leave empty. 1 / None \ () 2 / arn:aws:kms:* \ (arn:aws:kms:us-east-1:*) sse_kms_key_id> 1 # STANDARDなので 2 を入力 Option storage_class. The storage class to use when storing new objects in S3. Choose a number from below, or type in your own value. Press Enter to leave empty. 1 / Default \ () 2 / Standard storage class \ (STANDARD) 3 / Reduced redundancy storage class \ (REDUCED_REDUNDANCY) 4 / Standard Infrequent Access storage class \ (STANDARD_IA) 5 / One Zone Infrequent Access storage class \ (ONEZONE_IA) 6 / Glacier storage class \ (GLACIER) 7 / Glacier Deep Archive storage class \ (DEEP_ARCHIVE) 8 / Intelligent-Tiering storage class \ (INTELLIGENT_TIERING) 9 / Glacier Instant Retrieval storage class \ (GLACIER_IR) storage_class> 2 # n を入力 Edit advanced config? y) Yes n) No (default) y/n> n Configuration complete. Options: - type: s3 - provider: AWS - access_key_id: *********** - secret_access_key: *********** - region: ap-northeast-1 - location_constraint: ap-northeast-1 - acl: private - storage_class: STANDARD # y を入力 Keep this "s3" remote? y) Yes this is OK (default) e) Edit this remote d) Delete this remote y/e/d> y Current remotes: Name Type ==== ==== s3 s3 wasabi s3 # q で設定完了 e) Edit existing remote n) New remote d) Delete remote r) Rename remote c) Copy remote s) Set configuration password q) Quit config e/n/d/r/c/s/q> q
GUIで確認可
Linuxは分からんけど、Winはguiで色々見れる。
PS D:\tool\rclone-v1.67.0-windows-amd64> ./rclone.exe rcd --rc-web-gui
データコピー
問題無ければデータをコピーします。
以下はワサビのバケツからS3のバケツへGO。
PS D:\tool\rclone-v1.67.0-windows-amd64> ./rclone.exe sync wasabi:対象バケツ s3:対象バケツ
以上です。
おすすめのコンテンツ
広告