backy/docs/content/config/_index.md

23 lines
513 B
Markdown
Raw Normal View History

---
title: "Configuring Backy"
weight: 3
description: >
This page tells you how to configure Backy.
---
This is the section on the config file.
2024-11-20 06:08:16 +00:00
To use a specific file use the `-f` CLI flag:
```backy [command] -f /path/to/file```
If you leave the config path blank, the following paths will be searched in order:
2024-11-20 06:00:14 +00:00
1. `./backy.yml`
2. `./backy.yaml`
3. `~/.config/backy.yml`
4. `~/.config/backy.yaml`
Create a file at `~/.config/backy.yml`.
See the rest of the documentation in this section to configure it.