GithubHelp home page GithubHelp logo

Comments (9)

zipurman avatar zipurman commented on June 30, 2024

The code looks fine but I have no way of testing it as I do not use this anymore. In your comments above, can you clarify the issue? You stated that you chose dom = 2 but also dom = none?

from ovirt_simple_backup.

ricain59 avatar ricain59 commented on June 30, 2024

Of course i try explain more because my english is poor.

On schedule, if i choose DOW = 2 for exemple and day 2nd (week) and dom = empty, the schedule backup occure on 2nd, 3rd and 4th day (week). Because on this if:
"if ( empty( $filedata['numday'] ) || ceil( $dom / 7 ) >= $filedata['numday'] )"

if on 15 july, ceil(15/7) = 3, $filedata['numday'] = 2 (week) , and 3 >= 2 backup started ;) but i want only on 2nd.

I hope you understand my explain.

from ovirt_simple_backup.

zipurman avatar zipurman commented on June 30, 2024

I understand now. I will review the code and get that fixed. I can test the logic outside of this project to make sure it works 100%. Thanks for pointing this out!

from ovirt_simple_backup.

ricain59 avatar ricain59 commented on June 30, 2024

Thank you and thanks for your work, this work fine ;)

from ovirt_simple_backup.

zipurman avatar zipurman commented on June 30, 2024

I have pushed out a change that I think will solve this issue. Please test and let me know.

from ovirt_simple_backup.

ntox avatar ntox commented on June 30, 2024

from ovirt_simple_backup.

ricain59 avatar ricain59 commented on June 30, 2024

@ntox : What method use?

from ovirt_simple_backup.

zipurman avatar zipurman commented on June 30, 2024

Hey @ntox, Hope all is well with you! I no longer use oVirt as I moved my setup to vmware with a 3rd party provider.

Uninstall steps:

On the Engine command line:

rm /usr/share/ovirt-engine/ui-plugins/simpleBackup* -R
service ovirt-engine restart

from ovirt_simple_backup.

ntox avatar ntox commented on June 30, 2024

from ovirt_simple_backup.

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.