Backup
Klub stores its data on user content files, so your normal Kirby backups should include the accounts folder. Use this page when planning backups or exports.
Accounts folder
Ensure site/accounts (including .htpasswd files if used) is part of your backup or sync process.
Export command
Klub ships with a CLI export command that writes non-admin users to a JSON file:
kirby klub:user-export --output site/accounts/klub-users.json
The export is unencrypted. Store it securely.
Automation
You can use cron jobs or tools like Janitor to schedule backups and off-site transfers.