Page MenuHomeVyOS Platform

Configuration Archival Periodic
Closed, WontfixPublicENHANCEMENT

Description

Would like to have a feature that allows for the configuration archival to be set to a periodic time frame. Secondly it would be nice to also have the ability to switch to archive on commit if needed, and then back again. Or even both would be welcome.

Details

Version
1.2
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)

Event Timeline

syncer changed the subtype of this task from "Task" to "Enhancement".Oct 20 2018, 4:49 AM
dmbaturin set Version to 1.2.
dmbaturin edited a custom field.
dmbaturin set Is it a breaking change? to Perfectly compatible.
dmbaturin set Issue type to Unspecified (please specify).
dmbaturin edited projects, added Ideas; removed Restricted Project, VyOS 1.5 Circinus.Oct 14 2024, 11:06 AM
dmbaturin changed Issue type from Unspecified (please specify) to Feature (new functionality).
dmbaturin claimed this task.
dmbaturin subscribed.

We discussed this long-standing request among maintainers and came to the conclusion that it's probably not a good idea. Commit-triggered archival is always superior since it will never miss any revisions.

One problem that periodic archival would solve is the problem of lost revisions if the storage server is temporarily unavailable. This is better solved by a retry mechanism in the commit-triggered commit archive code. I created a task about that: https://vyos.dev/T8462