This commit is contained in:
2024-04-06 04:43:31 -05:00
parent a0c922c472
commit af0c78ff49
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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