The repository options specify various parameters related to the database server (the source) and the backup directory (the destination).
These options are used only with the following operations:
Backup creation operations:
backup,
backup-and-apply-log,
backup-to-image.
Restore operations: copy-back.
When a database connection is available during a backup, the parameters describing the source repository are ignored, overridden by the corresponding values retrieved from the database connection.
The following parameters describe the Source Repository:
--datadir=PATH
[Example: ibdata1:32M:autoextend]
--innodb_data_file_path=VALUE
--innodb_data_home_dir=PATH
--innodb_log_group_home_dir=PATH
--innodb_log_files_in_group=N
--innodb_log_file_size=SIZE

User Comments
Add your own comment.