From 1625845cab3273f82f6b8b79989197ebf94f906e Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 1 Nov 2023 14:54:53 -0700 Subject: [PATCH] Add autorestic config --- autorestic/.autorestic.lock.yml | 1 + autorestic/.autorestic.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 autorestic/.autorestic.lock.yml create mode 100644 autorestic/.autorestic.yml diff --git a/autorestic/.autorestic.lock.yml b/autorestic/.autorestic.lock.yml new file mode 100644 index 0000000..b9e4d30 --- /dev/null +++ b/autorestic/.autorestic.lock.yml @@ -0,0 +1 @@ +running: false diff --git a/autorestic/.autorestic.yml b/autorestic/.autorestic.yml new file mode 100644 index 0000000..1f24faf --- /dev/null +++ b/autorestic/.autorestic.yml @@ -0,0 +1,15 @@ +version: 2 + +locations: + home: + from: /home/etorres + to: krypton + + pacman-conf: + from: /etc/pacman.d + to: krypton + +backends: + krypton: + type: sftp + path: krypton:/mnt/pool/backups/xenon