aawsome

Results 430 comments of aawsome

> Out of interest, are the debugging builds available, anywhere? Or, is it just a case of passing some flag, to the usual Cargo install command, to enable debug mode?...

The underflow problem is now solved in rustic_core; it will be contained in the next rustic release - then we can see, if this also fixes the `/proc` problem on...

I think this is mixing two things which should be handled completely independent from each other: Channels and error propagation. Actually, we don't need a channel if we want to...

And the same applies to warning, where we also have to decide: - do we want to just log them and not give the information to the caller? - do...

About the device id. This is indeed very platform specific: - for `macos` and `openbsd`, it is `i32` - for `freebsd` it is `u32`. - for linux it is `u64`....

@vmlemon For me it seems that you could just add some modifications to rustic_core for haiku (type of `device`) and the reported errors will vanish. Maybe this means, that it'll...

@istudyatuni Can you please give a concrete example what should work differently? IIRC this feature is already implemented for *most* config options, but some are missing due to technical details...

Thanks for reporting @andrey-infinity. `set_length` in https://github.com/rustic-rs/rustic_core/blob/main/crates/core/src/backend/local_destination.rs#L466 is failing here on Windows. While the `create_dir_all` did not return an error, the `OpenOptions::new().create(true).truncate(false).write(true).open(filename)` returned the `NotFound, message: "The system cannot find...

@kapitainsky Thanks for your answer! I also suspected that this is something like this. I just wonder what is the best way to handle this. Leading/trailing whitespaces are allowed on...

Actually there is the possibility to always restore to individual paths/names: In this case something like ``` rustic restore :\Volumes\Data\0 - Photos\2024-04 Sergei visit \ Volumes\Data\0 - Photos\2024-04 Sergei visit\...