]> git.proxmox.com Git - proxmox-backup.git/commit
src/backup/index.rs: add compute_csum
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 26 Jun 2020 07:00:34 +0000 (09:00 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 26 Jun 2020 07:00:34 +0000 (09:00 +0200)
commit1f82f9b7b5d231da22a541432d5617cb303c0000
treeaf4b173a2695dbe1344f5aecd74344dcc822951c
parent19b5c3c43e0ae9e0cb46db47ee1e96c7f1cf996b
src/backup/index.rs: add compute_csum

And use it for fixed and dynamic index. Please note that this
changes checksums for fixed indexes, so restore older backups
will fails now (not backward compatible).
src/backup/dynamic_index.rs
src/backup/fixed_index.rs
src/backup/index.rs