Coder Social home page Coder Social logo

Comments (3)

skleijkers avatar skleijkers commented on June 4, 2024

Hi,

I think I found the problem. The function needs three arguments and it only gets two.
virDomainCheckpointPtr virDomainCheckpointCreateXML (virDomainPtr domain,
const char * xmlDesc,
unsigned int flags)
and in libvirthelper.py on line 438 it is called with two arguments:
domObj.checkpointCreateXML(
checkpointConfig, libvirt.VIR_DOMAIN_CHECKPOINT_CREATE_REDEFINE
)

from virtnbdbackup.

abbbi avatar abbbi commented on June 4, 2024

check fix in in branch issue_40:

2182c99

and tell me if it fixes the situation: im not using the redefine functionality at all and it was added on request
by another person, ..

from virtnbdbackup.

skleijkers avatar skleijkers commented on June 4, 2024

Works like a charm! Thx.

I only have to test the --checkpointdir option. For a inc and diff backup it isn't necessary, because with those types you are using the directory of the previous full or inc backup and there is also the right checkpoint directory with all the right checkpoints (so the option is not needed and I didn't define it in my test, because I saw in the code it always tries to redefine if there are no checkpoints). But if migrate a machine and you want to make a full backup you need to redefine the previous checkpoints from the previous backup directory, else you get the error the virtnbdbackup.0 checkpoint can't be defined (or deleted, because it doesn't exist), because the bitmap with the virtnbdbackup.0 reference already exists. So for the full you first have to define the old checkpoints, then you can delete them and make a new one.

from virtnbdbackup.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.