2024-08-24 15:17:52 +02:00
|
|
|
+++
|
|
|
|
title = "Example Configuration"
|
|
|
|
weight = 10
|
|
|
|
+++
|
|
|
|
Below is an example configuration in [`toml`](https://toml.io) format which can be used as a base for setting up a new norg backup.
|
2024-09-03 12:26:29 +02:00
|
|
|
This configuration file can be [downloaded here](/downloads/norg.toml.sample).
|
2024-08-24 15:17:52 +02:00
|
|
|
```toml
|
2024-09-03 12:26:29 +02:00
|
|
|
{{ get_source(path="downloads/norg.toml.sample",pure=true) }}
|
2024-08-24 15:17:52 +02:00
|
|
|
```
|