]> git.proxmox.com Git - proxmox-backup.git/history - src/bin
tape: use WorkerTask for erase and rewind
[proxmox-backup.git] / src / bin /
2020-12-11 Dietmar Maurertape: use WorkerTask for erase and rewind
2020-12-11 Dietmar Maurertape: split inventory api
2020-12-11 Dietmar Maurertape: run label commands as WorkerTask (threads)
2020-12-11 Dietmar Maurertape: implement barcode-label-mdedia
2020-12-11 Dietmar Maurertape: implement inventory command
2020-12-10 Dietmar Maurertape: implement read-label command
2020-12-10 Dietmar Maurertape: implement label command
2020-12-10 Dietmar Maurertape: add media pool cli
2020-12-10 Dietmar Maurertape: implement option changer-drive-id
2020-12-10 Dietmar Maurertape: cli cleanup - avoid api redefinition
2020-12-10 Dietmar Maurertape: cleanup load-slot api
2020-12-10 Dietmar Maurertape: cli cleanup - rename scana-for-* into scan
2020-12-10 Dietmar Maurertape: implement load-media command
2020-12-09 Dietmar Maurertape: implement eject
2020-12-09 Dietmar Maurertape: implement rewind
2020-12-09 Dietmar Maurertape: implement erase media
2020-12-09 Dietmar Maurertape: add command line interface proxmox-tape
2020-12-09 Dietmar Maurerclient: move connect_to_localhost into client module
2020-12-09 Dietmar Maurertape: add media state database
2020-12-09 Wolfgang Bumillerremove unused descriptions from api macros
2020-11-30 Wolfgang Bumillerclient: use tools::pipe instead of nix
2020-11-25 Fabian Grünbichlerrestore: print to STDERR
2020-11-25 Dietmar Maurercli: rename command "upload-log" to "snapshot upload...
2020-11-25 Dietmar Maurercli: rename command "forget" to "snapshot forget"
2020-11-25 Dietmar Maurercli: rename command "files" to "snapshot files"
2020-11-24 Dietmar Maurercli: use new alias feature for "snapshots"
2020-11-24 Dominik Csapakclient: add 'snapshot notes show/update' command
2020-11-24 Fabian Grünbichlerexpose previous backup time in backup env
2020-11-24 Fabian Grünbichlerpaperkey: refactor common code
2020-11-24 Fabian Grünbichlerclient: check fingerprint after downloading manifest
2020-11-24 Dietmar Maurercli: cleanup 'key show' - use format_and_print_result_full
2020-11-23 Fabian Grünbichlerclient: add 'key show' command
2020-11-23 Fabian Grünbichlerclient: print key fingerprint and master key
2020-11-23 Fabian Grünbichlerkey: add fingerprint to key config
2020-11-19 Dominik Csapakfix systemd-encoded upid strings in http client
2020-11-16 Fabian Ebnerclient: expose all-file-systems option
2020-11-12 Thomas Lamprechtmanager: versions: non-verbose should actually print...
2020-11-12 Stefan Reiterapt: use typed response for get_versions
2020-11-11 Thomas Lamprechtmanager: versions: unify printing
2020-11-11 Mira Limbeckadd versions command to proxmox-backup-manager
2020-11-11 Stoiko Ivanovlog source of encryption key
2020-11-11 Stoiko Ivanovinform user when using default encryption key
2020-11-11 Dominik Csapakdaemon: add hack for sd_notify
2020-11-10 Wolfgang Bumillerclient: error context when building HttpClient
2020-11-09 Thomas Lamprechtproxy: fix log message for auth log rotation
2020-11-06 Dominik Csapakproxmox-backup-proxy: remove unnecessary alias
2020-11-06 Fabian Grünbichlerclient: properly complete new-owner
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 Thomas Lamprechtproxy: also rotate auth.log file
2020-11-04 Thomas Lamprechtproxy: logrotate: do not serialize sending async log...
2020-11-04 Dietmar Maurerproxy: log if there are too many open connections
2020-11-04 Dietmar Maurerproxy: use env PROXMOX_DEBUG to enable/disable debug...
2020-11-04 Dietmar Maurercleanup: use Arc to count open connections
2020-11-04 Dietmar Maurerfix #3106: correctly queue incoming connections
2020-11-03 Thomas Lamprechtmanager: report: call method directly, avoid HTTPS...
2020-11-03 Hannes Laimermanager: add report cli command
2020-11-02 Thomas Lamprechtproxy: drop now unused UPID import
2020-11-02 Dominik Csapakproxmox-backup-proxy: use only jobstate for garbage_col...
2020-11-02 Dominik Csapakserver/gc_job: add 'to_stdout'
2020-11-02 Thomas Lamprechtlog rotate task: make task archive limits be binary...
2020-11-02 Thomas Lamprechtlog rotate task: adapt internal jobstate ID, set worker...
2020-11-02 Thomas Lamprechtserver: implement access log rotation with re-open...
2020-11-02 Thomas Lamprechtserver: write main daemon PID to run directory
2020-11-02 Thomas Lamprechtserver: use generalized commando socket for worker...
2020-11-01 Thomas Lamprechtmanager: subscription commands s/delete/remove/
2020-10-31 Thomas Lamprechtadd daily update and maintenance task
2020-10-30 Fabian Grünbichlerapi: replace auth_id with auth-id
2020-10-30 Thomas Lamprechtproxmox-backup-manager: add subscription commands
2020-10-30 Fabian Grünbichlerproxy: fix warnings
2020-10-30 Dietmar Maurerproxy: split out code to run garbage collection job
2020-10-30 Dietmar Maurercheck_schedule cleanup: use &str instead of String
2020-10-30 Hannes Laimerproxy: extract commonly used logic for scheduling into...
2020-10-30 Hannes Laimerproxy: move prune logic into new file
2020-10-29 Fabian Grünbichlermanager: add user permissions command
2020-10-29 Fabian Grünbichlermanager: add token commands
2020-10-29 Fabian Grünbichlerclient/remote: allow using ApiToken + secret
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
2020-10-29 Dominik Csapakapi: datstore status: introduce proper structs and...
2020-10-29 Dietmar Maurerschedule_datastore_sync_jobs: remove unneccessary clone()
2020-10-28 Thomas Lamprechtclient: adapt to change datastroe status return schema
2020-10-28 Dietmar Maurerfix compile warning
2020-10-28 Dietmar Maurersend notification mails for GC and verify jobs
2020-10-28 Dietmar Maurermove jobstate to server
2020-10-22 Dietmar Maurerupid: use systemd escape to decode/encode the worker_id
2020-10-21 Hannes Laimerapi proxy: remove old verification scheduling
2020-10-21 Hannes Laimerproxy: add scheduling for verification jobs
2020-10-20 Dietmar Maurerpaperkey: use svg as image format to provide better...
2020-10-20 Dietmar Maurerproxmox-backup-client: use HumanByte to render snapshot...
2020-10-19 Thomas Lamprechtcode/fmt cleanups
2020-10-19 Dietmar Maurerset reasonable TCP keepalive timeout
2020-10-19 Fabian Grünbichlerbuild: bump nix dependency
2020-10-16 Thomas Lamprechtserver/rest: implement request access log
2020-10-14 Dietmar Maureruse SslAcceptor::mozilla_intermediate_v5
2020-10-14 Dylan Whytefix #2847: proxmox-backup-client: add change-owner cmd
2020-10-13 Dietmar Maurerproxmox-backup-client key: rename 'paper-key' command...
2020-10-12 Wolfgang Bumillerdon't require WorkerTask in backup/
2020-10-08 Stefan Reiterfuse_loop: add automatic cleanup of run files and dangl...
2020-10-08 Stefan Reitermount/map: use names for map/unmap for easier use
2020-10-08 Stefan Reiterformat: fix typo in function name
next