doc(lock): add lockfile doc with customization explanation

This commit is contained in:
Boris Bera
2024-12-01 14:43:29 -05:00
parent c9a1474297
commit de0862a3dd
3 changed files with 16 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ autorestic --restic-bin /some/path/to/my/custom/restic/binary
## `--lockfile-path`
Specify the path for the lockfile used by `autorestic`. If omitted, this will default to `.autorestic.lock.yml` next to the loaded config file.
Specify the path for the [lockfile](../lockfile.md) used by `autorestic`. If omitted, this will default to `.autorestic.lock.yml` next to the loaded config file.
```bash
autorestic --lockfile-path /path/to/my/.autorestic.lock.yml