updated
This commit is contained in:
@@ -4,5 +4,5 @@ export RESTIC_REPOSITORY="sftp:root@hosthatch-backup:/backups/proxmox-backups"
|
|||||||
export RESTIC_PASSWORD_FILE=/root/scripts/backups/restic-password
|
export RESTIC_PASSWORD_FILE=/root/scripts/backups/restic-password
|
||||||
|
|
||||||
restic unlock
|
restic unlock
|
||||||
restic backup /mnt/data/proxmox-backups --no-cache -v
|
restic backup /mnt/data/proxmoxbackups --no-cache -v
|
||||||
restic cache --cleanup
|
restic cache --cleanup
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
rclone sync /mnt/proxmox-backups/ hosthatch-backup:/backups/proxmox-datastore -P
|
rclone sync /mnt/data/proxmoxbackups/ hosthatch-backup:/backups/proxmox-datastore -P
|
||||||
|
|||||||
Reference in New Issue
Block a user