You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: v2/Changelog.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ For a high-level summary see [CHANGELOG.md](../CHANGELOG.md) in the repo root.
7
7
8
8
### Added
9
9
10
+
-**`--doc` / `--doc-pretty` CLI options** (`dar-backup`) — print any installed documentation file by name and exit. Tab completion lists available doc names from the installed package (`dar-backup --doc <TAB>`). Plain and rich-rendered variants mirror the existing `--readme` / `--readme-pretty` pattern.
11
+
12
+
-**`scripts/copy_docs.sh`** — shared script called by `build.sh`, `release.sh`, and test fixtures to copy user-facing `doc/*.md` files into `src/dar_backup/` for wheel inclusion. Internal files (`todo.md`, `dev.md`, `dar_manager_w_dst_bug_report.md`, `NFS server notes.md`) are excluded. Tests in `tests/test_readme_changelog.py` verify the correct set of files is present and absent after the script runs.
13
+
10
14
-**Structured large-scale test results** (`doc/test-report/large-scale-results.jsonl`) — `large_scale_test.sh` now appends one JSONL record per run containing datestamp, git commit, tool versions (dar-backup, dar, par2, python), OS, kernel, elapsed times, backup sizes, per-tool peak memory, failure count, and pass/fail status. The file is written to `${RESULTS_DIR}` and mirrored to `doc/test-report/` in the repo so runs are git-tracked. Four historical runs (2026-06-09 through 2026-06-20) are backfilled.
11
15
12
16
-**`show_large_scale_results.py`** (`scripts/`) — parses `large-scale-results.jsonl` and prints a fixed-width ASCII table sorted newest-first. Defaults to `doc/test-report/large-scale-results.jsonl`; accepts an optional path argument.
0 commit comments