對於備份 blog 的目的,儲存 foo.html 就夠了,不需要儲存 foo.html_files。
為了節省空間及加速 Google Drive 同步的時間,我打算刪除所有的 *.html_files folders。
Windows 系統把 foo.html_files 和 foo.html 做了某種連結,如果直接把 foo.html_files,foo.html 會跟著被刪除。
發現如果先把 foo.html_files 改名,就可以斷開和 foo.html 連結,改名後再刪除,foo.html 就不會跟著被刪除。
寫了一個程式,以自動化的方式,刪除了所有的 *.html_files folder。
程式碼:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters