23af572d3f
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> |
||
---|---|---|
.. | ||
pxar | ||
tools | ||
backup_reader.rs | ||
backup_repo.rs | ||
backup_specification.rs | ||
backup_writer.rs | ||
catalog_shell.rs | ||
chunk_stream.rs | ||
http_client.rs | ||
lib.rs | ||
merge_known_chunks.rs | ||
pipe_to_stream.rs | ||
pxar_backup_stream.rs | ||
remote_chunk_reader.rs | ||
task_log.rs | ||
vsock_client.rs |