Skip to content

federated-wiki/backup-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backup-wiki

This small script allows you to download the export.json of wikis for each domain in a text file provided.

Backup whole sites

Consider a file domains containing

glossary.asia.wiki.org
fed.wiki.org
hello.ward.bay.wiki.org
about.fed.wiki
pods.wiki.org

which is then passed to the script like

./backup-wiki < domains

If you invoke this command, a subfolder sites is created, where the backups are being placed.

Backup whole sites with their pages individually

Consider the same domains file, but the command

./backup-wiki-pages < domains

which will create a subfolder pages within each domain is represented separately.

License

MIT, see attached LICENSE file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages