updated scripts for use on proxmox1

This commit is contained in:
2024-04-06 04:42:14 -05:00
parent 4d9dbb17b7
commit a0c922c472
3 changed files with 3 additions and 3 deletions

View File

@@ -4,5 +4,5 @@ export RESTIC_REPOSITORY="sftp:root@hosthatch-backup:/backups/other-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/backups --no-cache -v restic backup /mnt/data/backups --no-cache -v
restic cache --cleanup restic cache --cleanup

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 export RESTIC_PASSWORD_FILE=/root/scripts/backups/restic-password
restic unlock restic unlock
restic backup /mnt/proxmox-backups --no-cache -v restic backup /mnt/data/proxmox-backups --no-cache -v
restic cache --cleanup restic cache --cleanup

View File

@@ -4,5 +4,5 @@ export RESTIC_REPOSITORY="sftp:root@hosthatch-backup:/backups/storage-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/storage --no-cache -v restic backup /mnt/data/storage --no-cache -v
restic cache --cleanup restic cache --cleanup