]> git.proxmox.com Git - proxmox-backup.git/history - proxmox-backup-client/src/main.rs
client: make change-owner and prune namespace aware
[proxmox-backup.git] / proxmox-backup-client / src / main.rs
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