Coder Social home page Coder Social logo

What and why about bacup HOT 2 CLOSED

galeone avatar galeone commented on June 8, 2024
What and why

from bacup.

Comments (2)

galeone avatar galeone commented on June 8, 2024 1
# remotes definitions
[aws]
    [aws.bucket_name]
    region = ""
    access_key = ""
    secret_key = ""

[gcloud]
    [gcloud.bucket1]
    service_account_path = ""

[ssh]
    [ssh.remote_host1]
    host = ""
    port = ""
    username = ""

[git]
    [git.github]
    host = ""
    port = ""
    username = ""

# what to backup. Service definition
    
[postgres]
    [postgres.service1]
    username = ""
    db_name = ""

[folder]
    [folder.service1]
    path = ""

# mapping services to remote

[backup]
    [backup.service1_db]
    what = "postgres.service1"
    where = "aws.bucket_name"
    when = "daily 01:00 GMT"
    remote_path = "/service1/database/"
    compress = "no"
    incremental = "yes"

    [backup.service1_source]
    what = "postgres.service1"
    where = "aws.bucket_name"
    when = "daily 01:00 GMT"
    remote_path = "/service1/source/"
    compress = "yes"
    incremental = "no"

This is the configuration design idea, it should be something like that

from bacup.

galeone avatar galeone commented on June 8, 2024

With #3 the basic idea has been implemented, the "philosophy" of the software is the one presented above. Hence, closing this issue.

from bacup.

Related Issues (14)

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.