]> git.proxmox.com Git - proxmox-backup.git/history - src/backup
sync: verify size and checksum of pulled archives
[proxmox-backup.git] / src / backup /
2020-08-04 Fabian Grünbichlerblobs: attempt to verify on decode when possible
2020-08-03 Wolfgang Bumillerpxar: better error handling on extract
2020-07-31 Dietmar Maurercleanup: manifest is always CryptMode::None
2020-07-31 Dietmar Maurerlock_file: return std::io::Error
2020-07-31 Dietmar Maurersrc/backup/datastore.rs: add helpers to load/store...
2020-07-30 Dietmar Maurersrc/api2/backup.rs: aquire backup lock earlier in creat...
2020-07-30 Dominik Csapakverify: keep track and log which dirs failed the verifi...
2020-07-30 Dominik Csapakverify: keep also track of corrupt chunks
2020-07-30 Dominik Csapakverify: check all chunks of an index, even if we encoun...
2020-07-30 Stefan Reiterbackup: ensure base snapshots are still available after...
2020-07-30 Stefan Reiterbackup: use flock on backup group to forbid multiple...
2020-07-30 Stefan Reiterdatastore: prevent deletion of snaps in use as "previou...
2020-07-29 Dietmar Maurersrc/backup/verify.rs: try to verify chunks only once
2020-07-28 Dietmar Maurersrc/backup/data_blob.rs: new load_from_reader(), which...
2020-07-27 Dietmar Maurersrc/backup/manifest.rs: cleanup - again, avoid recursiv...
2020-07-27 Dietmar Maurersrc/backup/manifest.rs: cleanup - avoid recursive call...
2020-07-23 Thomas Lamprechtbackup manifest: make lookup_file_info public
2020-07-22 Thomas Lamprechtfixed index: chunk_from_offset: avoid slow modulo operation
2020-07-22 Stefan Reiterremove BufferedFixedReader interface
2020-07-22 Stefan Reiterimplement AsyncSeek for AsyncIndexReader
2020-07-22 Stefan Reiteradd and implement chunk_from_offset for IndexFile
2020-07-22 Thomas Lamprechtdatastore/chunker: fix comment typos
2020-07-22 Thomas Lamprechtbackup: list images: handle walkdir error, catch "lost...
2020-07-22 Thomas Lamprechtdatastore: fix typo
2020-07-22 Fabian Grünbichlerfix #2871: close FDs when scanning backup group
2020-07-21 Aaron Lautererchunk_store: Fix typo in bail message
2020-07-20 Fabian Grünbichlermanifest: revert canonicalization to old behaviour
2020-07-15 Dominik Csapakcatalog_shell: add exit command
2020-07-10 Dietmar Maurersrc/backup/data_blob_reader.rs: avoid unwrap() - return...
2020-07-10 Dietmar Maurersrc/backup/manifest.rs: fix signature (exclude 'signatu...
2020-07-09 Stoiko Ivanovdatastore: chown base dir on creation
2020-07-09 Wolfgang Bumillerminor optimization to 'to_canonical_json'
2020-07-09 Dietmar Maurersrc/backup/manifest.rs: add default toömake it compatib...
2020-07-09 Dietmar Maurersrc/backup/manifest.rs: rename into_string -> to_string
2020-07-09 Dietmar Maurersrc/backup/manifest.rs: use serde_json::from_value...
2020-07-09 Dietmar Maurersrc/backup/manifest.rs: cleanup signature generation
2020-07-08 Dietmar Maurersrc/backup/manifest.rs: include signature inside the...
2020-07-08 Dietmar Maurersrc/backup/file_formats.rs: remove signed chunks
2020-07-08 Wolfgang Bumillerclient: introduce --keyfd parameter
2020-07-08 Dietmar Maurersrc/backup/crypt_config.rs - compute_digest: make it...
2020-07-08 Wolfgang Bumillerclient: xdg usage: place() vs find()
2020-07-08 Dietmar Maurersrc/client/backup_writer.rs - upload_stream: add crypt_mode
2020-07-08 Wolfgang BumillerDataStore::load_manifest: also return CryptMode
2020-07-08 Wolfgang Bumilleradd DataBlob::crypt_mode
2020-07-08 Wolfgang Bumillerremove CryptMode::sign_only special method
2020-07-08 Dietmar Maurersrc/backup/manifest.rs: support old encrypted property
2020-07-07 Wolfgang Bumillerintroduce a CryptMode enum
2020-07-06 Wolfgang Bumillerminor style & whitespace fixups
2020-07-03 Dietmar Maurermake ReadChunk not require mutable self. v0.6.0
2020-06-29 Dietmar Maurerpartially revert commit 1f82f9b7b5d231da22a541432d5617c...
2020-06-26 Dietmar Maurersrc/backup/verify.rs: do not stop on server shutdown
2020-06-26 Dietmar Maurersrc/backup/index.rs: add compute_csum
2020-06-26 Dietmar Maurersrc/backup/index.rs: add chunk_info method
2020-06-26 Dietmar Maurerupdate backup api for incremental backup
2020-06-25 Dietmar Maurerallow to abort verify jobs
2020-06-24 Dietmar Maurersrc/api2/admin/datastore.rs: add verify api
2020-06-24 Dietmar Maurersrc/backup/backup_info.rs: impl Display for BackupGroup
2020-06-24 Wolfgang Bumillerupdate to pxar 0.1.9, update ReadAt implementations
2020-06-24 Stefan Reiteradd incremental backup support
2020-06-24 Dominik Csapakadd From<&DirEntryAttribute to CatalogEntryType and...
2020-06-24 Dominik Csapakderive Clone for the LocalChunkReader
2020-06-24 Dominik Csapakadd LocalDynamicReadAt
2020-06-24 Dietmar Maurersrc/backup/datastore.rs: add new helpers to load blobs...
2020-06-24 Dietmar Maurersrc/backup/data_blob.rs: cleanup - improve code reuse
2020-06-24 Dietmar Maurersrc/backup/chunk_store.rs: allow to read name()
2020-06-23 Dietmar Maurercleanup: implement FromStr for BackupGroup
2020-06-23 Dietmar Maurercleanup: implement FromStr for BackupDir
2020-06-23 Dominik Csapakremove debug prints
2020-06-23 Dominik Csapakadd AsyncReaderStream
2020-06-19 Dominik Csapakimpl Sync for DataBlobReader
2020-06-19 Dominik Csapakadd AsyncIndexReader
2020-06-19 Dominik Csapakadd Display trait to BackupDir
2020-06-19 Dominik Csapakimplement AsyncReadChunk for LocalChunkReader
2020-06-19 Dominik Csapakadd encrypted info to Manifest
2020-06-19 Dominik Csapakremove unsafe copy code
2020-06-16 Wolfgang Bumillercatalog: don't panic on invalid file mtimes
2020-06-16 Wolfgang Bumillerreuse some extractor code in catalog shell
2020-06-16 Wolfgang Bumilleruse O_EXCL when creating files during extraction
2020-06-16 Wolfgang BumillerAsyncReadChunk: require Send
2020-06-15 Wolfgang Bumillerdynamic index: make it hard to mess up endianess
2020-06-12 Wolfgang Bumilleruse new Mmap helper for dynamic index
2020-06-12 Wolfgang Bumilleradd an AsyncReadChunk trait
2020-06-12 Wolfgang Bumillercleanup
2020-06-10 Dominik Csapakrefactor time functions to tools
2020-06-10 Wolfgang Bumillerdowngrade some FIXMEs to TODOs
2020-06-10 Wolfgang Bumillerturn pxar::flags into bitflags, pxar::Flags
2020-06-10 Wolfgang Bumillercatalog: remove unused SenderWriter
2020-06-08 Wolfgang Bumillerswitch to external pxar and fuse crates
2020-06-04 Dominik Csapakfix csum calculation of not 'chunk_size' aligned images
2020-06-03 Thomas Lamprechtverify_file: add missing closing parenthesis in error...
2020-06-03 Dietmar Maurerfix typo
2020-05-30 Thomas Lamprechttypo fixes all over the place
2020-05-30 Dietmar Maurersrc/client/pull.rs: also download client.log.blob
2020-05-30 Dietmar Maurercleanup: define/use const for predefined blob file...
2020-05-20 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: add simple task schedu...
2020-05-19 Dietmar Maureravoid compiler warnings
2020-05-07 Dietmar Maurersrc/config/network.rs: make it compatible with pve
2020-05-05 Dietmar Maurergarbage_collect: call fail_on_abort to abort GV when...
2020-04-28 Dietmar Maurerimplemnt backup ownership, improve datastore access...
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
next