proxmox-backup/src/client
Thomas Lamprecht 090decbe76 BACKUP_REPO_URL_REGEX: move to api2::types and allow all valid data store names
The repo URL consists of
* optional userid
* optional host
* datastore name

All three have defined regex or format, but none of that is used, so
for example not all valid datastore names are accepted.

Move definition of the regex over to api2::types where we can access
all required regexes easily.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-05-29 06:29:23 +02:00
..
backup_reader.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
backup_repo.rs BACKUP_REPO_URL_REGEX: move to api2::types and allow all valid data store names 2020-05-29 06:29:23 +02:00
backup_writer.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
http_client.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
merge_known_chunks.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
pipe_to_stream.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
pull.rs src/client/pull.rs: split out pull related code 2020-05-22 08:04:20 +02:00
pxar_backup_stream.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
pxar_decode_writer.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
remote_chunk_reader.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
task_log.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00