From 1c804435209a91e44398db9f42727742d5f81a51 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 25 Mar 2021 21:09:09 -0400 Subject: enable borgmatic for tozt --- modules/tozt/manifests/backups.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/tozt/manifests') diff --git a/modules/tozt/manifests/backups.pp b/modules/tozt/manifests/backups.pp index a62f3f1..a43eaf3 100644 --- a/modules/tozt/manifests/backups.pp +++ b/modules/tozt/manifests/backups.pp @@ -8,4 +8,8 @@ class tozt::backups { duplicati::backup { 'tozt': content => template('tozt/duplicati-tozt.json'); } + + class { 'borgmatic': + extra_paths => ['/media/persistent'], + } } -- cgit v1.2.3-54-g00ecf