updated scripts for use on proxmox1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user