<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>v0.18.0 on resticprofile</title><link>https://319-merge.resticprofile.pages.dev/tags/v0.18.0/index.html</link><description>Recent content in v0.18.0 on resticprofile</description><generator>Hugo -- gohugo.io</generator><language>en-gb</language><lastBuildDate>Mon, 16 May 2022 19:46:52 +0100</lastBuildDate><atom:link href="https://319-merge.resticprofile.pages.dev/tags/v0.18.0/index.xml" rel="self" type="application/rss+xml"/><item><title>Includes</title><link>https://319-merge.resticprofile.pages.dev/configuration/include/index.html</link><pubDate>Mon, 02 May 2022 20:00:00 +0200</pubDate><guid>https://319-merge.resticprofile.pages.dev/configuration/include/index.html</guid><description>The configuration may be split into multiple files by adding includes = &amp;quot;glob-pattern&amp;quot; to the main configuration file. E.g. the following profiles.conf loads configurations from conf.d and profiles.d:
&amp;#8203; toml yaml hcl json version = &amp;#34;1&amp;#34; # Includes includes = [&amp;#34;conf.d/*.conf&amp;#34;, &amp;#34;profiles.d/*.yaml&amp;#34;, &amp;#34;profiles.d/*.toml&amp;#34;] # Defaults [global] initialize = true version: &amp;#34;1&amp;#34; includes: - &amp;#34;conf.d/*.conf&amp;#34; - &amp;#34;profiles.d/*.yaml&amp;#34; - &amp;#34;profiles.d/*.toml&amp;#34; global: initialize: true includes = [&amp;#34;conf.d/*.conf&amp;#34;, &amp;#34;profiles.d/*.yaml&amp;#34;, &amp;#34;profiles.d/*.toml&amp;#34;] global { initialize = true } { &amp;#34;version&amp;#34;: &amp;#34;1&amp;#34;, &amp;#34;includes&amp;#34;: [ &amp;#34;conf.</description></item><item><title>Copy command</title><link>https://319-merge.resticprofile.pages.dev/configuration/copy/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://319-merge.resticprofile.pages.dev/configuration/copy/index.html</guid><description>Special case for the copy command section The copy command needs two repositories (and quite likely 2 different set of keys). You can configure a copy section like this:
&amp;#8203; toml yaml hcl version = &amp;#34;1&amp;#34; [default] initialize = false repository = &amp;#34;/backup/original&amp;#34; password-file = &amp;#34;key&amp;#34; [default.copy] initialize = true repository = &amp;#34;/backup/copy&amp;#34; password-file = &amp;#34;other_key&amp;#34; version: &amp;#34;1&amp;#34; default: initialize: false repository: &amp;#34;/backup/original&amp;#34; password-file: key copy: initialize: true repository: &amp;#34;/backup/copy&amp;#34; password-file: other_key default { initialize = false repository = &amp;#34;/backup/original&amp;#34; password-file = &amp;#34;key&amp;#34; copy = { initialize = true repository = &amp;#34;/backup/copy&amp;#34; password-file = &amp;#34;other_key&amp;#34; } } You will note that the secondary repository doesn&amp;rsquo;t need to have a 2 behind its flags (repository2, password-file2, etc.</description></item><item><title>HTTP Hooks</title><link>https://319-merge.resticprofile.pages.dev/configuration/http_hooks/index.html</link><pubDate>Mon, 16 May 2022 19:46:52 +0100</pubDate><guid>https://319-merge.resticprofile.pages.dev/configuration/http_hooks/index.html</guid><description>Send HTTP messages before and after a job As well as being able to run shell commands, you can now send HTTP messages before, after (success or failure) running a restic command.
The sections that allow sending HTTP hooks are:
backup copy check forget prune Tip You might notice that&amp;rsquo;s the same sections that can also be scheduled
Each of these commands can send 4 different types of hooks:
send-before send-after send-after-fail send-finally The configuration is the same for each of these 4 types of hooks:</description></item><item><title>Docker</title><link>https://319-merge.resticprofile.pages.dev/installation/docker/index.html</link><pubDate>Sat, 23 Apr 2022 23:58:56 +0100</pubDate><guid>https://319-merge.resticprofile.pages.dev/installation/docker/index.html</guid><description>Using resticprofile from a docker image You can run resticprofile inside a docker container. It is probably the easiest way to install resticprofile (and restic at the same time) and keep it updated.
But be aware that you will need to mount your backup source (and destination if it&amp;rsquo;s local) as a docker volume. Depending on your operating system, the backup might be slower. Volumes mounted on a mac OS host are well known for being quite slow.</description></item></channel></rss>