Commit Graph

58 Commits

Author SHA1 Message Date
8c15560b68 tape: add file format definitions 2020-12-05 10:45:08 +01:00
254b1f2213 rustdoc: add crate level doc
Contains a link to the 'backup' module's doc, as that explains a lot
about the inner workings of PBS and probably marks a good entry point
for new readers.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2020-10-16 09:37:50 +02:00
d1993187b6 introduce TaskState trait
Used to not require access to the WorkerTask struct outside
the `server` and `api2` module, so it'll be easier to
separate those backup/server/client parts into separate
crates.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2020-10-12 14:11:57 +02:00
6359dc891a add simple rrd implementation 2020-05-23 10:42:48 +02:00
7d817b0358 implement auth framework 2020-04-08 14:06:15 +02:00
ca26db1140 delete unused src/storage/config.rs 2020-03-02 13:31:38 +01:00
90c5239d46 use SectionConfig from proxmox 0.1.18-1 2020-03-02 12:52:11 +01:00
7eea56ca00 use cli from proxmox::api 2019-12-02 11:56:29 +01:00
be2bb37205 remove api_schema submodule
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-11-22 09:31:45 +01:00
236761a3e6 drop src/storage/futures.rs
it's unused and uses a tokio::Task I don't want to lookup
the std-future conversion for...

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-09-02 15:17:58 +02:00
986bef16be src/backup.rs; use a macro to define PROXMOX_BACKUP_PROTOCOL_ID_V1
So that we can include it in static doc strings.
2019-06-05 08:41:20 +02:00
882594c5e9 src/server.rs: improve crate layout 2019-04-06 09:17:25 +02:00
479f6e40ec src/server/worker_task.rs: implement task registry 2019-04-04 08:58:39 +02:00
8968258b66 rename catar into pxar
To avoid confusion with the casync implementation.
2019-03-14 10:54:09 +01:00
4de0e142a0 cleanup cli library structure 2019-02-21 09:08:03 +01:00
dc9a007b11 rename src/api to src/api_schema 2019-02-17 09:59:20 +01:00
a8f268afbb fix configuration dir permission
Carefully set and check permissions ...
2019-02-16 12:19:13 +01:00
151c6ce27d src/client.rs: improve library structure and docu 2019-02-14 11:11:39 +01:00
9f4962d396 introduce buildcfg module and PROXMOX_CONFIGDIR
buildcfg.rs should contain convenience variables or macros
for using build-time configured variables

For now we replace hardcoded "/etc/proxmox-backup/<foo>"
with configdir!("<foo>").

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-02-04 15:13:08 +01:00
6c30068ebf auth_helpers.rs: split code into separate file 2019-01-29 16:55:49 +01:00
0f253593c6 move rpc environment implementation to separate files 2019-01-26 15:08:02 +01:00
8f973f8181 api2/node/dns.rs: implement resolv.conf parser 2019-01-24 14:59:40 +01:00
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
597641fdd5 client/http_client.rs: new helper class 2019-01-17 11:38:03 +01:00
e8edbbd49c client/catar_backup_stream.rs: new helper for catar uploads to server 2019-01-16 10:15:39 +01:00
7e21da6e23 api/router.rs: allow different types of api methods
Added a prototype for file/backup uploads.
2019-01-14 12:26:04 +01:00
1006acd626 remove dead code 2019-01-05 16:55:21 +01:00
51b499db74 tools.rs: improve docs 2019-01-05 16:53:28 +01:00
cbdd8c54ae create backup mod in backup.rs, improve docu 2018-12-31 16:08:04 +01:00
cb4412b18e move chunker.rs to backup/ 2018-12-31 15:46:16 +01:00
4fa71e0573 improve catar docs 2018-12-30 13:47:27 +01:00
95bd5dfec7 src/catar/encoder.rs: correctly sort goodby items 2018-12-29 17:00:48 +01:00
fb8365b79f catar/encoder.rs: first try 2018-12-27 13:15:47 +01:00
b62b6cadf4 start implementing catar 2018-12-27 09:22:23 +01:00
529de6c7a3 start implementing DataStore 2018-12-17 13:00:39 +01:00
606ce64bb0 image_index.rs:write idx of chunks (use mmap) 2018-12-15 14:51:05 +01:00
b7329c8a1a src/cli/command.rs: move code into separate file 2018-12-10 13:36:52 +01:00
f12f8ff1a6 implement tools::file_set_contents 2018-12-09 16:37:48 +01:00
567713b4c3 rename data_store to datastore 2018-12-08 14:51:08 +01:00
6ce50400c5 cleanup api3 structure 2018-12-08 14:44:55 +01:00
678d72df6b add data_store configuration 2018-12-08 13:58:45 +01:00
35cf5daa53 start experiments with simple chunk store 2018-12-07 10:51:53 +01:00
1571873d7b add output formatter 2018-12-05 12:43:22 +01:00
083418619e move src/api/server.rs -> src/server/rest.rs 2018-12-05 10:16:23 +01:00
bfb1d69abc fix compiler warnings, add storage/config.rs 2018-11-30 11:15:26 +01:00
07d3fa7289 add some inline documentation 2018-11-24 17:52:43 +01:00
dc454ef096 implement schema registry 2018-11-22 11:23:49 +01:00
222454221c add section_config.rs 2018-11-19 06:47:39 +01:00
948c74f4ca move future test code into extra file 2018-11-19 06:41:50 +01:00
845901f41d implement getopt parser - first try 2018-11-16 13:14:11 +01:00