Files
backup-scripts/proxmox/run-restic-proxmox-backups-to-hosthatch.sh
2024-04-06 04:43:31 -05:00

9 lines
249 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/proxmoxbackups --no-cache -v
restic cache --cleanup