Reword proposal based on review feedback

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
pull/2436/head
Nolan Brubaker 2020-04-15 13:34:08 -04:00
parent 03963db3c8
commit 2ea694a3d3
1 changed files with 3 additions and 2 deletions

View File

@ -106,7 +106,8 @@ In order to accommodate this, Velero follows [Semantic Versioning](http://semver
Minor and patch versions will indicate backwards-compatible changes that previous versions of Velero can restore, including new directories or files.
A major version would indicate that a version Velero older than the version that created the backup could restore it, usually because of moved or renamed directories or files.
A major version would indicate that a version of Velero older than the version that created the backup could not restore it, usually because of moved or renamed directories or files.
Major versions of the file format are tied to major versions of Velero, though they are not necessarily in sync - Velero 3.0 may still use backup file format 2.0, as an example.
Major versions of the file format will be incremented with major version releases of Velero.
However, a major version release of Velero does not necessarily mean that the backup format version changed - Velero 3.0 could still use backup file format 2.0, as an example.