內容簡介
創建整個網站的快照備份:包含資料庫、當前 WP 核心、所有佈景主題、外掛和上傳的檔案。然後,將生成的單一壓縮檔案上傳到您選擇的 FTP 儲存庫。
您可以使用一個 FTP 儲存庫來儲存來自不同網站的快照,並使用檔案前綴和子目錄將它們分組以便區分快照。
如果您沒有 FTP 帳戶,您可以在備份結束時從本機伺服器下載檔案。
快照哲學
對動態網站進行歸檔不容易,因為網路是一個不斷變化的東西,我們都很容易忘記這點。快照的概念是您可能希望創建一個當下版本的網站進行歸檔。 每次點擊都會創建一個時間囊,這可能是出於法律、情感或安全方面的原因。
其他解決方案會鏡像您的安裝或同步,這也是一個很好的想法,但是如果您只在一周後才發現您的網站已遭到入侵,那麼您同步的副本也一定會受到影響。使用快照可以輕鬆地回到 x 天 / 週 / 月前的潔淨版本。
外掛標籤
開發者團隊
原文外掛簡介
Creates a Snapshot Backup of your entire website: that’s your Database, current WP Core, all your Themes, Plugins and Uploads. The resulting single archive file is then uploaded to an FTP repository of your choice.
You can use one FTP repository for snapshots from various sites and group them using File Prefixes and Subdirectories to tell your snapshots apart.
If you don’t have an FTP account you can download the file from your local server at the end of the backup.
Snapshot Philosophy
Archiving dynamic websites isn’t all that easy and we all tend to forget that because the web is such a fluid thing. The idea of Snapshot is that you may want to create an ‘as is’ version of your website for archive purposes. With each click you’ll create a time capsule of sorts – this could be for legal, sentimental or security reasons.
Other solutions mirror your or snyc your installation. This is a great idea too, however if you only notice a week down the line that your site has been compromised then your synced copy most certainly is too. Snapshot makes it easy to go back to a clean version from x days/weeks/months ago.
