this series adds diff commands for diffing two snapshots of a mirror
(`mirror snapshot diff`), a medium and its source mirrors (`medium
diff`) and extends `mirror snapshot list` to allow listing *all*
snapshots of *all* configured mirrors by leaving out the previously
mandatory mirror ID.

Fabian Grünbichler (4):
  pool: add diff and list helpers
  snapshots: add diff command
  medium: add diff command
  cli: allow listing snapshots of all mirrors

 src/bin/proxmox_offline_mirror_cmds/medium.rs | 107 ++++++++++-
 src/bin/proxmox_offline_mirror_cmds/mirror.rs | 128 ++++++++++++--
 src/medium.rs                                 | 103 ++++++++++-
 src/mirror.rs                                 |  15 +-
 src/pool.rs                                   | 167 +++++++++++++++++-
 src/types.rs                                  |  16 +-
 6 files changed, 520 insertions(+), 16 deletions(-)

-- 
2.30.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to