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 agit
repo and aremote
has 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