]> git.proxmox.com Git - proxmox-backup.git/history - src/bin/backup-client.rs
src/backup/archive_index.rs: implement flush()
[proxmox-backup.git] / src / bin / backup-client.rs
2018-12-31 Dietmar Maurersrc/backup/archive_index.rs: implement flush()
2018-12-31 Dietmar Maurersrc/backup/archive_index.rs: first try
2018-12-31 Dietmar Maurermove chunker.rs to backup/
2018-12-31 Dietmar Maurerrc/catar/chunker.rs: first try
2018-12-28 Dietmar Maurersrc/catar/encoder.rs: fix binary format, write goodby...
2018-12-27 Dietmar Maurercatar/encoder.rs: first try
2018-12-27 Dietmar Maurerbackup-client: allow to specify directories (prepare...
2018-12-21 Dietmar Maurerbackup-client: add optional chunk-size parameter
2018-12-21 Dietmar Maurerbackup-client: do not start garbage collection after...
2018-12-21 Dietmar Maurerbackup-client: use 1M chunks, make chunk_size configurable
2018-12-20 Dietmar Maurerbackup-clinet: specify target file name
2018-12-20 Dietmar Maureruse proxmox-backup as package name
2018-12-19 Dietmar Maurercleanups: avoid compiler warnings
2018-12-18 Dietmar Maurerstart impl garbage collection
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...