Backup
SQLite databáze
cp /opt/contacts/db/*.db /backup/
PostgreSQL
pg_dump -U postgres czechai_cockpit > backup.sql
Konfigurace
cp -r /etc/nginx/sites-enabled /backup/nginx/
cp /opt/contacts/db/*.db /backup/
pg_dump -U postgres czechai_cockpit > backup.sql
cp -r /etc/nginx/sites-enabled /backup/nginx/