From 3d925a4505e8b973bd9c55f0d33315be5441b4ac Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 29 Aug 2023 11:43:45 +0200 Subject: move emails to lille --- restic_restore_gen | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 restic_restore_gen (limited to 'restic_restore_gen') diff --git a/restic_restore_gen b/restic_restore_gen new file mode 100755 index 0000000..e4bf5cb --- /dev/null +++ b/restic_restore_gen @@ -0,0 +1,16 @@ +#!/usr/bin/env bash + +svc=$1 # dovecot, plume, cryptpad, or consul +commit=$2 # backup id you want to restore, from restic summary +target=$3 # where to restore + +cat <