]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/pull.rs
use new proxmox-sys crate
[proxmox-backup.git] / src / api2 / pull.rs
2021-11-19 Dietmar Maureruse new proxmox-sys crate
2021-11-18 Thomas Lamprechtgroup filter: rename CLI/API/Config "groups" option...
2021-11-18 Fabian Grünbichlerfix #sync.cfg/pull: don't remove by default
2021-11-18 Fabian Grünbichlersync: add group filtering
2021-11-18 Fabian Grünbichlerpull: allow pulling groups selectively
2021-11-18 Fabian Grünbichlerpull/sync: extract passed along vars into struct
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-09-27 Dietmar Maurermove src/backup/datastore.rs into pbs_datastore crate
2021-09-24 Dietmar Maurercleanup worker task logging
2021-09-24 Dietmar Maurermove worker_task.rs into proxmox-rest-server crate
2021-09-23 Dietmar Maurersrc/server/worker_task.rs: Avoid using pbs-api-type...
2021-09-21 Dominik Csapakapi: make some workers log on CLI
2021-09-10 Dietmar Maurermove user configuration to pbs_config workspace
2021-09-09 Dietmar Maurermove acl to pbs_config workspaces, pbs_api_types cleanups
2021-09-07 Dietmar Maurermoved tape_job.rs to pbs_config workspace
2021-09-02 Dietmar Maurermove remote config into pbs-config workspace
2021-08-30 Dietmar Maurerremote config: derive and use Updater
2021-07-19 Wolfgang Bumillermove client to pbs-client subcrate
2021-07-09 Wolfgang Bumillermove client::pull to server::pull
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-20 Fabian Grünbichlerclippy: us *_or_else with function calls
2020-11-10 Fabian Grünbichlerremote.cfg: rename userid to 'auth-id'
2020-11-06 Fabian Grünbichlertasks: allow access to job tasks
2020-11-06 Dietmar Maurerget rid of backup@pam
2020-11-05 Fabian Grünbichlerapi: refactor remote client and add remote scan
2020-11-04 Dietmar Maurerproxy: use new datastore notify settings
2020-11-02 Fabian Grünbichlerfix #2864: add owner option to sync
2020-10-29 Fabian Grünbichlerclient/remote: allow using ApiToken + secret
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
2020-10-29 Dietmar Maurersend sync job status emails
2020-10-28 Dietmar Maurermove jobstate to server
2020-09-30 Dominik Csapakfix ipv6 handling for remotes/sync jobs
2020-09-30 Dominik Csapakclient/remote: add support to specify port number
2020-09-17 Dominik Csapakapi2/pull: make pull worker abortable
2020-08-14 Dominik Csapakcleanup: replace id from do_sync_job with info from job
2020-08-13 Dominik Csapakapi2/pull: extend do_sync_job to also handle schedule...
2020-08-13 Dominik Csapakapi/{pull, sync}: refactor to do_sync_job
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-05-29 Dominik Csapakapi2/pull: refactor priv checking and creating pull...
2020-05-22 Dietmar Maurersrc/client/pull.rs: split out pull related code
2020-05-22 Dietmar Maurersrc/api2/pull.rs: aquire try_shared_chunk_store_lock...
2020-05-21 Dietmar Maurersrc/config/jobs.rs: use SectionConfig for jobs
2020-04-29 Dietmar Maurersrc/api2/pull.rs: require Datastore.Prune if delete...
2020-04-29 Dietmar Maurersrc/config/acl.rs: introduice privileges and roles...
2020-04-28 Dietmar Maurerimplemnt backup ownership, improve datastore access...
2020-04-27 Dietmar Maurersrc/config/acl.rs: introduce more/better datastore...
2020-04-18 Dietmar Maurerfix permission tests using non-uri parameters
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-04-17 Dietmar Maurersrc/api2/pull.rs: add access permission
2020-01-25 Dietmar Maurersrc/client/http_client.rs: new struct HttpClientOptions
2020-01-23 Dietmar Maurersrc/api2/pull.rs: delete fanished snapshots
2020-01-22 Dietmar Maurersrc/api2/pull.rs: use new Datastore::last_successful_ba...
2020-01-21 Wolfgang Bumillerbump proxmox crate to 0.1.7
2020-01-17 Dietmar Maurersrc/api2/pull.rs: implement delete flag for vanished...
2020-01-17 Dietmar Maurersrc/api2/types.rs: define and use GroupListItem
2020-01-16 Dietmar Maurerrenamed: src/config/remotes.rs -> src/config/remote.rs
2020-01-16 Dietmar Maurersrc/api2/pull.rs: use reference to remote configuration
2020-01-10 Dietmar Maurerrename src/api2/sync.rs -> src/api2/pull.rs