diff --git a/restic/restic-local-scott.zip b/restic/restic-local-scott.zip new file mode 100755 index 0000000..1105dfe Binary files /dev/null and b/restic/restic-local-scott.zip differ diff --git a/restic/restic-local-scott/export-etc.sh b/restic/restic-local-scott/export-etc.sh index 6632ddf..a979be2 100755 --- a/restic/restic-local-scott/export-etc.sh +++ b/restic/restic-local-scott/export-etc.sh @@ -1,4 +1,4 @@ #!/bin/bash export RESTIC_PASSWORD="benEatsBananas!" -export RESTIC_REPOSITORY="/mnt/truenas-backups/resticbackups/proxmox/etc" +export RESTIC_REPOSITORY="/mnt/data/backups/resticbackups/proxmox/etc" diff --git a/restic/restic-local-scott/export-home-wettsten.sh b/restic/restic-local-scott/export-home-wettsten.sh index bbfb412..f1320ec 100755 --- a/restic/restic-local-scott/export-home-wettsten.sh +++ b/restic/restic-local-scott/export-home-wettsten.sh @@ -1,4 +1,4 @@ #!/bin/bash export RESTIC_PASSWORD="benEatsBananas!" -export RESTIC_REPOSITORY="/mnt/truenas-backups/resticbackups/proxmox/home/wettsten" +export RESTIC_REPOSITORY="/mnt/data/backups/resticbackups/proxmox/home/wettsten" diff --git a/restic/restic-local-scott/export-opt.sh b/restic/restic-local-scott/export-opt.sh index eb91204..3c8a427 100755 --- a/restic/restic-local-scott/export-opt.sh +++ b/restic/restic-local-scott/export-opt.sh @@ -1,4 +1,4 @@ #!/bin/bash export RESTIC_PASSWORD="benEatsBananas!" -export RESTIC_REPOSITORY="/mnt/truenas-backups/resticbackups/proxmox/opt" +export RESTIC_REPOSITORY="/mnt/data/backups/resticbackups/proxmox/opt" diff --git a/restic/restic-local-scott/export-root.sh b/restic/restic-local-scott/export-root.sh index a417fb3..a9e40d3 100755 --- a/restic/restic-local-scott/export-root.sh +++ b/restic/restic-local-scott/export-root.sh @@ -1,4 +1,4 @@ #!/bin/bash export RESTIC_PASSWORD="benEatsBananas!" -export RESTIC_REPOSITORY="/mnt/truenas-backups/resticbackups/proxmox/root" +export RESTIC_REPOSITORY="/mnt/data/backups/resticbackups/proxmox/root" diff --git a/restic/restic-local-scott/restic-local-backup.sh b/restic/restic-local-scott/restic-local-backup.sh index 9864f43..4c1126c 100755 --- a/restic/restic-local-scott/restic-local-backup.sh +++ b/restic/restic-local-scott/restic-local-backup.sh @@ -3,28 +3,28 @@ export RESTIC_PASSWORD="benEatsBananas!" # backup /home/wettsten -export RESTIC_REPOSITORY="/mnt/truenas-backups/resticbackups/proxmox/home/wettsten" +export RESTIC_REPOSITORY="/mnt/data/backups/resticbackups/proxmox/home/wettsten" restic unlock restic backup /home/wettsten --no-cache -v restic unlock restic forget --keep-last 25 --prune # backup /etc -export RESTIC_REPOSITORY="/mnt/truenas-backups/resticbackups/proxmox/etc" +export RESTIC_REPOSITORY="/mnt/data/backups/resticbackups/proxmox/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/proxmox/opt" +export RESTIC_REPOSITORY="/mnt/data/backups/resticbackups/proxmox/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/proxmox/root" +export RESTIC_REPOSITORY="/mnt/data/backups/resticbackups/proxmox/root" restic unlock restic backup /root --no-cache -v restic unlock diff --git a/restic/restic-local-scott/restic-local-init.sh b/restic/restic-local-scott/restic-local-init.sh index ec748cd..ab69824 100755 --- a/restic/restic-local-scott/restic-local-init.sh +++ b/restic/restic-local-scott/restic-local-init.sh @@ -2,8 +2,8 @@ export RESTIC_PASSWORD="benEatsBananas!" -restic -r /mnt/truenas-backups/resticbackups/proxmox/home/wettsten init -restic -r /mnt/truenas-backups/resticbackups/proxmox/etc init -restic -r /mnt/truenas-backups/resticbackups/proxmox/opt init -restic -r /mnt/truenas-backups/resticbackups/proxmox/root init +restic -r /mnt/data/backups/resticbackups/proxmox/home/wettsten init +restic -r /mnt/data/backups/resticbackups/proxmox/etc init +restic -r /mnt/data/backups/resticbackups/proxmox/opt init +restic -r /mnt/data/backups/resticbackups/proxmox/root init