Code Monkey home page Code Monkey logo

Comments (3)

digint avatar digint commented on August 21, 2024

In this scenario, we have two instances of btrbk:

  1. Laptop instance, run periodically and/or manually. Dedicated to create snapshots only.
  2. Fileserver instance, run periodically. Dedicated to grab snapshots created by another instance.

A configuration would look like this:

Laptop config:

volume /mnt/btr_pool
  subvolume home
    snapshot_dir             btrbk_snapshots
    snapshot_create_always   yes

Fileserver config:

volume ssh://my-laptop.com/mnt/btr_pool
  subvolume home
    snapshot_dir             btrbk_snapshots
    snapshot_preserve_daily  all   <-- don't delete any snapshots
    snapshot_create          no    <-- new feature requested
    resume_missing           yes   <-- resume according to "target_preserve_*" options

    target send-receive  /mnt/btr_backup/my-laptop.com

The configuration above assumes a new (not yet implemented) option snapshot_create no.
The configuration option snapshot_create_always will be deprecated in favor of:

  • snapshot_create always: same behaviour as deprecated snapshot_create_always yes
  • snapshot_create ondemand: same behaviour as deprecated snapshot_create_always no
  • snapshot_create no: new feature, never create any snapshots

from btrbk.

digint avatar digint commented on August 21, 2024

Implemented in: 7251915

from btrbk.

digint avatar digint commented on August 21, 2024

Included in v0.18.0

from btrbk.

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.