Files
backup-scripts/proxmox/run-restic-proxmox-backups-to-hosthatch.sh

9 lines
250 B
Bash
Executable File

#!/bin/bash
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 cache --cleanup