bpcs_uploader,利用bpcs_uploader你可以自動將VPS主機上的文件上傳到百度網盤中,同時也可以從百度網盤中下載文件到VPS主機上,讓你的文件安全地“住”在百度云中。
百度云空間容量大,且有了百度這個靠山,日后也不必擔心網盤關門走人,隨著眾多國內網盤開始投放大量的廣告到網盤下載頁面(典型的有華為網盤、下載賺錢網盤),百度網盤清爽的風格就顯得難能可貴了。將文件上傳到百度云中就可以方便其它用戶下載
-----------------------------------------------------------------------------------------
1.安裝wdcp
wget http://down.wdlinux.cn/in/lanmp_wdcp_ins.sh
sh lanmp_wdcp_ins.sh
Linux全自動備份網站到百度云盤
-----------------------------------------------------------------------------------------
2.下載bpcs_uploader上傳腳本
https://github.com/oott123/bpcs_uploader/tarball/master
給chmod +x bpcs_uploader.php執(zhí)行權限
Linux全自動備份網站到百度云盤
-----------------------------------------------------------------------------------------
3.查看php路徑
/www/wdlinux/nginx_php-5.2.17/bin/php –v
將bpcs_uploader.php第一行修改成
#!/www/wdlinux/nginx_php-5.2.17/bin/php -ddisable_functions -d safe_mode=Off
----------------------------------------------------------------------------------------------------------------------------------------------------
[root@VM_166_159_centos oott123-bpcs_uploader-3a75324]# ./bpcs_uploader.php quickinit
===========================Baidu PCS Uploader===========================
Usage: ./bpcs_uploader.php init|quickinit|quota
Usage: ./bpcs_uploader.php upload|download path_local path_remote
Usage: ./bpcs_uploader.php delete path_remote
Usage: ./bpcs_uploader.php uploadbig path_local path_remote [slice_size(default:1073741824)] [temp_dir(def:/tmp/)]
Usage: ./bpcs_uploader.php fetch path_remote path_to_fetch
========================================================================
Uploader initialization will be begin. If you have already configured the uploader before, y our old settings will be overwritten.
Continue? [y/N] y
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
171 263 0 263 0 80 671 204 --:--:-- --:--:-- --:--:-- 3210
Launch your favorite web browser and visit https://openapi.baidu.com/device
Input 2a24n8dv as the user code if asked.
After granting access to the application, come back here and press Enter to continue.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
244 101 0 101 0 143 531 753 --:--:-- --:--:-- --:--:-- 0
OAuth error authorization_pending : User has not yet completed the authorization
Authentication failed. Please check the error message and try again.
Launch your favorite web browser and visit https://openapi.baidu.com/device
Input 2a24n8dv as the user code if asked.
After granting access to the application, come back here and press Enter to continue.
Continue? [y/N] y
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
244 101 0 101 0 143 546 773 --:--:-- --:--:-- --:--:-- 0
OAuth error authorization_pending : User has not yet completed the authorization
Authentication failed. Please check the error message and try again.
Launch your favorite web browser and visit https://openapi.baidu.com/device
Input 2a24n8dv as the user code if asked.
After granting access to the application, come back here and press Enter to continue.
Continue? [y/N] y
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
180 397 0 397 0 143 2162 778 --:--:-- --:--:-- --:--:-- 5772
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 66 0 66 0 0 220 0 --:--:-- --:--:-- --:--:-- 366
Access Granted. Your Storage Status: 105.95G/2063.00G (5.14%)
Enjoy!
復制代碼
以上為快速初始化代碼,輸入授權碼網址:https://openapi.baidu.com/device
Linux全自動備份網站到百度云盤
然后打開瀏覽器訪問 https://openapi.baidu.com/device ,在“請輸入設備上顯示的用戶授權碼:”文本框中輸入上面顯示的授權碼,并點擊繼續(xù)。 看到網頁上顯示“請返回設備繼續(xù)操作!”后,返回ssh上按下回車后,即完成了初始化配置。
重新分配
[root@VM_166_159_centos oott123-bpcs_uploader-3a75324]# ./bpcs_uploader.php init
===========================Baidu PCS Uploader===========================
Usage: ./bpcs_uploader.php init|quickinit|quota
Usage: ./bpcs_uploader.php upload|download path_local path_remote
Usage: ./bpcs_uploader.php delete path_remote
Usage: ./bpcs_uploader.php uploadbig path_local path_remote [slice_size(default:1073741824)] [temp_dir(def:/tmp/)]
Usage: ./bpcs_uploader.php fetch path_remote path_to_fetch
========================================================================
Uploader initialization will be begin. If you have already configured the uploader before, your old settings will b e overwritten.
Continue? [y/N] y
Please enter your PSC App API Key. You can get this key by visiting http://developer.baidu.com/dev#/create
If you have already created an app, you can visit http://developer.baidu.com/console#/app and get it in your app's info.
If you don't want to bother creating an app, you can press Enter to use the demo API Key.
Doing so (without your own API Key/Secret) will cause the access-token to expire every 30 days, and you'll have to
re-initialize when it expires.
App API KEY [uFBSHEwWE6DD94SQx9z77vgG] :uFBSHEwWE6DD94SQx9z77vgG
App API Key has been set to uFBSHEwWE6DD94SQx9z77vgG .
Demo key detected. Using default API Secret.
Demo key detected. Using default app name.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
171 263 0 263 0 80 1355 412 --:--:-- --:--:-- --:--:-- 3452
Launch your favorite web browser and visit https://openapi.baidu.com/device
Input axmhkper as the user code if asked.
After granting access to the application, come back here and press Enter to continue.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
179 395 0 395 0 143 2010 727 --:--:-- --:--:-- --:--:-- 5250
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 67 0 67 0 0 294 0 --:--:-- --:--:-- --:--:-- 690
Access Granted. Your Storage Status: 105.95G/2063.00G (5.14%)
復制代碼
4.我們測試上傳文件
./bpcs_uploader.php upload /www/jiaoguan.txt /www/jiaoguan. txt
===========================Baidu PCS Uploader===========================
Usage: ./bpcs_uploader.php init|quickinit|quota
Usage: ./bpcs_uploader.php upload|download path_local path_remote
Usage: ./bpcs_uploader.php delete path_remote
Usage: ./bpcs_uploader.php uploadbig path_local path_remote [slice_size(default:1073741824)] [temp_dir(def:/tmp/)]
Usage: ./bpcs_uploader.php fetch path_remote path_to_fetch
========================================================================
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
197 397 0 397 0 195 1791 880 --:--:-- --:--:-- --:--:-- 2767
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
131 394 185 185 104 209 242 274 --:--:-- --:--:-- --:--:-- 337
File /apps/bpcs_uploader//www/jiaoguan.txt uploaded.
Size:0.019K MD5 Sum:a19e55943b85fe27417653593b6c80e4
復制代碼
Linux全自動備份網站到百度云盤
2015-10-20 10:16 上傳下載附件 (0 Bytes)
Linux全自動備份網站到百度云盤