I am the admin of Dnipropetrovsk University Mathematics Bulletin (D.U.M.B.) site,
vestnmath.dnu.dp.ua
based on Open Journal Systems (OJS) platform.

My E-mail box is dnuvestmath@gmail.com, password ***CENSORED***.

At this filesystem, I am the owner of at least this dir, /home/dumb (that is, my 'home').
The content of the journal site is located in '/mnt/html/vestnmath.dnu.dp.ua/www' dir,
which I own too (and everything within).

(On the other hand...) I am aware that '/mnt/html/vestnmath.dnu.dp.ua/www' and everything inside it
have write permissions for everyone since OJS needs to write there occasionaly.

Also, I have an access to the "ojs_ojs" database being used by OJS.
User "ojs", password ***CENSORED***.

To dump (export) this database, run
>mysqldump -u ojs -p -r ojs_ojs.sql ojs_ojs
(then type password)

To restore (import) this database, run
>mysql -u ojs -p ojs_ojs < ojs_ojs.sql
(then type password)

On the site itself, admin's login is ***CENSORED***, and password is ***CENSORED***.

Backups of "files", "public" dirs, "config.inc.php", "favicon.ico" files, and "ojs_ojs" database,
along with the OJS modification used on the site ("ojs-math") are located on Google Drive,
the account being the same as of my E-mail box (see above).

To make backup archive, go to '.../www' and run
>tar -cjvf dumb_data_vYYYY.MM.DD.tar.bz2 files public config.inc.php favicon.ico

To extract from backup, run
>tar -xjvf dumb_data_vYYYY.MM.DD.tar.bz2
And restore write permissions by
>chmod g+w,o+w www
from '.../vestnmath.dnu.dp.ua'

There are scripts to backup DB and data quickly: backup_dumb_db.sh & backup_dumb_data.sh.

It's probably better to keep these backups somewhere else too.
