2017年3月27日 星期一

閱讀紀錄 docker, container, AWS Lambda, Serverless

http://www.ithome.com.tw/news/112427


目前AWS旗下的諸多服務皆支援Lambda,如資料儲存服務S3、資料庫服務DynamoDB、資料串流服務Kinesis、身分驗證服務Cognito、電子郵件服務Amazon SES、推送通知服務Amazon SNS、API管理平臺Amazon API Gateway、物聯網平臺AWS IoT、監控服務CloudWatch、日誌服務CloudTrail等等,這些服務皆可透過事件觸發而串接起來。若無現成的服務可用,開發者亦可自己撰寫Lambda函數,與其他微服務整合起來。

Container as a Service
Function as a Service

Fastcopy Command Line

Download and 說明
https://ipmsg.org/tools/fastcopy.html.en
這個程序是免費軟件。 您可以根據GNU通用公共許可證版本3重新分發和/或修改它。

Command Line
基本語法  FastCopy.exe [/options] file1 file2 ... [/to=dest_dir]

備份 and 刪除在source端已經被刪除的 and 要過濾 '檔案':
"C:\Program Files\FastCopy\FastCopy.exe" /cmd=sync /acl /auto_close /logfile="D:\fastcopy_log.txt" "\\e1dep\D$\temp" /to="D:\" /exclude="*.mdf;*.ldf;"

備份 and 要過濾 '資料夾':
"C:\Program Files\FastCopy\FastCopy.exe" /cmd=diff /auto_close /logfile="D:\fastcopy_log.txt" "T:\30範例資料\2017\行銷部" /to="F:\文件\GHC\30範例資料\2017\" /exclude="Archived\
;VideoFiles\"

好用的圖形介面