proxmox-backup/pbs-client/src
Dominik Csapak 23af572d3f pbs-client: add 'create_tar' helper function
similar to create_zip, uses an accessor to write a tar into an output
that implements AsyncWrite, but we use a Decoder to iterate instead
of having a recursive function. This is done so that we get the
entries in the correct order, and it should be faster as well.

Includes files, directories, symlinks, hardlink, block/char devs, fifos
into the tar. If the hardlink points to outside the current dir to
archive, promote the first instance to a 'real' file, and use a
hardlink for the rest.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2022-04-13 10:05:08 +02:00
..
pxar pbs-client: add 'create_tar' helper function 2022-04-13 10:05:08 +02:00
tools tree-wide: replace serde_json::from_value(a_value.clone()) 2022-04-12 16:12:15 +02:00
backup_reader.rs update to proxmox-sys 0.2 crate 2021-11-24 10:32:27 +01:00
backup_repo.rs tree-wide: fix needless borrows 2021-12-30 13:55:33 +01:00
backup_specification.rs update to first proxmox crate split 2021-10-11 11:58:49 +02:00
backup_writer.rs pbs-client: print error when we couldn't download previous fidx/didx 2022-04-06 10:12:29 +02:00
catalog_shell.rs tree-wide: fix needless borrows 2021-12-30 13:55:33 +01:00
chunk_stream.rs move ChunkStream to pbs-client 2021-07-20 10:52:21 +02:00
http_client.rs misc clippy fixes 2022-02-08 14:57:16 +01:00
lib.rs drop dynamic_index.rs duplicate in pbs-client 2021-10-06 15:29:27 +02:00
merge_known_chunks.rs cargo: switch from proc-macro pin-project to declarative pin-project-lite 2021-09-22 11:15:40 +02:00
pipe_to_stream.rs move client to pbs-client subcrate 2021-07-19 12:58:43 +02:00
pxar_backup_stream.rs use proxmox-sys 0.2.1 and proxmox-io 1.0.1 2021-11-25 12:30:03 +01:00
remote_chunk_reader.rs tree-wide: fix needless borrows 2021-12-30 13:55:33 +01:00
task_log.rs tree-wide: fix needless borrows 2021-12-30 13:55:33 +01:00
vsock_client.rs update to first proxmox crate split 2021-10-11 11:58:49 +02:00