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