Ghost博客备份

1,010 阅读1分钟

Ghost博客备份

ghost/#/settings/design

Installed Themes DOWNLOAD

ghost/#/settings/code-injection

// Site Header

<script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?56b64d848b47da583573e31eae4a2b38";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>

ghost/#/settings/labs

Export your content
Download all of your posts and settings in a single, glorious JSON file

下载服务器ghost内容

rsync -av root@39.96.41.199:/var/www/ghost/content ./local

rsync -av root@39.96.41.199:/etc/nginx/nginx.conf ./local

rsync -av root@39.96.41.199:/var/www/static ./local