..
api2
api2: add admin/sync endpoint
2020-05-29 11:31:32 +02:00
backup
src/bin/proxmox-backup-proxy.rs: add simple task scheduler for garbage collection
2020-05-20 08:59:45 +02:00
bin
syncjob: change worker type for sync jobs
2020-05-29 11:28:04 +02:00
client
BACKUP_REPO_URL_REGEX: move to api2::types and allow all valid data store names
2020-05-29 06:29:23 +02:00
config
config/sync: add SyncJobStatus Struct/Schema
2020-05-29 11:29:39 +02:00
pxar
avoid compiler warnings
2020-05-19 07:03:41 +02:00
rrd
rrd: reduce io by saving data only once a minute
2020-05-29 09:16:13 +02:00
server
src/server/worker_task.rs: make worker_is_active_local pub
2020-05-29 08:06:48 +02:00
tools
src/bin/proxmox-backup-proxy.rs: cleanup, move code to src/tools/disks.rs
2020-05-29 11:13:36 +02:00
api2.rs
api: move config/user to access/users, implement change_password
2020-04-09 10:21:24 +02:00
auth.rs
switch from failure to anyhow
2020-04-17 18:43:30 +02:00
auth_helpers.rs
switch from failure to anyhow
2020-04-17 18:43:30 +02:00
backup.rs
switch from failure to anyhow
2020-04-17 18:43:30 +02:00
buildcfg.rs
some clippy fixups
2019-09-11 12:14:05 +02:00
client.rs
src/client/pull.rs: split out pull related code
2020-05-22 08:04:20 +02:00
config.rs
rename 'job' to 'sync'
2020-05-21 10:29:25 +02:00
lib.rs
add simple rrd implementation
2020-05-23 10:42:48 +02:00
pxar.rs
pxar: add fuse module and expose its pub functionality.
2019-08-09 16:45:13 +02:00
server.rs
move src/api_schema/config.rs -> src/server/config.rs
2019-11-22 09:23:03 +01:00
tools.rs
src/tools.rs - command_output: add parameter to check exit code
2020-05-27 07:25:39 +02:00