Dietmar Maurer
Dietmar Maurer
It is important that a restore produce an exact copy of the backup-ed data (especially when doing container backup). Seems the current catar implementation does not correctly restore hardlinks, and...
Exclude files matching patterns listed in FILE. Signed-off-by: Dietmar Maurer
I use "Key" inside component properties, so it would be convenient to have IntoPropValue for Key.
Seems that rrdcached does not make sure that data is written to disk, not even the journal is synced to disk. I am unable to find and calls to fsync,...
The following example shows the problem: ``` use slab_tree::*; fn main() { let mut tree = Tree::new(); tree.set_root(0); let mut node0 = tree.root_mut().unwrap(); // create a child let mut child1...