mirror of
https://github.com/qwjyh/xdbm
synced 2025-07-18 20:49:19 +09:00
add backup done
This commit is contained in:
parent
4f0d725b52
commit
b1b174b4b3
7 changed files with 117 additions and 12 deletions
|
@ -59,7 +59,7 @@ impl PhysicalDrivePartition {
|
|||
let fs = disk.file_system();
|
||||
trace!("fs: {:?}", fs);
|
||||
let fs = std::str::from_utf8(fs)?;
|
||||
let local_info = LocalInfo::new(alias, disk.mount_point().to_path_buf().canonicalize()?);
|
||||
let local_info = LocalInfo::new(alias, disk.mount_point().to_path_buf());
|
||||
Ok(PhysicalDrivePartition {
|
||||
name: name,
|
||||
kind: format!("{:?}", disk.kind()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue