]> git.proxmox.com Git - proxmox-backup.git/history - src/backup/datastore.rs
backup/datastore.rs: try to create useful directory layout
[proxmox-backup.git] / src / backup / datastore.rs
2019-01-18 Dietmar Maurerbackup/datastore.rs: try to create useful directory...
2019-01-15 Dietmar Maurerbackup/datastore.rs: use Arc for chunk_store references
2019-01-15 Dietmar Maurerapi3/admin/datastore/upload_catar.rs: implement upload...
2019-01-04 Dietmar Maurerbackup/chunk_store.rs: only use one directory level
2019-01-02 Dietmar Maurerimplement garbage collection for .aidx files
2018-12-31 Dietmar Maurersrc/backup/archive_index.rs: first try
2018-12-27 Dietmar Maurerbackup-client: allow to specify directories (prepare...
2018-12-25 Dietmar Maurercleanup: reduce compiler warnings
2018-12-22 Dietmar Maurermove lookup_datastore() to backup/datastore.rs
2018-12-22 Dietmar Maurergather usage statistics during garbage collection
2018-12-22 Dietmar Maurerchunk_store: reduce number of directories
2018-12-21 Dietmar Maurerfix mutability for chunk store
2018-12-21 Dietmar Maurerbackup-client: use 1M chunks, make chunk_size configurable
2018-12-19 Dietmar Maurertry to improve error messages
2018-12-19 Dietmar Maurermove lock_file to tools.rs
2018-12-18 Dietmar Maurermove sweep_used_chunks to chunk_store
2018-12-18 Dietmar Maurerstart impl garbage collection
2018-12-17 Dietmar Maurerstart implementing DataStore