From af0c78ff49bc484fe9811ebb00ff7476547a890b Mon Sep 17 00:00:00 2001 From: akanealw Date: Sat, 6 Apr 2024 04:43:31 -0500 Subject: [PATCH] updated --- proxmox/run-restic-proxmox-backups-to-hosthatch.sh | 2 +- rclone-sync-proxmox-datastore-to-hosthatch.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proxmox/run-restic-proxmox-backups-to-hosthatch.sh b/proxmox/run-restic-proxmox-backups-to-hosthatch.sh index c23c26d..83d49df 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/data/proxmox-backups --no-cache -v +restic backup /mnt/data/proxmoxbackups --no-cache -v restic cache --cleanup diff --git a/rclone-sync-proxmox-datastore-to-hosthatch.sh b/rclone-sync-proxmox-datastore-to-hosthatch.sh index 772734a..083de1d 100755 --- a/rclone-sync-proxmox-datastore-to-hosthatch.sh +++ b/rclone-sync-proxmox-datastore-to-hosthatch.sh @@ -1,3 +1,3 @@ #!/bin/bash -rclone sync /mnt/proxmox-backups/ hosthatch-backup:/backups/proxmox-datastore -P +rclone sync /mnt/data/proxmoxbackups/ hosthatch-backup:/backups/proxmox-datastore -P