About

When you download a Dokuwiki installation for backup purpose, you want to have it so little as possible. The following directories are not metadata and can be ignored during a download.

Filters

Filezilla

Filezilla offers this functionality and you can set it as in the following screenshot:

Filezilla Filters Dokuwiki

Zip

  • Add strategy
cd ~/www/wiki
zip -r -q ~/backup/wiki$(date +"%Y%m%d").zip ./data/pages/* ./data/media/* ./conf/* ./data/attic/* ./data/media_meta/*  ./lib/images/interwiki/*
  • Filters strategy
zip -r -q wiki.zip ./wiki/* -x ./*.o /*.c