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