Closed xujyan closed 9 years ago
Mysos currently supports restoring a MySQL cluster from a backup (See BackupStore). We also need to support creating backups on a regular basis. We can add a BackupStore.backup() method in the interface.
BackupStore
BackupStore.backup()
Moved over to https://issues.apache.org/jira/browse/COTTON-4
Mysos currently supports restoring a MySQL cluster from a backup (See
BackupStore
). We also need to support creating backups on a regular basis. We can add aBackupStore.backup()
method in the interface.