[pve-devel] [PATCH proxmox-offline-mirror 0/4] extend/add commands
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed Sep 21 10:12:38 CEST 2022
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
More information about the pve-devel
mailing list