From 50d244d169c7486005f02dbcc8c37ccb9da81218 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Mon, 25 Nov 2024 11:14:13 +0000 Subject: [PATCH] changed wrapper to orchestration tool --- docs/config.toml | 2 +- docs/content/introduction/about_norg.md | 2 +- docs/content/reference/command_line.md | 1 + docs/norgbackupweb | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index 7ea3ccf..b7b5e28 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -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 diff --git a/docs/content/introduction/about_norg.md b/docs/content/introduction/about_norg.md index 740c9e5..ef95884 100644 --- a/docs/content/introduction/about_norg.md +++ b/docs/content/introduction/about_norg.md @@ -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. diff --git a/docs/content/reference/command_line.md b/docs/content/reference/command_line.md index b917463..f73d7cd 100644 --- a/docs/content/reference/command_line.md +++ b/docs/content/reference/command_line.md @@ -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. diff --git a/docs/norgbackupweb b/docs/norgbackupweb index b7d4362..9b5c6dd 160000 --- a/docs/norgbackupweb +++ b/docs/norgbackupweb @@ -1 +1 @@ -Subproject commit b7d436287a9ecbe87466babf56d81f3c9fb56959 +Subproject commit 9b5c6dd04825d33cb27a9c6715764ad7e23182c4