proxmox-backup/src
Christian Ebner 5e8d600c71 src/pxar/decoder.rs: fix issue with restore
`Decoder::restore()` calls the `SequentialDecoder::restore()` which expects to
encounter a `PxarEntry` at first. But the start of `DirectoryEntry` points to the
filename (except for the root dir), so skip over it.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2019-11-05 14:18:29 +01:00
..
api2 avoid some clippy warnings 2019-10-26 11:42:05 +02:00
api_schema avoid some clippy warnings 2019-10-26 11:42:05 +02:00
backup catalog: store current writer position in CatalogBlobWriter 2019-10-31 09:11:51 +01:00
bin avoid some clippy warnings 2019-10-25 18:04:37 +02:00
cli avoid some clippy warnings 2019-10-26 11:42:05 +02:00
client avoid some clippy warnings 2019-10-26 11:42:05 +02:00
config src/config: style fixup 2019-08-21 14:11:07 +02:00
pxar src/pxar/decoder.rs: fix issue with restore 2019-11-05 14:18:29 +01:00
server avoid some clippy warnings 2019-10-26 11:42:05 +02:00
storage avoid some clippy warnings 2019-10-26 11:42:05 +02:00
tools avoid some clippy warnings 2019-10-26 11:42:05 +02:00
api2.rs avoid some clippy warnings 2019-10-26 11:42:05 +02:00
api_schema.rs src/cli/command.rs: move doc generator code to src/api_schema/format.rs 2019-06-04 12:32:22 +02:00
auth_helpers.rs update to nix 0.14, use code from proxmox:tools 2019-08-03 13:05:38 +02:00
backup.rs src/backup/manifest.rs: new class to generate/parse index.json 2019-10-12 17:58:08 +02:00
buildcfg.rs some clippy fixups 2019-09-11 12:14:05 +02:00
cli.rs src/cli/getopts.rs: improve docs 2019-02-21 09:36:52 +01:00
client.rs src/client/backup_writer.rs: move BackupClient code into extra file 2019-10-12 13:53:11 +02:00
config.rs src/config: more style fixups 2019-08-21 14:14:26 +02:00
lib.rs drop src/storage/futures.rs 2019-09-02 15:17:58 +02:00
pxar.rs pxar: add fuse module and expose its pub functionality. 2019-08-09 16:45:13 +02:00
section_config.rs some clippy fixups 2019-09-11 12:14:05 +02:00
server.rs src/server/h2service.rs: implement generic h2 service 2019-06-26 17:38:33 +02:00
tools.rs avoid some clippy warnings 2019-10-26 11:42:05 +02:00