]> git.proxmox.com Git - proxmox-backup.git/commit
move fuse code from pbs-client to pbs-pxar-fuse
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 6 Dec 2022 08:17:03 +0000 (09:17 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 6 Dec 2022 08:17:04 +0000 (09:17 +0100)
commitd701808514f109240ec7450895c86ad566120f1f
treed1a83805e2e80f0bb286e1aa5f003ea53554d722
parent16f6766a68d23fdc8907493a77828a34da0466ae
move fuse code from pbs-client to pbs-pxar-fuse

it's used by pxar-bin and proxmox-backup-client for
mounting, but pbs-client is used by more (eg. the
proxmox-backup-qemu library which really doesn't need to
pull in any fuse dependencies)

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
13 files changed:
Cargo.toml
Makefile
pbs-client/Cargo.toml
pbs-client/src/catalog_shell.rs
pbs-client/src/pxar/fuse.rs [deleted file]
pbs-client/src/pxar/mod.rs
pbs-pxar-fuse/Cargo.toml [new file with mode: 0644]
pbs-pxar-fuse/src/lib.rs [new file with mode: 0644]
proxmox-backup-client/Cargo.toml
proxmox-backup-client/src/catalog.rs
proxmox-backup-client/src/mount.rs
pxar-bin/Cargo.toml
pxar-bin/src/main.rs