Skip to content

Commit

Permalink
deploy: c9f87ec
Browse files Browse the repository at this point in the history
  • Loading branch information
creativeprojects committed Jun 27, 2024
1 parent 7852e1d commit e5bfa5b
Show file tree
Hide file tree
Showing 109 changed files with 32,004 additions and 15,623 deletions.
4 changes: 2 additions & 2 deletions 404.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions categories/index.html

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions configuration/copy/index.html

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions configuration/examples/index.html

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions configuration/getting_started/index.html

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions configuration/http_hooks/index.html

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions configuration/include/index.html

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions configuration/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions configuration/index.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Configuration file on resticprofile</title><link>https://creativeprojects.github.io/resticprofile/configuration/index.html</link><description>Recent content in Configuration file on resticprofile</description><generator>Hugo -- gohugo.io</generator><language>en-gb</language><atom:link href="https://creativeprojects.github.io/resticprofile/configuration/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting Started</title><link>https://creativeprojects.github.io/resticprofile/configuration/getting_started/index.html</link><pubDate>Sat, 25 Mar 2023 14:44:47 +0000</pubDate><guid>https://creativeprojects.github.io/resticprofile/configuration/getting_started/index.html</guid><description>Prerequisite resticprofile is one of many automation tools for restic, also called a wrapper.
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Configuration file on resticprofile</title><link>https://creativeprojects.github.io/resticprofile/configuration/index.html</link><description>Recent content in Configuration file on resticprofile</description><generator>Hugo -- gohugo.io</generator><language>en-gb</language><lastBuildDate>Thu, 27 Jun 2024 19:08:43 +0000</lastBuildDate><atom:link href="https://creativeprojects.github.io/resticprofile/configuration/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting Started</title><link>https://creativeprojects.github.io/resticprofile/configuration/getting_started/index.html</link><pubDate>Sat, 25 Mar 2023 14:44:47 +0000</pubDate><guid>https://creativeprojects.github.io/resticprofile/configuration/getting_started/index.html</guid><description>Prerequisite resticprofile is one of many automation tools for restic, also called a wrapper.
In a nutshell, resticprofile provides a configuration file and a runner that will generate all the necessary calls to restic.
Unless you&amp;rsquo;re using the resticprofile Docker image, you need to have restic installed on your machine.
Choose your favourite format resticprofile configuration file can be written in:
Expand All @@ -22,13 +22,13 @@ A restic warning occurs when it cannot read some files, but a snapshot was succe
no-error-on-warning &amp;#8203; toml yaml hcl json version = &amp;#34;1&amp;#34; [profile] [profile.backup] no-error-on-warning = true version: &amp;#34;1&amp;#34; profile: backup: no-error-on-warning: true &amp;#34;profile&amp;#34; = { &amp;#34;backup&amp;#34; = { &amp;#34;no-error-on-warning&amp;#34; = true } } { &amp;#34;version&amp;#34;: &amp;#34;1&amp;#34;, &amp;#34;profile&amp;#34;: { &amp;#34;backup&amp;#34;: { &amp;#34;no-error-on-warning&amp;#34;: true } } }</description></item><item><title>Priority</title><link>https://creativeprojects.github.io/resticprofile/configuration/priority/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://creativeprojects.github.io/resticprofile/configuration/priority/index.html</guid><description>By default, restic is running with the default priority. It means it will get equal share of the resources with other processes.
You can lower the priority of restic to avoid slowing down other processes. This is especially useful when you run restic on a production server.
Nice You can use these values for the priority parameter:
String value &amp;ldquo;nice&amp;rdquo; equivalent on unixes Idle 19 Background 15 Low 10 Normal 0 High -10 Highest -20 IO Nice This setting is only available on Linux.</description></item><item><title>Preventing system sleep</title><link>https://creativeprojects.github.io/resticprofile/configuration/sleep/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://creativeprojects.github.io/resticprofile/configuration/sleep/index.html</guid><description>This feature is available for:
String value &amp;ldquo;nice&amp;rdquo; equivalent on unixes Notes Idle 19 Background 1 15 This mode is NOT recommended on Windows 11 1 Low 10 Normal 0 Default priority when unspecified High -10 Highest -20 IO Nice This setting is only available on Linux.</description></item><item><title>Preventing system sleep</title><link>https://creativeprojects.github.io/resticprofile/configuration/sleep/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://creativeprojects.github.io/resticprofile/configuration/sleep/index.html</guid><description>This feature is available for:
macOS Windows Linux with systemd (logind) There&amp;rsquo;s a global parameter called prevent-sleep that you can set to true, and resticprofile will prevent your system from idle sleeping.
Please note:
it will not prevent a sleep if the system is running on batteries it will not prevent a sleep triggered by a user action: using the sleep button, closing the laptop lid, etc.</description></item><item><title>Logs</title><link>https://creativeprojects.github.io/resticprofile/configuration/logs/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://creativeprojects.github.io/resticprofile/configuration/logs/index.html</guid><description>By default resticprofile will display all logs (from itself and restic) to the console.
You can redirect the logs to a local file, a temporary file or a syslog server.
Destination The log destination syntax is a such:
- redirects all the logs to the console / stdout (is the default log destination) filename redirects all the logs to the local file called filename temp:filename redirects all the logs to a temporary file available during the whole session, and deleted afterwards.</description></item><item><title>Reference</title><link>https://creativeprojects.github.io/resticprofile/configuration/reference/index.html</link><pubDate>Wed, 21 Feb 2024 15:04:12 +0000</pubDate><guid>https://creativeprojects.github.io/resticprofile/configuration/reference/index.html</guid><description>Note The configuration file reference is generated from resticprofile&amp;rsquo;s data model and restic&amp;rsquo;s manual pages.
- redirects all the logs to the console / stdout (is the default log destination) filename redirects all the logs to the local file called filename temp:filename redirects all the logs to a temporary file available during the whole session, and deleted afterwards.</description></item><item><title>Reference</title><link>https://creativeprojects.github.io/resticprofile/configuration/reference/index.html</link><pubDate>Thu, 27 Jun 2024 19:08:43 +0000</pubDate><guid>https://creativeprojects.github.io/resticprofile/configuration/reference/index.html</guid><description>Note The configuration file reference is generated from resticprofile&amp;rsquo;s data model and restic&amp;rsquo;s manual pages.
Sections Section global Profile sections Section profile Section profile.backup Section profile.cache Section profile.cat Section profile.check Section profile.copy Section profile.diff Section profile.dump Section profile.find Section profile.forget Section profile.init Section profile.key Section profile.list Section profile.ls Section profile.migrate Section profile.mount Section profile.prune Section profile.rebuild-index Section profile.recover Section profile.repair Section profile.repair-index Section profile.repair-snapshots Section profile.restore Section profile.retention Section profile.</description></item><item><title>JSON schema</title><link>https://creativeprojects.github.io/resticprofile/configuration/jsonschema/index.html</link><pubDate>Sun, 24 Apr 2022 09:44:47 +0100</pubDate><guid>https://creativeprojects.github.io/resticprofile/configuration/jsonschema/index.html</guid><description>JSON, YAML and TOML configuration files can benefit from a JSON schema that describes the config structure depending on the selected restic and configuration file version.
Schema URLs JSON schema URLs for any restic version:
Config V1: https://creativeprojects.github.io/resticprofile/jsonschema/config-1.json Config V2: https://creativeprojects.github.io/resticprofile/jsonschema/config-2.json These universal schemas contain all flags and commands of all known restic versions and may allow to set flags that are not supported by a particular restic version. Descriptions and deprecation markers indicate what is supported and what should no longer be used.</description></item><item><title>Configuration v2 proposal</title><link>https://creativeprojects.github.io/resticprofile/configuration/v2/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://creativeprojects.github.io/resticprofile/configuration/v2/index.html</guid><description>Note The configuration file format v2 is in preview right now. You can try to use it since v0.17.0 but it&amp;rsquo;s for testing and feedback only.
Expand Down
Loading

0 comments on commit e5bfa5b

Please sign in to comment.