wiki/backup
You can help IndieWebCamp by downloading and keeping a backup of this wiki!
As of 2017-12-01 the wiki and images are about 500mb.
IMPORTANT: Make sure you download the files to a case-sensitive filesystem (OSX and Windows are not case sensitive by default).
You can also download an archive of the chat logs via https://github.com/indieweb/indieweb-chat-archive
Archive Methods
git
The wiki is synced to github.com every 5 minutes. Each wiki edit is saved as a git commit along with the edit message.
git clone https://github.com/indieweb/wiki.git
Pros
|
Cons
|
rsync
rsync -avz --delete --stats rsync://indieweb@indieweb.org/indiewebcamp_wiki indiewebcamp
Pros
|
Cons
|
if you do this automatically, e.g. in a cron job, you'll want to use the --password-file
option to rsync, which expects a file with just the password and chmod 600
wget
wget --execute robots=off --no-parent --wait=1 --mirror https://indieweb.org/wiki/backup/data/
Pros
|
Cons
|