From ea7d525ebc4196e2d0bf8315a0a3b5feb5d416ae Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 10 Oct 2023 11:00:58 -0500 Subject: [PATCH] created restic backup file --- debian12dev/restic-backup-debian12dev.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 debian12dev/restic-backup-debian12dev.sh diff --git a/debian12dev/restic-backup-debian12dev.sh b/debian12dev/restic-backup-debian12dev.sh new file mode 100644 index 0000000..82ba892 --- /dev/null +++ b/debian12dev/restic-backup-debian12dev.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +restic --repo /mnt/truenas-backups/resticbackups/debian12dev/ backup /root --password-file /root/restic/restic-password +restic --repo /mnt/truenas-backups/resticbackups/debian12dev/ backup /home/akanealw --password-file /root/restic/restic-password