]> git.proxmox.com Git - proxmox-backup.git/commit - proxmox-backup-client/src/main.rs
src/client/backup_writer.rs: move BackupClient code into extra file
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 12 Oct 2019 11:53:11 +0000 (13:53 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 12 Oct 2019 11:53:11 +0000 (13:53 +0200)
commitcf9271e27cc59df223a7afd0caeb8da2a2b4d002
tree110aad45c27238b2a367212223b3aad522f4edd2
parent913acb41fdb23208d010e024649447f5eb259ad6
src/client/backup_writer.rs: move BackupClient code into extra file

And rename it to BackupWriter.
src/bin/proxmox-backup-client.rs
src/bin/upload-speed.rs
src/client.rs
src/client/backup_writer.rs [new file with mode: 0644]
src/client/http_client.rs