]> git.proxmox.com Git - proxmox-backup.git/history - src/bin/backup-client.rs
start implementing DataStore
[proxmox-backup.git] / src / bin / backup-client.rs
2018-12-17 Dietmar Maurerstart implementing DataStore
2018-12-16 Dietmar Maurerstart implementing ImageIndexReader
2018-12-16 Dietmar Maurerimage_index.rs: implement atomic write/rename
2018-12-16 Dietmar Maurerrebane ImageIndex to ImageIndexWriter
2018-12-15 Dietmar Maurerimage_index.rs:write idx of chunks (use mmap)
2018-12-15 Dietmar Maurerbackup-client: add bash completion for datastore names
2018-12-15 Dietmar Maurermove file_chunker to tools
2018-12-15 Dietmar Maurerfile_chunker: use Read trait
2018-12-15 Dietmar Maurerbackup-client: pass chunk_size as parameter to file_chunker
2018-12-14 rootbackup-client: read file by chunks
2018-12-14 rootbin/backup-client.rs: nbew tool to play with chunk...