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

國內(nèi)網(wǎng)盤都是不靠譜的,瞎耽誤功夫;除了115網(wǎng)盤我覺得其它都是渣渣,可它價格忒貴,而且能存活多久也是個問題;如果要存放重要資料個人覺得還是國外網(wǎng)盤靠譜得多,雖然免費容量有限擴容收費,但圖的就是個安全有保障,數(shù)據(jù)無價!
Rclone這是Github上的一個開源程序,負責在linux服務器中上傳下載同步國外主流網(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)的服務器,運行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
二、復制二進制文件
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)盤,我選擇谷歌硬盤所以回復7
以下兩條返回信息直接回車不用填寫信息
Google Application Client Id - leave blank normally.
client_id>
Google Application Client Secret - leave blank normally.
client_secret>
下面提示代碼回復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)址授權鏈接復制粘貼到瀏覽器進行認證
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>
認證成功后會得到一串數(shù)字將它粘貼到Enter verification code>后面回車確認
Enter verification code>
4/oCKeWj4v6tnl9jfdkfjdsk3q8emfxRuZ5HEn49pJ740KJk
下面的返回信息繼續(xù)問你是否確認剛才得到的信息選擇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
下面返回信息回復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
相關文章
- 今天小編將為大家?guī)淼氖荂entos7安裝Chacha20加密算法詳解!希望對大家會有幫助,有需要的朋友一起去看看吧2017-03-16
- 一些朋友問小編如何使用Xmanager遠程連接Centos6.5?下面小編為大家?guī)硎褂肵manager遠程連接Centos6.5的方法,希望對大家會有幫助,有需要的朋友一起去看看吧2017-03-15
- 今天小編要為大家分享的是CentOS下安裝IMAP擴展的教程;希望對大家會有幫助,有需要的朋友一起去看看吧2017-03-14
- 最近一些朋友問小編CENTOS7下如何安裝mbstring擴展?下面小編將為大家?guī)鞢ENTOS7下安裝mbstring擴展的方法;有需要的朋友一起去看看吧2017-03-14
- 最近一些朋友在問小編在CentOS7中如何配置NIC綁定?今天小編將為大家分享在CentOS7中配置NIC綁定的方法!有需要的朋友一起去看看吧2017-03-13
CentOS安裝使用VeraCrypt及創(chuàng)建整個加密硬盤詳解
今天小編將為大家?guī)淼氖荂entOS安裝使用VeraCrypt及創(chuàng)建整個加密硬盤詳解;希望對大家會有幫助,有需要的朋友一起去看看吧2017-03-13- 今天小編將為大家?guī)淼氖荂entOS6.5用yum升級gcc詳解;希望對大家會有幫助,有需要的朋友一起去看看吧2017-03-13
centos6.x下安裝maven CentOS自動安裝Maven的方法
這篇文章主要介紹了centos6.x下安裝maven CentOS自動安裝Maven,需要的朋友可以參考下2017-03-12- 這篇文章主要介紹了CentOS安裝YCM的方法,需要的朋友可以參考下2017-03-12
LINUX系統(tǒng)里,CENTOS和UBUNTU哪個比較好
拋開內(nèi)核版本來說,Linux各發(fā)行版用的內(nèi)核都是一樣的,不同的只是安裝的軟件包2015-11-20