本帖最后由 CLOUDTREE 于 2014-12-13 22:23 编辑
自己亲测,安装使用无问题
安装就3个步骤,非常简单
原文:
- To proceed with the installation, first you need to get the username and password from me. The credentials will expire hourly e.g. "1AM,2AM,3AM..." to prevent intentional abuse on my network resources. Click and go to the link below to get the credentials:
http://nazar.bagus.org/wdmycloud
这里是说你要安装,需要得到用户名和密码,点击红色链接,会出来如下的页面: -
- After obtaining the credentials, just copy & paste into the SSH terminal session of your WDMyCloud:
export NAZAR78_USER=user;export NAZAR78_PASS=pass;
这里是说得到用户名和密码后,直接COPY那两行命令到SSH命令窗口依次运行 - Then run the online installer on your WDMyCloud copy & paste as below, follow the instructions and enjoy (-:
curl nazar.bagus.org/installer.fcgi?transmission_2.84-1|sh;
这里是说运行用户名和密码那两条命令后,再COPY上面的红色命令行到SSH窗口运行 - 然后按提示进行下去就完成安装了
- For quick backup and restore when WD release newer firmware update:
Before updating firmware:
tar zcf /shares/Public/transmission.tar.gz ~/.config/transmission-daemon;
这里是说以后更新固件前可以SSH窗口里备份TRANSMISSION
After updating firmware:
tar xf /shares/Public/transmission.tar.gz -C /;
这里是说更新完固件后,SSH里运行
tar xf /shares/Public/transmission.tar.gz -C /; - Run the online installer again. Your settings will be preserved and you may then remove the tar backup.
这里是说再按前面步骤来一遍,就可以在新固件下再次重装TRANSMISSION了
|