]> git.proxmox.com Git - proxmox-backup.git/history - src
tape restore: do not verify restored files
[proxmox-backup.git] / src /
2021-05-04 Dietmar Maurertape restore: do not verify restored files
2021-05-04 Dietmar Maurertape restore: add restore speed to logs
2021-05-04 Dietmar Maurertape restore: write datastore in separate thread
2021-05-04 Dietmar Maurertape restore: split restore_chunk_archive
2021-05-04 Wolfgang Bumillerdaily-update: check acme certificates
2021-05-04 Wolfgang Bumilleradd acme commands to proxmox-backup-manager
2021-05-04 Wolfgang Bumilleradd node/{node}/config api path
2021-05-04 Wolfgang Bumilleradd node/{node}/certificates api call
2021-05-04 Wolfgang Bumilleradd config/acme api path
2021-05-04 Dietmar Maurernode config cleanups
2021-05-04 Wolfgang Bumilleradd node config
2021-05-04 Dietmar Maurercleanup acme client
2021-05-04 Wolfgang Bumilleradd acme client
2021-05-04 Wolfgang Bumilleradd acme config
2021-05-03 Thomas Lamprechttape backup job: fix typo in error message
2021-05-03 Dominik Csapakbin: use extract_output_format where necessary
2021-04-30 Hannes Laimeradd ctime and size function to IndexFile trait
2021-04-30 Dominik Csapakui: tape: handle tapes in changers without barcode
2021-04-30 Wolfgang Bumilleradd dns alias schema
2021-04-29 Thomas Lamprechttemporarily disable broken test
2021-04-29 Thomas Lamprechtfile restore: log which filesystems we support
2021-04-29 Stefan Reiterfile-restore: use 'norecovery' for xfs filesystem
2021-04-29 Wolfgang Bumilleradd 'config file format' to tools::config
2021-04-29 Wolfgang Bumillerconfig::acl: make /system/certificates a valid path
2021-04-29 Wolfgang Bumillercatalog shell: replace LoopState with ControlFlow
2021-04-29 Wolfgang Bumillertools: add ControlFlow type
2021-04-29 Wolfgang BumillerCertInfo: add is_expired_after_epoch
2021-04-29 Wolfgang BumillerCertInfo: add not_{after, before}_unix
2021-04-28 Wolfgang Bumillerconfig: factor out certificate writing
2021-04-28 Wolfgang Bumillertools::fs::scan_subdir: use nix::Error instead of anyhow
2021-04-28 Wolfgang Bumillersystemd: add reload_unit
2021-04-28 Dietmar Maurertools/http: make user agent configurable
2021-04-28 Dietmar Maurertools/http: set USER_AGENT inside request
2021-04-28 Dietmar Maurerapi: add schema for http proxy configuration - HTTP_PRO...
2021-04-28 Dietmar Maurerhttp: add helper to parse proxy configuration
2021-04-28 Dietmar MaurerHttpsConnector: add proxy authorization support
2021-04-27 Stefan Reiterfile-restore: strip .img.fidx suffix from drive serials
2021-04-27 Dominik Csapaktools/sgutils2: add size workaround for mode_sense
2021-04-27 Dietmar Maurertape: improve inline docs
2021-04-27 Dietmar Maurertape: add read_medium_configuration_page() to detect...
2021-04-27 Stefan Reiterfile-restore: fix package name for kernel/initramfs...
2021-04-27 Dietmar Maurertape: remove MediumType struct, which is only valid...
2021-04-27 Dominik Csapaktools/sgutils2: improve error messages
2021-04-26 Stefan Reiterfile-restore: use less memory for VM and reboot on...
2021-04-26 Stefan Reiterfile-restore: exit with code 1 in case streaming fails
2021-04-26 Stefan Reiterfile-restore: add size to image files and components
2021-04-26 Dietmar Maurerhttp proxy: improve response parser
2021-04-26 Dominik Csapakapi2/config/datastore: use update_job_last_run_time...
2021-04-26 Dominik Csapakserver/jobstate: improve name of 'try_update_state_file'
2021-04-26 Dominik Csapakserver/jobstate: add 'updatd' to Finish variant
2021-04-23 Dominik Csapakapi2/tape/backup: list backed up snapshots on failed...
2021-04-23 Wolfgang Bumillerfile-restore: avoid unnecessary clone
2021-04-23 Fabian Grünbichlerfile-restore: add context to b64-decode error
2021-04-23 Dominik Csapakapi2/node/status: extend node status
2021-04-23 Dominik Csapakapi2/nodes/status: use NodeStatus struct
2021-04-23 Dominik Csapakapi2/types: add necessary types for node status
2021-04-23 Dietmar Maurertape: do not query density_code in SgTape::new()
2021-04-23 Dietmar Maurertape: format_media - implement special case for WORM...
2021-04-23 Dietmar Maurertape: define and use MediumType enum
2021-04-23 Dietmar Maurertape: use loaded media_type in format_media (instead...
2021-04-22 Thomas Lamprechtserver/rest: fix new type ambiguity
2021-04-22 Stefan Reiterfile-restore: support encrypted VM backups
2021-04-22 Stefan Reiterclient-tools: add crypto_parameters_keep_fd
2021-04-22 Stefan Reiterfile-restore: don't force PBS_FINGERPRINT env var
2021-04-22 Dietmar Maurertape: implement report_desnity
2021-04-22 Dietmar Maurertape: fix FORMAT for LTO-4 drives
2021-04-22 Dietmar Maurerhttp proxy: implement read_connect_response()
2021-04-21 Stefan Reiterfile-restore: allow extracting a full pxar archive
2021-04-21 Stefan Reiterfile-restore: Add 'v' (Virtual) ArchiveEntry type
2021-04-21 Stefan Reiterfile-restore: print warnings on stderr
2021-04-21 Stefan Reiterfile-restore: don't list non-pxar/-img *idx archives
2021-04-21 Dietmar MaurerHttpsConnector: add proxy support
2021-04-21 Dietmar MaurerHttpsConnector: code cleanup
2021-04-21 Dietmar Maurernew http client implementation SimpleHttp (avoid static...
2021-04-21 Dietmar MaurerMaybeTlsStream: implement poll_write_vectored()
2021-04-21 Dietmar Maurerhttp: rename EitherStream to MaybeTlsStream
2021-04-21 Dominik Csapakfix #3393: tools/xattr: allow xattr 'security.NTACL'
2021-04-21 Dominik Csapaktape/changer/sg_pt_changer: read whole descriptor size...
2021-04-16 Dietmar Maurertape restore: avoid multiple stat calls for same chunk
2021-04-16 Dietmar Maurertape restore: verify if all chunks exist
2021-04-16 Dietmar Maurertape restore: simplify log (list datastores on single...
2021-04-16 Dietmar Maurertape restore: fix datastore locking
2021-04-15 Thomas Lamprechtbackup verify: do not check every loop iteration for...
2021-04-15 Thomas Lamprechtbackup verify: unify check if chunk can be skipped
2021-04-15 Thomas Lamprechtconfig: tfa: drop now unused schema::Updatable
2021-04-15 Dietmar Maurertape: do not try to backup unfinished backups
2021-04-15 Thomas Lamprechtbackup verify: re-check if we can skip a chunk in the...
2021-04-15 Dominik Csapakapi2/access/user: remove password for @pbs users on...
2021-04-14 Thomas Lamprechtverify: add comment for inode sorting
2021-04-14 Thomas Lamprechtverify: partially rust fmt
2021-04-14 Dominik Csapakbackup/verify: improve speed by sorting chunks by inode
2021-04-14 Dietmar Maurercleanup: remove debug println
2021-04-14 Dominik Csapakapi2/tape/restore: restore_chunk_archive: only ignore...
2021-04-13 Dietmar Maurerfix regression tests
2021-04-13 Dietmar MaurerTapeRead: add skip_data()
2021-04-13 Dietmar Maurertape: SgTapeReader::read_block - disable reading beyond EOF
2021-04-13 Dietmar Maurertape: cleanup MediaCatalog on tape reuse
2021-04-13 Stefan Reiterapi/datastore: allow pxar file download of entire archive
2021-04-12 Dominik Csapaktools/async_io: do not error on Accept for StaticIncoming
2021-04-12 Dietmar Maurertape: fix regression tests
next