11 Sep
2012
11 Sep
'12
15:59
On Tue, Sep 11, 2012 at 12:55 PM, Jan Engelhardt <jengelh@inai.de> wrote:
We are using OBS already for some time but haven't made any backups yet. Is there a way to backup an OBS system, OBS mysql database and filesystems?
Anything wrong with rsync and mysqldump?
Well, usually you don't "rsync" online databases (mysql or svn), as that would result in inconsistencies. You have to snapshot the filesystem, which may not be that easy (depending on the filesystem). So, for mysql it should be mysqldump, and for svn it should be "svnadmin dump". -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org