Skip to content
#

incremental

Here are 302 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)
problame
problame commented Jan 16, 2022

If there is nothing but a replication cursor bookmark on the sender, and the receiver has no snapshots, zrepl currently fails with

no common snapshot or suitable bookmark between sender and receiver

Given that a previous replication must have been successful (otherwise the replication cursor would not have been created), that is technically correct.
But: users who don't know about bookmar

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