I would like to ask how I can do backup and restore mails a user? Or where they are stored in the backup's emails? In what folder?
I'm doing in this tutorial: http://oxpedia.org/wiki/index.php?title=Open-Xchange_backup
And I do the following:
then I delete messages and to restore them doing
and
and nothing happens. My emails have not been restored. Why?
I would like to ask how I can do backup and restore mails a user? Or where they are stored in the backup's emails? In what folder?
I'm doing in this tutorial: http://oxpedia.org/wiki/index.php?ti...Xchange_backup
And I do the following:
then I delete messages and to restore them doing
and nothing happens. My emails have not been restored. Why?
I'm doing in this tutorial: http://oxpedia.org/wiki/index.php?title=Open-Xchange_backup
And I do the following:
Code:
mysqldump --all-databases --single-transaction > database_dumpfile.mysql
Code:
mysql -uroot -p < database_dumpfile.mysql
Code:
mysql -uroot -p -e "FLUSH PRIVILEGES;"
I would like to ask how I can do backup and restore mails a user? Or where they are stored in the backup's emails? In what folder?
I'm doing in this tutorial: http://oxpedia.org/wiki/index.php?ti...Xchange_backup
And I do the following:
then I delete messages and to restore them doing
and nothing happens. My emails have not been restored. Why?
Comment