• [^] # Re: Tant mieux....

    Posté par . En réponse à la dépêche MySQL 5.0 : Release Candidate 1. Évalué à 2.

    il y a aussi Innodb-hotbackup

    "InnoDB Hot Backup is an online backup tool you can use to backup your InnoDB database while it is running. InnoDB Hot Backup does not require you to shut down your database and it does not set any locks or disturb your normal database processing."

    Donc, ca existe aussi sans lock de table. Ceci dit, la solution Arkeia est vraiment bien et la sauvegarde incrementale est sans lock puisqu'elle utilise les logs.

    "Arkeia’s MySQL plug-in runs incremental database backup based on the
    MySQL binary log data. Each incremental backup includes only the log
    of the operations since the last backup."

    http://www.arkeia.com/pdfs/datasheets/others/Arkeia_MySQL_plugin.pd(...)