[Rclone] Mount vStorage lên Window server
Để thực hiện Mount vStorage thành Local Drive trên Window sử dụng Rclone, hãy làm theo hướng dẫn sau:
1. Tải và cài đặt rclone theo hướng dẫn sau:
2. Tạo file chứng thực rclone.conf theo mẫu sau:
[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. Thực hiện 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

