updating sample config

This commit is contained in:
brent s 2019-05-22 14:18:50 -04:00
parent 0422038c47
commit 36061cccb5

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<borg xmlns="http://git.square-r00t.net/OpTools/tree/storage/backups/borg/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://git.square-r00t.net/OpTools/plain/storage/backups/borg/config.xsd">
<server target=" fq.dn.tld" rsh="ssh -p 22" user="root">
<repo name="testrepo" password="SuperSecretPassword">
<path>/a</path>
<exclude>/a/b</exclude>
<prep inline="1">#!/bin/bash
# this is block text
</prep>
</repo>
</server>
</borg>