]> git.proxmox.com Git - proxmox-backup.git/history - proxmox-backup-client/src/main.rs
update proxmox-metrics dependency to 0.3.1
[proxmox-backup.git] / proxmox-backup-client / src / main.rs
10 days ago Christian Ebnerclient: fix whitespace issue
2024-04-04 Christian Ebnerclient: backup: early check for fixed index type
2024-04-04 Christian Ebnerclient: backup writer: only borrow http client
2024-02-22 Christian Ebnerclient: pxar: fix minor formatting issues
2024-02-15 Gabriel Gollerfix #4975: client: ignore E2BIG error flag
2023-11-29 Thomas Lamprechttree-wide: fix various typos
2023-11-25 Hannes Laimeraccept a ref to a HttpClient
2023-11-25 Christian Ebnerclient: change anyhow Error display representation
2023-08-17 Christian Ebnerfix: #4761: introduce overwrite bitflags for fine grain...
2023-07-17 Max Carraraproxmox-backup-client: restore: add 'ignore-extract...
2023-07-03 Fabian Grünbichlerencrypted backup: fix log message
2023-06-26 Lukas Wagnerapi-types: client: datastore: tools: use proxmox-human...
2023-06-07 Maximiliano Sandovalfix #4638: proxmox-backup-client: status: guard against...
2022-12-12 Wolfgang Bumillermove pbs_config::key_config to pbs-key-config
2022-08-19 Wolfgang Bumillerrustfmt
2022-08-19 Markus Frankproxmox-backup-client: added ignore-acls/xattrs/ownersh...
2022-07-26 Fabian Grünbichlermore clippy fixes and annotations
2022-06-21 Hannes Laimerproxmox-backup-client: replace print with log macro
2022-06-21 Hannes Laimerbins: init cli logger
2022-06-07 Thomas Lamprechttree wide: typo fixes through codespell
2022-06-02 Thomas Lamprechttree wide: clippy lint fixes
2022-05-30 Wolfgang Bumillerclient: switch to PruneJobsOptions
2022-05-16 Wolfgang Bumillerclient: add completion callbacks for ns parameters
2022-05-14 Thomas Lamprechtclient: make change-owner and prune namespace aware
2022-05-13 Wolfgang Bumillertree-wide: rename 'backup-ns' API parameters to 'ns'
2022-05-12 Wolfgang Bumillerclient: rename --backup-ns to --ns in backup command
2022-05-12 Wolfgang Bumillerclient: add basic namespace commands
2022-05-12 Wolfgang Bumillerclient: don't pass empty backup-ns
2022-05-12 Wolfgang Bumillersplit the namespace out of BackupGroup/Dir api types
2022-05-12 Wolfgang Bumillerclient: add --ns parameter to snapshot list
2022-05-12 Wolfgang Bumillerclient: more backup namespace support
2022-05-12 Wolfgang Bumillerapi-types: add namespace to BackupGroup
2022-04-20 Wolfgang Bumillermake datastore BackupGroup/Dir ctors private
2022-04-20 Wolfgang Bumillerrename BackupDir's group_path to relative_group_path
2022-04-15 Wolfgang Bumillerapi-types: introduce BackupType enum and Group/Dir...
2022-02-22 Thomas Lamprechtclient cli: rustfmt
2022-02-18 Thomas Lamprechtcli client: backup: better use of our api macro capabil...
2022-02-18 Thomas Lamprechtcli client: backup: refactor/cleanup of (dry-run) logs
2022-02-18 Markus Frankfix #3323: cli client: add dry-run option for backup...
2022-02-08 Fabian Grünbichlermisc clippy fixes
2022-01-26 Dietmar MaurerSet MMAP_THRESHOLD to a fixed value (128K)
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-12-04 Dietmar Maurerpbs-client: avoid mut self in http_client methods.
2021-11-25 Dietmar Maureruse proxmox-sys 0.2.1 and proxmox-io 1.0.1
2021-11-25 Dietmar Maurerfix StdChannelWriter usage
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-22 Dietmar Maureruse RateLimitConfig for HttpClient and pull
2021-11-20 Dietmar Maurerdepend on proxmox-async 0.2
2021-11-19 Dietmar Maureruse new proxmox-async crate
2021-11-10 Dietmar MaurerAdd traffic control configuration config with API
2021-11-10 Dietmar Maurerproxmox-backup-client: add rate/burst parameter to...
2021-10-21 Dietmar Maureruse new fsync parameter to replace_file and atomic_open...
2021-10-13 Dietmar Maureruse complete_file_name from proxmox-router 1.1
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-09-10 Dietmar Maurermove PruneOptions to pbs_api_types workspace
2021-09-07 Dietmar Maurermoved key_derivation.rs from pbs_datastore to pbs-confi...
2021-08-30 Wolfgang Bumillersplit out proxmox-backup-client binary