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/citadelhas been initialized as agitrepo and aremotehas been set
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
No Comments