之前在这篇blog中介绍过使用Azure Client az 来部署生成到网站. 使用az很方便,但是也有些缺点,例如会把整个网站全部重新上传一遍,速度慢不说,还浪费多次blob的操作。后来找到了另外一个工具rclone(下载、安装、文档,或使用各平台包管理器安装),它可以像rsync一样同步本地和远端文件,只更新变化过的文件。
2019/05/05 14:49:44 ERROR : ... : File not in Local file system at /path/to/local/files/work/my-blog/public 2019/05/05 14:49:44 ERROR : tags/Article/index.html: File not in Local file system at /path/to/local/files/work/my-blog/public 2019/05/05 14:49:44 ERROR : tags/Config/index.html: File not in Local file system at /path/to/local/files/work/my-blog/public 2019/05/05 14:49:44 ERROR : tags/Encoding/index.html: File not in Local file system at /path/to/local/files/work/my-blog/public 2019/05/05 14:49:44 ERROR : tags/Mac/index.html: File not in Local file system at /path/to/local/files/work/my-blog/public 2019/05/05 14:49:44 ERROR : tags/Network/index.html: File not in Local file system at /path/to/local/files/work/my-blog/public 2019/05/05 14:49:44 ERROR : tags/Monitor/index.html: File not in Local file system at /path/to/local/files/work/my-blog/public 2019/05/05 14:49:44 ERROR : tags/Programming/index.html: File not in Local file system at /path/to/local/files/work/my-blog/public 2019/05/05 14:49:44 ERROR : tags/Static/index.html: File not in Local file system at /path/to/local/files/work/my-blog/public 2019/05/05 14:49:44 ERROR : tags/Template/index.html: File not in Local file system at /path/to/local/files/work/my-blog/public 2019/05/05 14:49:44 NOTICE: Local file system at /path/to/local/files/work/my-blog/public: 10 files missing 2019/05/05 14:49:44 NOTICE: Azure container $web: 10 differences found 2019/05/05 14:49:44 NOTICE: Azure container $web: 111 matching files 2019/05/05 14:49:44 Failed to check: 10 differences found # 发现 10 个不同
I am living in Wuhan with my wife and daughter. Before 2010, I was living in Beijing for a long time. My interesings are cloud technology, distributed system, data mining and mobile technologies. In my spare time, I like to play football and swiming. “Explorer. Dream. Discover. “ is my favorite quotation. And it is also the way I am looking for and doing.