国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統(tǒng) > CentOS > 正文

Centos 7安裝Rclone如何用命令同步國外網(wǎng)盤文件?

2020-07-08 12:40:53
字體:
供稿:網(wǎng)友

國內(nèi)網(wǎng)盤都是不靠譜的,瞎耽誤功夫;除了115網(wǎng)盤我覺得其它都是渣渣,可它價格忒貴,而且能存活多久也是個問題;如果要存放重要資料個人覺得還是國外網(wǎng)盤靠譜得多,雖然免費容量有限擴(kuò)容收費,但圖的就是個安全有保障,數(shù)據(jù)無價!

Rclone這是Github上的一個開源程序,負(fù)責(zé)在linux服務(wù)器中上傳下載同步國外主流網(wǎng)盤用的神器;支持以下國外網(wǎng)盤Google Drive、Amazon S3、Openstack Swift / Rackspace cloud files / Memset Memstore、Dropbox、Google Cloud Storage、Amazon Drive、Microsoft One Drive、Hubic、Backblaze B2、Yandex Disk、The local filesystem;

下午我在內(nèi)地家里使用局域網(wǎng)中的一臺安裝了Centos 7系統(tǒng)的服務(wù)器,運行Rclone命令上傳下載了一些谷歌硬盤上的文件測試,效果灰常灰常理想,下面是我安裝的記錄日記;

網(wǎng)友們放棄國內(nèi)不靠譜的坑爹網(wǎng)盤吧,用國外的網(wǎng)盤爽得多,不會動不動就卡得跟狗一樣限速,不會動不動就和諧文件、也不會動不動就不玩了跑路,重點是速度速度速度快;

一、下載解壓Rclone

curl -O http://downloads.rclone.org/rclone-current-linux-amd64.zip

yum install unzip -y

unzip rclone-current-linux-amd64.zip

cd rclone-v1.35-linux-amd64

二、復(fù)制二進(jìn)制文件

cp rclone /usr/sbin/

chown root:root /usr/sbin/rclone

chmod 755 /usr/sbin/rclone

三、安裝 manpage

mkdir -p /usr/local/share/man/man1

cp rclone.1 /usr/local/share/man/man1/

mandb

四、新建rclone config文件

rclone config

返回信息:

2017/03/02 14:25:41 Config file "/root/.rclone.conf" not found - using defaults

No remotes found - make a new one

n) New remote

s) Set configuration password

q) Quit config

選擇N創(chuàng)建一個新的配置

name> googledrive

給配置取一個名字,這個隨意,我選擇了googledrive

Type of storage to configure.

Choose a number from below, or type in your own value

1 / Amazon Drive

/ "amazon cloud drive"

2 / Amazon S3 (also Dreamhost, Ceph, Minio)

/ "s3"

3 / Backblaze B2

/ "b2"

4 / Dropbox

/ "dropbox"

5 / Encrypt/Decrypt a remote

/ "crypt"

6 / Google Cloud Storage (this is not Google Drive)

/ "google cloud storage"

7 / Google Drive

/ "drive"

8 / Hubic

/ "hubic"

9 / Local Disk

/ "local"

10 / Microsoft OneDrive

/ "onedrive"

11 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)

/ "swift"

12 / Yandex Disk

/ "yandex"

Rclone支持很多國外主流網(wǎng)盤,我選擇谷歌硬盤所以回復(fù)7

以下兩條返回信息直接回車不用填寫信息

Google Application Client Id - leave blank normally.

client_id>

Google Application Client Secret - leave blank normally.

client_secret>

下面提示代碼回復(fù)n

Remote config

Use auto config?

* Say Y if not sure

* Say N if you are working on a remote or headless machine or Y didn't work

y) Yes

n) No

y/n> n

把下面的網(wǎng)址授權(quán)鏈接復(fù)制粘貼到瀏覽器進(jìn)行認(rèn)證

If your browser doesn't open automatically go to the following

link: https://accounts.google.com/o/oauth2/auth?client_id=202266665644.apps.googleusercontent.com&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&response_type=code&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fdrive&state=88888c7be7969e4f5dd4cf1619265571

Log in and authorize rclone for access

Enter verification code>

認(rèn)證成功后會得到一串?dāng)?shù)字將它粘貼到Enter verification code>后面回車確認(rèn)

Enter verification code>

4/oCKeWj4v6tnl9jfdkfjdsk3q8emfxRuZ5HEn49pJ740KJk

下面的返回信息繼續(xù)問你是否確認(rèn)剛才得到的信息選擇y

[googledrive]

client_id =

client_secret =

token = {"access_token":"ya29.GlsCBKS2rJqd_YuroyWklklklklklklSPPISs58WMJCm54DauJ_QeZudvKTTUOZ4fS09mt5wqcAggfdgdfmAqojdaTTJv-ukAoC_q0lgdfgfdtSv4yn_yEtaEtG","token_type":"Bearer","refresh_token":"1/5Tv8KqnjWb_oTtO7QDm2umcRQgfgfdgdfgfKMJIOC7dkU","expiry":"2017-03-02T15:42:10.847395882+08:00"}

--------------------

y) Yes this is OK

e) Edit this remote

d) Delete this remote

y/e/d> y

下面返回信息回復(fù)q退出配置

Current remotes:

Name Type

==== ====

googledrive drive

e) Edit existing remote

n) New remote

d) Delete remote

s) Set configuration password

q) Quit config

e/n/d/s/q> q

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 宾阳县| 曲沃县| 尚义县| 克东县| 雷波县| 寿阳县| 莱芜市| 许昌县| 红桥区| 始兴县| 定兴县| 濮阳县| 五家渠市| 女性| 双辽市| 清徐县| 杭锦旗| 沙雅县| 余庆县| 卓尼县| 大新县| 定襄县| 常宁市| 清新县| 嘉定区| 黄梅县| 恭城| 九台市| 杨浦区| 南京市| 民县| 郑州市| 高要市| 丹江口市| 莎车县| 交城县| 南陵县| 丁青县| 望都县| 宁武县| 呼伦贝尔市|