coneycode / hexo-git-backup

you can use it to backup your blog into git.
MIT License
458 stars 66 forks source link

When Backup, how can I recover all to my another PC? #2

Closed heartnn closed 9 years ago

heartnn commented 9 years ago

Use Git Clone? I Mean a hexo command for recovery is needed for newbie。

coneycode commented 9 years ago

Yep, just git clone! PC A: you should "hexo b" your blog. then PC B: just git clone Your_Backup_Path -> next everything is ok -> next editing your blog -> hexo b

heartnn commented 9 years ago

OK, I have done it. Thanks.

coneycode commented 9 years ago

My pleasure.