Skip to main content

Citadel Backup

Example backup script:

# must be run as root
cd /usr/local/citadel
git add -A && git commit -m "backup" && git push

Assumes:

  • /usr/local/citadel has been initialized as a git repo and a remote has been set