]> git.proxmox.com Git - proxmox-backup.git/commit - src/server/pull.rs
api-types: add namespace to BackupGroup
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 21 Apr 2022 13:04:59 +0000 (15:04 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 12 May 2022 07:33:50 +0000 (09:33 +0200)
commit8c74349b08f49a61d8b18c0b6f07a7e90be4db45
tree09a89a993caf4b15e4a901d90adce1bf19b1dafa
parent42103c467db5f49a0e7e7eb224a22316024ce7ad
api-types: add namespace to BackupGroup

Make it easier by adding an helper accepting either group or
directory

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
22 files changed:
examples/download-speed.rs
examples/upload-speed.rs
pbs-api-types/src/datastore.rs
pbs-api-types/src/lib.rs
pbs-client/src/backup_reader.rs
pbs-client/src/backup_writer.rs
pbs-client/src/tools/mod.rs
pbs-datastore/examples/ls-snapshots.rs
pbs-datastore/src/backup_info.rs
pbs-datastore/src/datastore.rs
proxmox-backup-client/src/benchmark.rs
proxmox-backup-client/src/catalog.rs
proxmox-backup-client/src/main.rs
proxmox-backup-client/src/mount.rs
proxmox-file-restore/src/main.rs
src/api2/admin/datastore.rs
src/api2/backup/mod.rs
src/api2/reader/mod.rs
src/api2/tape/backup.rs
src/backup/verify.rs
src/server/prune_job.rs
src/server/pull.rs