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