forked from GNUsocial/gnu-social
7 lines
299 B
Markdown
7 lines
299 B
Markdown
|
# Backups
|
||
|
|
||
|
There is no built-in system for doing backups in GNU social. You can make
|
||
|
backups of a working StatusNet system by backing up the database and
|
||
|
the Web directory. To backup the database use mysqldump <https://mariadb.com/kb/en/mariadb/mysqldump/>
|
||
|
and to backup the Web directory, try tar.
|