Skip to content
#

incremental

Here are 303 public repositories matching this topic...

d-e-s-o
d-e-s-o commented Nov 12, 2019

At some point we should probably upgrade the argument parser to use nom version 5. They got rid of most of the macro magic. I am not familiar with nom (although interested), but there is an upgrade guide that should hopefully make the transition a bit more smooth: https://github.com/Geal/nom/blob/master/doc/upgrading_to_nom_5.md

enhancement good first issue good first issue (Rust)
clarfonthey
clarfonthey commented May 7, 2022

Right now, it's possible to request backing up all pools by providing the > pattern to zrepl, but it's not possible to disable patterns based upon datasets within pools.

Essentially, I recently reorganised my pools such that the entire pools are snapshotted, except for the datasets within a nosnap dataset at the root of the pools. It would be helpful to be able to annotate this via zrepl, u

tasket
tasket commented Jan 4, 2019

A good testing regime could include the following:

  • Perform an initial backup
  • Verify volume
  • Perform an incremental backup
  • Verify volume
  • Prune first backup
  • Verify volume
  • Diff volume (cross-check with source vol data)

Changing program_name in the code could allow the test data set to be created under a different base folder name without interfering with real-life back

help wanted good first issue testing
ghost
ghost commented Sep 26, 2020

Description

During the installation screen, when clicking back from the plugin install screen, collections get duplicated

Steps to Reproduce

  1. Run the installer as usual until reaching the plugin install screen
  2. press back

or

  1. Run the installer as usual until reaching the plugin install screen
  2. Select any of the official plugins to install
  3. press back

bug good first issue setup

Improve this page

Add a description, image, and links to the incremental topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the incremental topic, visit your repo's landing page and select "manage topics."

Learn more