src/bin/proxmox-backup-client.rs: impl option all-file-systems

This commit is contained in:
Dietmar Maurer
2019-03-08 09:33:53 +01:00
parent 06178f13fa
commit eed6db3923
4 changed files with 12 additions and 8 deletions

View File

@ -43,8 +43,8 @@ impl <'a, W: Write> CaTarEncoder<'a, W> {
pub fn encode(
path: PathBuf,
dir: &mut nix::dir::Dir,
all_file_systems: bool,
writer: &'a mut W,
all_file_systems: bool,
verbose: bool,
) -> Result<(), Error> {