好幾天我的資源放到過期,複製失敗
原本以為是別人的分享關閉了
但是…每次都出現一樣的錯誤
把source 換了N個,rclone 都是出現下面錯誤訊息
ERROR : : error reading destination directory: list: failed to resolve shortcut: googleapi: Error 404: File not found: 1ZXet0veGpTPVLtKXXXXXXXXXXXXXXXX., notFound
INFO : There was nothing to transfer
ERROR : Attempt 1/3 failed with 1 errors and: list: failed to resolve shortcut: googleapi: Error 404: File not found: 1ZXet0veGpTPVLtKXXXXXXXXXXXXXXXX., notFound
ERROR : : error reading destination directory: list: failed to resolve shortcut: googleapi: Error 404: File not found: 1ZXet0veGpTPVLtKXXXXXXXXXXXXXXXX., notFound
INFO : There was nothing to transfer
RClone
rclone Dropbox backup to Google Drive, Failed to copy: failed to open source object: path/restricted_content/..
最新發現Dropbox 透過 Rclone 進行備份時,會出現 Failed to copy: failed to open source object: path/restricted_content/..
原本的單純的以為,是Google Drive偵測到惡意程式,所以加了 –drive-acknowledge-abuse 到Rclone的指令上,但是,事情不是憨人所想的這樣。
還是出現一樣的訊息。
Read moreRclone 無法複製 Google Drive 上的Shortcut
長期以來,Rclone帶給我的便利性,讓我備份資料,收集網路資源等等,可以完全滿足我的需求。
過往,各式共享的網路資源,可以按右鍵,加入硬碟中的資料,可以用Rclone copy,而且是那種很快的Server Side Copy,快速的進行備份。
在synology 上安裝執行 rclone,需要注意的地方
1.sudo -i 先變成root
2.curl https://rclone.org/install.sh | sudo bash (一行安裝指令~中間會需要admin 的密碼)
3.建立 rclone config存放的目錄
因為,ssh進來,沒有homedir給你放
4.移植別台的rclone.conf數據過來放
5.編修 script 並測試執行
6.加入排程中
下面是我開始執行rclone的 LOG檔
所有的設定檔和Log我都放在 volume中
rclone FreeBSD issue – config file not found
這幾天在測新的平台(其實之前就有用過,只是沒有正式讓他24小時上線運行)
rclone 安裝起來不如Debain / Ubuntu來的順利
環境變數也要指定
今天把備份的Script寫好了,卻出來下面的訊息
2019/12/20 18:50:00 NOTICE: Config file “/var/log/.config/rclone/rclone.conf” not found – using defaults
rclone Google Photo 備份錯誤訊息
那天為了要備份老家的攝影機,所以新裝了一台NAS,用rclone做備份,後來看到,新版rclone可以備份google相簿。
在弄好錄影備份之後,再來就是執行Google相簿的備份,跑了沒有幾分鐘,出現下面的錯誤
LINUX 純文字環境中 安裝rclone
一般的環境中,都有瀏覽器,Windows/Linux/FreeBSD都有
安裝rclone不會有什麼問題
但是在伺服器的環境中,卻沒有辦法這麼做
要怎麼讓rclone在純文字環境中跑起來呢?
下載 RCLONE
curl -O https://downloads.rclone.org/rclone-current-linux-amd64.zip Read more