Wolfgang Bumiller
|
062d4916ff
|
api_schema: allow generic api handler functions
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2019-04-16 11:22:23 +02:00 |
Dietmar Maurer
|
f2b99c34f7
|
src/api2/admin/datastore.rs: implement API to return last GC status
|
2019-04-11 12:04:25 +02:00 |
Dietmar Maurer
|
d4b59ae0b8
|
src/backup/datastore.rs: pass WorkerTask to GC
So that we can log to the task log file.
|
2019-04-06 17:57:38 +02:00 |
Dietmar Maurer
|
0f778e0652
|
src/api2/admin/datastore.rs: use new WorkerTask::new_thread()
|
2019-04-06 11:27:23 +02:00 |
Dietmar Maurer
|
3e6a7deeaa
|
src/api2/admin/datastore.rs: start GC in a separate thread
|
2019-04-01 12:02:46 +02:00 |
Dietmar Maurer
|
ad281d1bd9
|
www/DataStoreConfig.js: add button to start GC
|
2019-04-01 08:08:34 +02:00 |
Dietmar Maurer
|
8968258b66
|
rename catar into pxar
To avoid confusion with the casync implementation.
|
2019-03-14 10:54:09 +01:00 |
Dietmar Maurer
|
01a1342364
|
src/api2/admin/datastore.rs: impl list_snapshot_files
|
2019-03-06 11:02:08 +01:00 |
Wolfgang Bumiller
|
e2d007f76e
|
api2/admin/datastore: add a backup protocol test api path
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2019-03-06 10:26:12 +01:00 |
Wolfgang Bumiller
|
391d310741
|
backup_info: BackupDir shortcut
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2019-03-05 10:15:06 +01:00 |
Dietmar Maurer
|
2b01a22507
|
src/backup/datastore.rs: add helper to sort backup lists
|
2019-03-04 18:20:57 +01:00 |
Dietmar Maurer
|
875fb1c01a
|
src/backup/datastore.rs: use unix epoch to create DateTime
To make sure that we have a timestamp without nanosecond.
|
2019-03-04 17:58:22 +01:00 |
Dietmar Maurer
|
9b492eb256
|
src/backup/datastore.rs: protect BackupDir fields, impl new()
|
2019-03-04 13:51:36 +01:00 |
Dietmar Maurer
|
1e9a94e579
|
src/backup/datastore.rs: protect BackupGroup fields, impl new()
|
2019-03-04 13:38:23 +01:00 |
Dietmar Maurer
|
6f62c9240a
|
src/api2/admin/datastore.rs: imp delete_snapshot
|
2019-03-03 11:29:00 +01:00 |
Dietmar Maurer
|
49dc074007
|
parameter name cleanups (use '-' instead of '_')
|
2019-03-02 16:34:10 +01:00 |
Dietmar Maurer
|
ad20d19877
|
src/api2/admin/datastore.rs: rename get_group_list to list_groups, cleanups
|
2019-03-02 16:28:36 +01:00 |
Dietmar Maurer
|
184f17afad
|
src/api2/admin/datastore.rs: impl list_snapshots
|
2019-03-02 16:20:50 +01:00 |
Dietmar Maurer
|
812c6f8716
|
src/api2/admin/datastore.rs: impl list_backup_groups
|
2019-03-02 11:29:05 +01:00 |
Dietmar Maurer
|
dc4c09faae
|
src/backup/datastore.rs: split BackupDir
|
2019-03-01 16:26:35 +01:00 |
Dietmar Maurer
|
38b0dfa511
|
src/backup/datastore.rs: split BackupInfo
|
2019-03-01 16:26:35 +01:00 |
Dietmar Maurer
|
8f57971714
|
src/api2/admin/datastore.rs: implement prune
|
2019-02-28 12:51:27 +01:00 |
Dietmar Maurer
|
83b7db0209
|
src/api2/admin/datastore.rs: start prune api
just a dummy for now.
|
2019-02-27 16:53:17 +01:00 |
Dietmar Maurer
|
8c75372b79
|
src/backup/datastore.rs: list_backups() - include list of index files
|
2019-02-20 13:37:44 +01:00 |
Dietmar Maurer
|
ef2f2efbcc
|
improve api_schema module structure
|
2019-02-17 10:16:33 +01:00 |
Dietmar Maurer
|
dc9a007b11
|
rename src/api to src/api_schema
|
2019-02-17 09:59:20 +01:00 |
Dietmar Maurer
|
e5064ba607
|
simplify backup lib structure (pub use xxx:*), improve doc
|
2019-02-12 14:13:31 +01:00 |
Dietmar Maurer
|
9f49fe1d5d
|
avoid compiler warnings
|
2019-01-30 18:25:37 +01:00 |
Dietmar Maurer
|
6049b71f41
|
api: pass RpcEnvirnment to api handlers
|
2019-01-26 14:50:37 +01:00 |
Dietmar Maurer
|
576e3bf252
|
rename api3 back to api2
There is no real need to change the path, so using api2 we can reuse
all helpers (like tools from proxmox widget toolkit).
|
2019-01-22 12:10:38 +01:00 |