changed wrapper to orchestration tool
This commit is contained in:
parent
2215d5b150
commit
50d244d169
4 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# The URL the site will be built for
|
||||
base_url = "https://norgbackup.net"
|
||||
title = "Norg"
|
||||
description = "A portable wrapper for the borg and restic backup utilities"
|
||||
description = "A portable orchestration tool for the borg and restic backup utilities"
|
||||
theme = "norgbackup"
|
||||
compile_sass = true
|
||||
build_search_index = true
|
||||
|
|
|
@ -3,7 +3,7 @@ title = "About Norg"
|
|||
date = 2024-08-24T13:00:00
|
||||
weight = 0
|
||||
+++
|
||||
`Norg` is a simple, portable, wrapper utility for the [BorgBackup](https://borgbackup.com) and [Restic](https://restic.net) backup utilities.
|
||||
`Norg` is a simple, portable, orchestration tool for the [BorgBackup](https://borgbackup.com) and [Restic](https://restic.net) backup utilities.
|
||||
This website serves as a point of reference for both documentation and
|
||||
assistance when using the `norg` backup utilitiy.
|
||||
Please use the menu or search function to find the information you require.
|
||||
|
|
|
@ -14,3 +14,4 @@ The `-c`, or `--config`, parameter is required. Failing to provide this will onl
|
|||
When specifying the `-r` or `--repository` parameter, you can specify either
|
||||
the `label` or `path` for the repository defined in the configuration file.
|
||||
|
||||
A sample configuration file can be generated using the `generate_config` argument. By default, the configuration file will be placed in the current directory and named `norg_backup.toml` but you can use the `-c`, `--config` parameter to define an alternative location for it.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b7d436287a9ecbe87466babf56d81f3c9fb56959
|
||||
Subproject commit 9b5c6dd04825d33cb27a9c6715764ad7e23182c4
|
Loading…
Reference in a new issue