[Rclone] Mount vStorage on Window server
1. Download and Install Rclone
2. Create a certificate file rclone.conf
[vstorage]
type = s3
provider = Other
access_key_id = <<Lấy thông tin từ vStorage Portal>>
secret_access_key = <<Lấy thông tin từ vStorage Portal>>
endpoint = https://hcm04.vstorage.vngcloud.vn3. Perform mount
C:\Users\stackops\Downloads\rclone.exe ls vstorage:[bucket_name]C:\Users\stackops\Downloads\rclone.exe copy [local_path] vstorage:[bucket_name]C:\Users\stackops\Downloads\rclone.exe mount vstorage:[bucket_name] [local_path] --vfs-cache-mode off --allow-non-empty --allow-other --drive-chunk-size 128M --max-read-ahead 200M --dir-cache-time 30m
Last updated

