]> git.proxmox.com Git - proxmox-backup.git/commit - proxmox-backup-client/src/main.rs
split out proxmox-backup-client binary
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 26 Aug 2021 09:00:37 +0000 (11:00 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 30 Aug 2021 09:39:01 +0000 (11:39 +0200)
commite351ac786d33d5be53818447778fbe088afdfa7a
treeefa1f160ca33ef82bc263fd82cdda389b49606d7
parent7b570c177db6119c00f8b6ea54eef8db16d55db9
split out proxmox-backup-client binary

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
18 files changed:
Cargo.toml
Makefile
proxmox-backup-client/Cargo.toml [new file with mode: 0644]
proxmox-backup-client/src/benchmark.rs [new file with mode: 0644]
proxmox-backup-client/src/catalog.rs [new file with mode: 0644]
proxmox-backup-client/src/key.rs [new file with mode: 0644]
proxmox-backup-client/src/main.rs [new file with mode: 0644]
proxmox-backup-client/src/mount.rs [new file with mode: 0644]
proxmox-backup-client/src/snapshot.rs [new file with mode: 0644]
proxmox-backup-client/src/task.rs [new file with mode: 0644]
src/bin/proxmox-backup-client.rs [deleted file]
src/bin/proxmox_backup_client/benchmark.rs [deleted file]
src/bin/proxmox_backup_client/catalog.rs [deleted file]
src/bin/proxmox_backup_client/key.rs [deleted file]
src/bin/proxmox_backup_client/mod.rs [deleted file]
src/bin/proxmox_backup_client/mount.rs [deleted file]
src/bin/proxmox_backup_client/snapshot.rs [deleted file]
src/bin/proxmox_backup_client/task.rs [deleted file]