]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/backup/environment.rs
move src/server/formatter.rs to proxmox-rest-server crate
[proxmox-backup.git] / src / api2 / backup / environment.rs
2021-09-21 Dietmar Maurermove src/server/formatter.rs to proxmox-rest-server...
2021-09-10 Dietmar Maurermore api type cleanups: avoid re-exports
2021-08-30 Wolfgang Bumillercleanup proxmox_backup::backup module
2021-01-26 Fabian Grünbichlerverify: factor out common parameters
2021-01-25 Fabian Grünbichlerclippy: rewrite comparison chains
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-20 Fabian Grünbichlerclippy: is_some/none/ok/err/empty
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
2020-10-29 Dietmar Maurerverify: directly pass manifest to filter function
2020-10-22 Dietmar Maurerupid: use systemd escape to decode/encode the worker_id
2020-10-20 Dietmar Maurerbackup: avoid Transport endpoint is not connected error
2020-10-20 Stefan Reiterfix #2988: allow verification after finishing a snapshot
2020-10-16 Stefan Reiterdatastore: add manifest locking
2020-10-15 Stefan Reiterdatastore: remove load_manifest_json
2020-10-01 Thomas Lamprechtassume correct backup, avoid verifying chunk existance
2020-09-15 Stefan ReiterSnapshotVerifyState: use enum for state
2020-09-15 Stefan Reiterbackup: check all referenced chunks actually exist
2020-09-10 Stefan Reiterbackup: ensure no fixed index writers are left over...
2020-08-11 Stefan Reiterbackup: lock base snapshot and ensure existance on...
2020-08-11 Stefan ReiterRevert "backup: ensure base snapshots are still availab...
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-08-06 Stefan Reiterfinish_backup: mark backup as finished only after check...
2020-07-31 Dietmar Maurersrc/api2/backup/environment.rs: remove debug code
2020-07-31 Dietmar Maurersrc/api2/backup/environment.rs: remove debug code
2020-07-31 Dietmar Maurerfinish_backup: add chunk_upload_stats to manifest
2020-07-31 Dietmar Maurerfinish_backup: test/verify manifest at server side
2020-07-30 Stefan Reiterbackup: ensure base snapshots are still available after...
2020-07-30 Stefan Reiterdatastore: prevent deletion of snaps in use as "previou...
2020-07-28 Dietmar Maurersrc/backup/data_blob.rs: new load_from_reader(), which...
2020-06-24 Stefan Reiteradd incremental backup support
2020-06-24 Stefan Reiterfix overflow panic during upload
2020-06-12 Dominik CsapakBackupEnvironment: do not set finished flag prematurely
2020-05-30 Thomas Lamprechttypo fixes all over the place
2020-05-18 Dietmar Maurerdepend on proxmox 0.1.31 - use Value to store result...
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2019-12-18 Wolfgang Bumillerreplace file_set_contents with replace_file
2019-11-21 Wolfgang Bumillerapi/compat: drop more compat imports from api_schema.rs
2019-09-23 Dietmar Maurerbackup writer api: verify checksum inside close
2019-08-07 Dietmar Maurersrc/api2/backup/environment.rs - add_blob: always verif...
2019-08-03 Dietmar Maurerupdate to nix 0.14, use code from proxmox:tools
2019-07-04 Dietmar Maurersrc/api2/backup/environment.rs: improve chunk alignment...
2019-06-24 Dietmar Maurersrc/api2/backup/environment.rs: new helper add_blob()
2019-06-14 Dietmar Maurersrc/tools.rs: move hex_to_digest and digest_to_hex...
2019-06-14 Dietmar Maurersrc/api2/backup/environment.rs: log index checksums
2019-06-14 Dietmar Maurersrc/api2/backup/environment.rs: log duplicate chunks
2019-06-07 Wolfgang Bumillertree-wide: use 'dyn' for all trait objects
2019-06-05 Dietmar Maurersrc/api2.rs: move backup api to /backup