Oracle
1Z0-908 · Question #33
Examine this command, which executes successful mysqlbackup --defaults-file=/backups/server-my.cnf --backup-dir=/backups/full copy-back Which statement is true about the copy-back process?
The correct answer is A. The copy-back process is used to overwrite a new backup over an existing backup. C. It restores files from the backup directory to their original MySQL server locations. https://dev.mysql.com/doc/mysql-enterprise-backup/3.11/en/restore.restore.html
Backup and Recovery
Question
Examine this command, which executes successful mysqlbackup --defaults-file=/backups/server-my.cnf --backup-dir=/backups/full copy-back Which statement is true about the copy-back process?
Options
- AThe copy-back process is used to overwrite a new backup over an existing backup.
- BIt restores files from the data directory to their original MySQL server locations.
- CIt restores files from the backup directory to their original MySQL server locations.
- DThe copy-back process makes inconsistent backups.
How the community answered
(23 responses)- A87% (20)
- B9% (2)
- D4% (1)
Explanation
https://dev.mysql.com/doc/mysql-enterprise-backup/3.11/en/restore.restore.html
Topics
#mysqlbackup#copy-back#restore operation#MEB backup directory
Community Discussion
No community discussion yet for this question.