]> git.proxmox.com Git - proxmox-backup.git/commit - proxmox-backup-client/src/main.rs
src/bin/proxmox-backup-client.rs: cleanup restore
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 5 Oct 2019 09:48:51 +0000 (11:48 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 5 Oct 2019 09:52:12 +0000 (11:52 +0200)
commit88892ea801e5c629559fb5d51970b3cd0f388f8e
tree6cd00e5cdda9149063bc4edc76712d906049dc97
parent62e05bb3b34e2387a5fad5e849a2bd6d4f1f4d7f
src/bin/proxmox-backup-client.rs: cleanup restore

- write directly to /dev/stdout (instead of using stdout line writer)
- avoid BufferedFixedReader
src/bin/proxmox-backup-client.rs