Home Rclone (Transferring Files Using rclone)
Post
Cancel

Rclone (Transferring Files Using rclone)

Ref: Rclone on Sherlock 使用 Rclone 串接雲端空間

Rclone

Load module :

1
$ ml load system rclone

Checkout the branch you want to use:

1
$rclone lsd gdrive: --max-depth 1

sync folder from Sherlock to GoogleDrive

1
$rclone sync temp gdrive:test

copy file to remote folder

1
$ rclone copy ./test.jpg gdrive:remote_folder

copy files with exclusion

1
rclone copy --exclude={'*.pdf','test*'}  gdrive:source_folder Path_local_folder 

The number of file transfers to run in parallel.

1
--transfers=N

The default is to run 4 file transfers in parallel.

Look at –multi-thread-streams if you would like to control single file transfers.

install rcline on a remote machine without browser

Configuring rclone on a remote / headless machine

Making your own client_id on “Google Drive API”

Creat Google Drive API ID

Google APIs & Services

This post is licensed under CC BY 4.0 by the author.