diff --git a/restic/restic-local/export-etc.sh b/restic/restic-local/export-etc.sh index 5892783..94a277f 100755 --- a/restic/restic-local/export-etc.sh +++ b/restic/restic-local/export-etc.sh @@ -1,4 +1,4 @@ #!/bin/bash export RESTIC_PASSWORD="8ung1e1!" -export RESTIC_REPOSITORY="/mnt/truenas-backups/resticbackups/changemepls/etc" +export RESTIC_REPOSITORY="/mnt/proxmoxbackups/resticbackups/changemepls/etc" diff --git a/restic/restic-local/export-home-akanealw.sh b/restic/restic-local/export-home-akanealw.sh index 70a4673..da10c15 100755 --- a/restic/restic-local/export-home-akanealw.sh +++ b/restic/restic-local/export-home-akanealw.sh @@ -1,4 +1,4 @@ #!/bin/bash export RESTIC_PASSWORD="8ung1e1!" -export RESTIC_REPOSITORY="/mnt/truenas-backups/resticbackups/changemepls/home/akanealw" +export RESTIC_REPOSITORY="/mnt/proxmoxbackups/resticbackups/changemepls/home/akanealw" diff --git a/restic/restic-local/export-opt.sh b/restic/restic-local/export-opt.sh index 9aa7b54..0d15f44 100755 --- a/restic/restic-local/export-opt.sh +++ b/restic/restic-local/export-opt.sh @@ -1,4 +1,4 @@ #!/bin/bash export RESTIC_PASSWORD="8ung1e1!" -export RESTIC_REPOSITORY="/mnt/truenas-backups/resticbackups/changemepls/opt" +export RESTIC_REPOSITORY="/mnt/proxmoxbackups/resticbackups/changemepls/opt" diff --git a/restic/restic-local/export-root.sh b/restic/restic-local/export-root.sh index 050b34c..6638192 100755 --- a/restic/restic-local/export-root.sh +++ b/restic/restic-local/export-root.sh @@ -1,4 +1,4 @@ #!/bin/bash export RESTIC_PASSWORD="8ung1e1!" -export RESTIC_REPOSITORY="/mnt/truenas-backups/resticbackups/changemepls/root" +export RESTIC_REPOSITORY="/mnt/proxmoxbackups/resticbackups/changemepls/root" diff --git a/restic/restic-local/restic-local-backup.sh b/restic/restic-local/restic-local-backup.sh index 3fc3637..7ef870c 100755 --- a/restic/restic-local/restic-local-backup.sh +++ b/restic/restic-local/restic-local-backup.sh @@ -3,28 +3,28 @@ export RESTIC_PASSWORD="8ung1e1!" # backup /home/akanealw -export RESTIC_REPOSITORY="/mnt/truenas-backups/resticbackups/changemepls/home/akanealw" +export RESTIC_REPOSITORY="/mnt/proxmoxbackups/resticbackups/changemepls/home/akanealw" restic unlock restic backup /home/akanealw --no-cache -v restic unlock restic forget --keep-last 25 --prune # backup /etc -export RESTIC_REPOSITORY="/mnt/truenas-backups/resticbackups/changemepls/etc" +export RESTIC_REPOSITORY="/mnt/proxmoxbackups/resticbackups/changemepls/etc" restic unlock restic backup /etc --no-cache -v restic unlock restic forget --keep-last 25 --prune # backup /opt -export RESTIC_REPOSITORY="/mnt/truenas-backups/resticbackups/changemepls/opt" +export RESTIC_REPOSITORY="/mnt/proxmoxbackups/resticbackups/changemepls/opt" restic unlock restic backup /opt --no-cache -v restic unlock restic forget --keep-last 25 --prune # backup /root -export RESTIC_REPOSITORY="/mnt/truenas-backups/resticbackups/changemepls/root" +export RESTIC_REPOSITORY="/mnt/proxmoxbackups/resticbackups/changemepls/root" restic unlock restic backup /root --no-cache -v restic unlock diff --git a/restic/restic-local/restic-local-init.sh b/restic/restic-local/restic-local-init.sh index 400070b..6f40e15 100755 --- a/restic/restic-local/restic-local-init.sh +++ b/restic/restic-local/restic-local-init.sh @@ -2,8 +2,7 @@ export RESTIC_PASSWORD="8ung1e1!" -restic -r /mnt/truenas-backups/resticbackups/changemepls/home/akanealw init -restic -r /mnt/truenas-backups/resticbackups/changemepls/etc init -restic -r /mnt/truenas-backups/resticbackups/changemepls/opt init -restic -r /mnt/truenas-backups/resticbackups/changemepls/root init - +restic -r /mnt/proxmoxbackups/resticbackups/changemepls/home/akanealw init +restic -r /mnt/proxmoxbackups/resticbackups/changemepls/etc init +restic -r /mnt/proxmoxbackups/resticbackups/changemepls/opt init +restic -r /mnt/proxmoxbackups/resticbackups/changemepls/root init