<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>v0.26.0 on resticprofile</title><link>https://319-merge.resticprofile.pages.dev/tags/v0.26.0/index.html</link><description>Recent content in v0.26.0 on resticprofile</description><generator>Hugo -- gohugo.io</generator><language>en-gb</language><atom:link href="https://319-merge.resticprofile.pages.dev/tags/v0.26.0/index.xml" rel="self" type="application/rss+xml"/><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></channel></rss>