CHECKPOINT overhaul 2
ci/woodpecker/push/build Pipeline failed Details
ci/woodpecker/push/release Pipeline was successful Details

This commit is contained in:
Olivier 'reivilibre' 2023-05-03 21:03:33 +01:00
parent 5cd2700396
commit a8e1cc45ef
13 changed files with 29 additions and 12 deletions

12
datman_cli_readme.txt Normal file
View File

@ -0,0 +1,12 @@
`datman backup-one <sourceName> <destName>`
`datman backup-all <destName>`
Backs up now (either just one source or all sources) to a destination.
With `--config <>`, use a specified Datman config file; otherwise try current directory.
..
`datman extract <sourceName>` with same filtering options as now.
(unimportant: Yama tools should be decent for this right now.)

11
docs.old/SUMMARY.md Normal file
View File

@ -0,0 +1,11 @@
# Summary
- [Yama](./yama/index.md)
- [Getting Started](./yama/getting_started.md)
- [Internals](./yama/internals.md)
- [Raw Piles](./yama/internals/raw-piles.md)
- [Pointers and Nodes](./yama/internals/pointers-and-nodes.md)
- [Datman](./datman/index.md)
- [Getting Started](./datman/getting_started.md)
- [Remote Backups](./datman/remote_backups.md)

View File

@ -1,11 +0,0 @@
# Summary
- [Yama](./yama/index.md)
- [Getting Started](./yama/getting_started.md)
- [Internals](./yama/internals.md)
- [Raw Piles](./yama/internals/raw-piles.md)
- [Pointers and Nodes](./yama/internals/pointers-and-nodes.md)
- [Datman](./datman/index.md)
- [Getting Started](./datman/getting_started.md)
- [Remote Backups](./datman/remote_backups.md)

5
docs/yama/zstd.md Normal file
View File

@ -0,0 +1,5 @@
# Using a Zstd dictionary with Yama
## Creating a Zstd dictionary

View File

@ -874,7 +874,7 @@ mod tests {
};
let mut child_full = child_diff.clone();
integrate_node_in_place(&mut child_full, &parent).unwrap();
integrate_node_in_place(&mut child_full, &parent);
let expected_child_full = TreeNode::Directory {
ownership: FilesystemOwnership { uid: 47, gid: 49 },