<?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 :: Tag :: resticprofile</title><link>https://470-merge.resticprofile.pages.dev/tags/v0.26.0/index.html</link><description/><generator>Hugo</generator><language>en-gb</language><atom:link href="https://470-merge.resticprofile.pages.dev/tags/v0.26.0/index.xml" rel="self" type="application/rss+xml"/><item><title>Pre-built binaries</title><link>https://470-merge.resticprofile.pages.dev/installation/binaries/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://470-merge.resticprofile.pages.dev/installation/binaries/index.html</guid><description>Pre-built binaries for resticprofile are available for various operating system and architectures. You can download the latest versions from the releases page.
Pre-built binaries available: darwin/amd64 darwin/arm64 freebsd/386 freebsd/amd64 freebsd/armv6 freebsd/armv7 linux/386 linux/amd64 linux/arm64 linux/armv6 linux/armv7 linux/mips64 hardfloat - v0.26.0 linux/mips64le hardfloat - v0.26.0 linux/mips hardfloat - v0.26.0 linux/mipsle hardfloat - v0.26.0 linux/ppc64 - v0.26.0 linux/ppc64le - v0.26.0 linux/riscv64 - v0.26.0 linux/s390x - v0.26.0 netbsd/amd64 - v0.26.0 openbsd/386 - v0.26.0 openbsd/amd64 - v0.26.0 solaris/amd64 - v0.26.0 windows/386 windows/amd64</description></item><item><title>Copy command</title><link>https://470-merge.resticprofile.pages.dev/configuration/copy/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://470-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:
​ toml yaml hcl version = "1" [default] initialize = false repository = "/backup/original" password-file = "key" [default.copy] initialize = true repository = "/backup/copy" password-file = "other_key" version: "1" default: initialize: false repository: "/backup/original" password-file: key copy: initialize: true repository: "/backup/copy" password-file: other_key default { initialize = false repository = "/backup/original" password-file = "key" copy = { initialize = true repository = "/backup/copy" password-file = "other_key" } } You will note that the secondary repository doesn’t need to have a 2 behind its flags (repository2, password-file2, etc.) nor it is prefixed by a from for the more recent version of restic (from-repo, from-password-file, etc.). It’s because the flags are well separated in the configuration and there’s no ambiguity.</description></item></channel></rss>