pageer / lnblog

A flexible, file-based weblog.
https://lnblog.skepticats.com/
GNU General Public License v2.0
0 stars 0 forks source link

Add system backup feature #41

Open pageer opened 3 years ago

pageer commented 3 years ago

To facilitate upgrades, we should have a simple backup feature. Nothing fancy - just the ability to create an archive of the LnBlog directory and all the blogs it manager. These would probably be ZIP archives - whatever is easiest to create. If we can use a PHP library, that would be great, but falling back to command-line tools should also be allowed if any exotic extensions are needed.