clean up old formatting

This commit is contained in:
2026-04-27 13:13:22 +02:00
parent ea4f44e096
commit 319ae8df79
11 changed files with 39 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ rdfind $dir
$EDITOR results.txt
```
Replace the duplicated files with [hard links](../basics/hard_links.md).
Replace the duplicated files with [hard links](system/hard_links.md).
```sh
rdfind -makehardlinks true $dir

View File

@@ -5,7 +5,7 @@ tags:
- make
---
Using the [basic example](../makefiles.md), you can make a complete backup of all backup files.
Using the [basic example](system/makefiles.md), you can make a complete backup of all backup files.
This file will depend upon everything inside the `$(storage_directory)`.
Unlike `bash`, you can't just say `storage_directory/*`: the pattern must be stated as a 'wildcard'.