Realiza una copia de seguridad de tus datos y configuración de transmisión
Owncast automatically backs up its database once an hour to data/backup/owncastdb.bak inside your Owncast directory. You can point the backup somewhere else by starting Owncast with --backupdir <path>. Add this file to your normal system backups to keep your configuration, users, and chat history safe.
What the automatic backup covers
The automatic backup contains only the database: your configuration, users, chat history, and access tokens. Other data lives as plain files under the data/ directory and is not included, such as custom emoji, files in data/public, GeoIP data, and installed plugins and their data.
To fully protect an instance, or to move it to another machine, back up the entire data/ directory instead. Copying data/ to a new install carries everything over.
Restaurar
Restoring a database backup file brings the database back to the time the backup was created. This is useful if you want to undo a bad change or recover from database corruption.
Restaurar reemplaza tu base de datos actual con el contenido de la copia de seguridad. Cualquier cosa que haya cambiado desde que se tomó la copia de seguridad se perderá. Si necesitas los datos actuales, cópialos en un lugar seguro antes de restaurar.
- Detén Owncast.
- Desde tu directorio de Owncast, ejecuta
./owncast --restoreDatabase <archivo_de_copia>. - Reinicia Owncast como lo harías normalmente. Estará utilizando los datos restaurados.
Improve this page
See something missing or incorrect? Edit the English version of this page or help improve translations.

