Bạn cần tìm gì?
< Tất cả chủ đề
In

Hướng Dẫn Kết Nối Fstorage với Rclone

image-1661133851180.png

1. Cài đặt Rclone trên hệ điều hành Centos 7

Sau khi cài đặt xong gõ lệnh
image-1661133993408.png

Nếu show ra như hình thì đã cài đặt Rclone thành công.

2. Cấu hình Fstorage kết nối với Rclone

Tạo file cấu hình trong folder .config/rclone/

image-1661134414535.png

Kiểm tra kết nối. Gõ lệnh để list Bucket

image-1661134594337.png

Gõ lệnh để list danh sách file/folder

image-1661134707685.png

Như vậy là đã kết nối đến Fstorage thành công.

3. Các thao tác trên Rclone

Gõ lệnh

Để xem các command mà rclone support

[root@FstorageHCM ~]#

Rclone syncs files to and from cloud storage providers as well as

mounting them, listing them in lots of different ways.

See the home page (https://rclone.org/) for installation, usage,
documentation, changelog and configuration walkthroughs.

Usage:
rclone [flags]
rclone [command]

Available Commands:
about           Get quota information from the remote.
authorize       Remote authorization.
backend         Run a backend specific command.
cat             Concatenates any files and sends them to stdout.
check           Checks the files in the source and destination match.
cleanup         Clean up the remote if possible.
config          Enter an interactive configuration session.
copy            Copy files from source to dest, skipping already copied.
copyto          Copy files from source to dest, skipping already copied.
copyurl         Copy url content to dest.
cryptcheck      Cryptcheck checks the integrity of a crypted remote.
cryptdecode     Cryptdecode returns unencrypted file names.
dedupe          Interactively find duplicate filenames and delete/rename them.
delete          Remove the files in path.
deletefile      Remove a single file from remote.
genautocomplete Output completion script for a given shell.
gendocs         Output markdown docs for rclone to the directory supplied.
hashsum         Produces a hashsum file for all the objects in the path.
help            Show help for rclone commands, flags and backends.
link            Generate public link to file/folder.
listremotes     List all the remotes in the config file.
ls              List the objects in the path with size and path.
lsd             List all directories/containers/buckets in the path.
lsf             List directories and objects in remote:path formatted for parsing.
lsjson          List directories and objects in the path in JSON format.
lsl             List the objects in path with modification time, size and path.
md5sum          Produces an md5sum file for all the objects in the path.
mkdir           Make the path if it doesn’t already exist.
mount           Mount the remote as file system on a mountpoint.
move            Move files from source to dest.
moveto          Move file or directory from source to dest.
ncdu            Explore a remote with a text based user interface.
obscure         Obscure password for use in the rclone config file.
purge           Remove the path and all of its contents.
rc              Run a command against a running rclone.
rcat            Copies standard input to file on remote.
rcd             Run rclone listening to remote control commands only.
rmdir           Remove the empty directory at path.
rmdirs          Remove empty directories under the path.
selfupdate      Update the rclone binary.
serve           Serve a remote over a protocol.
settier         Changes storage class/tier of objects in remote.
sha1sum         Produces an sha1sum file for all the objects in the path.
size            Prints the total size and number of objects in remote:path.
sync            Make source and dest identical, modifying destination only.
test            Run a test command
touch           Create new file or change file modification time.
tree            List the contents of the remote in a tree like fashion.
version         Show the version number.

Use “rclone [command] –help” for more information about a command.
Use “rclone help flags” for to see the global flags.
Use “rclone help backends” for a list of supported services.

Thao tác list bucket

image-1661137117873.pngThao tác list file/Folder

image-1661137187040.png

Thao tác copy file/folder lên Fstorage giữa máy local và Fstorage

image-1661137727203.png

Đồng bộ

image-1661137767877.png

Mount

image-1661137892018.png

Để sử dụng thêm các command gõ lệnh rclone -h để tìm hiểu thêm.

Mục lục