From a0c922c47241d8dbbd46ec927ba34fb082dc9b7f Mon Sep 17 00:00:00 2001 From: akanealw Date: Sat, 6 Apr 2024 04:42:14 -0500 Subject: [PATCH] updated scripts for use on proxmox1 --- other/run-restic-other-backups-to-hosthatch.sh | 2 +- proxmox/run-restic-proxmox-backups-to-hosthatch.sh | 2 +- storage/run-restic-storage-backups-to-hosthatch.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/other/run-restic-other-backups-to-hosthatch.sh b/other/run-restic-other-backups-to-hosthatch.sh index 0064fb2..ed5d9b8 100755 --- a/other/run-restic-other-backups-to-hosthatch.sh +++ b/other/run-restic-other-backups-to-hosthatch.sh @@ -4,5 +4,5 @@ export RESTIC_REPOSITORY="sftp:root@hosthatch-backup:/backups/other-backups" export RESTIC_PASSWORD_FILE=/root/scripts/backups/restic-password restic unlock -restic backup /mnt/backups --no-cache -v +restic backup /mnt/data/backups --no-cache -v restic cache --cleanup diff --git a/proxmox/run-restic-proxmox-backups-to-hosthatch.sh b/proxmox/run-restic-proxmox-backups-to-hosthatch.sh index 8472ae0..c23c26d 100755 --- a/proxmox/run-restic-proxmox-backups-to-hosthatch.sh +++ b/proxmox/run-restic-proxmox-backups-to-hosthatch.sh @@ -4,5 +4,5 @@ export RESTIC_REPOSITORY="sftp:root@hosthatch-backup:/backups/proxmox-backups" export RESTIC_PASSWORD_FILE=/root/scripts/backups/restic-password restic unlock -restic backup /mnt/proxmox-backups --no-cache -v +restic backup /mnt/data/proxmox-backups --no-cache -v restic cache --cleanup diff --git a/storage/run-restic-storage-backups-to-hosthatch.sh b/storage/run-restic-storage-backups-to-hosthatch.sh index 8270e90..65ab2b1 100755 --- a/storage/run-restic-storage-backups-to-hosthatch.sh +++ b/storage/run-restic-storage-backups-to-hosthatch.sh @@ -4,5 +4,5 @@ export RESTIC_REPOSITORY="sftp:root@hosthatch-backup:/backups/storage-backups" export RESTIC_PASSWORD_FILE=/root/scripts/backups/restic-password restic unlock -restic backup /mnt/storage --no-cache -v +restic backup /mnt/data/storage --no-cache -v restic cache --cleanup