]> git.proxmox.com Git - proxmox-backup.git/commit - proxmox-backup-client/src/main.rs
client: factor out UploadOptions
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 25 Jan 2021 13:42:52 +0000 (14:42 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 26 Jan 2021 08:54:18 +0000 (09:54 +0100)
commite43b9175c0d953450ae4ab60da6c77b0692e8930
tree6caf74e5c29ced034a86ed3087c63648025b0033
parent9cc1415ef503c326381b534badeac15480d20d7a
client: factor out UploadOptions

to reduce function signature complexity.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/bin/proxmox-backup-client.rs
src/client/backup_writer.rs