From 8f3dca232cf96d98cace3109fcac37b0b876233b Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 3 Apr 2024 09:44:46 -0500 Subject: [PATCH] fixed typo --- restic/restic-sftp/export-etc.sh | 2 +- restic/restic-sftp/export-home-akanealw.sh | 2 +- restic/restic-sftp/export-opt.sh | 2 +- restic/restic-sftp/export-root.sh | 2 +- restic/restic-sftp/restic-sftp-backup.sh | 8 ++++---- restic/restic-sftp/restic-sftp-init.sh | 8 ++++---- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/restic/restic-sftp/export-etc.sh b/restic/restic-sftp/export-etc.sh index e4f0bdd..eec86e0 100755 --- a/restic/restic-sftp/export-etc.sh +++ b/restic/restic-sftp/export-etc.sh @@ -1,4 +1,4 @@ #!/bin/bash export RESTIC_PASSWORD="8ung1e1!" -export RESTIC_REPOSITORY="sftp:root@resticssftp:/mnt/data/backups/resticbackups/changemepls/etc" +export RESTIC_REPOSITORY="sftp:root@resticsftp:/mnt/data/backups/resticbackups/changemepls/etc" diff --git a/restic/restic-sftp/export-home-akanealw.sh b/restic/restic-sftp/export-home-akanealw.sh index eab1ac8..84117df 100755 --- a/restic/restic-sftp/export-home-akanealw.sh +++ b/restic/restic-sftp/export-home-akanealw.sh @@ -1,4 +1,4 @@ #!/bin/bash export RESTIC_PASSWORD="8ung1e1!" -export RESTIC_REPOSITORY="sftp:root@resticssftp:/mnt/data/backups/resticbackups/changemepls/home/akanealw" +export RESTIC_REPOSITORY="sftp:root@resticsftp:/mnt/data/backups/resticbackups/changemepls/home/akanealw" diff --git a/restic/restic-sftp/export-opt.sh b/restic/restic-sftp/export-opt.sh index 354ba26..058721b 100755 --- a/restic/restic-sftp/export-opt.sh +++ b/restic/restic-sftp/export-opt.sh @@ -1,4 +1,4 @@ #!/bin/bash export RESTIC_PASSWORD="8ung1e1!" -export RESTIC_REPOSITORY="sftp:root@resticssftp:/mnt/data/backups/resticbackups/changemepls/opt" +export RESTIC_REPOSITORY="sftp:root@resticsftp:/mnt/data/backups/resticbackups/changemepls/opt" diff --git a/restic/restic-sftp/export-root.sh b/restic/restic-sftp/export-root.sh index a1ab132..0421197 100755 --- a/restic/restic-sftp/export-root.sh +++ b/restic/restic-sftp/export-root.sh @@ -1,4 +1,4 @@ #!/bin/bash export RESTIC_PASSWORD="8ung1e1!" -export RESTIC_REPOSITORY="sftp:root@resticssftp:/mnt/data/backups/resticbackups/changemepls/root" +export RESTIC_REPOSITORY="sftp:root@resticsftp:/mnt/data/backups/resticbackups/changemepls/root" diff --git a/restic/restic-sftp/restic-sftp-backup.sh b/restic/restic-sftp/restic-sftp-backup.sh index 440f6ba..85edf19 100755 --- a/restic/restic-sftp/restic-sftp-backup.sh +++ b/restic/restic-sftp/restic-sftp-backup.sh @@ -3,28 +3,28 @@ export RESTIC_PASSWORD="8ung1e1!" # backup /home/akanealw -export RESTIC_REPOSITORY="sftp:root@resticssftp:/mnt/data/backups/resticbackups/changemepls/home/akanealw" +export RESTIC_REPOSITORY="sftp:root@resticsftp:/mnt/data/backups/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="sftp:root@resticssftp:/mnt/data/backups/resticbackups/changemepls/etc" +export RESTIC_REPOSITORY="sftp:root@resticsftp:/mnt/data/backups/resticbackups/changemepls/etc" restic unlock restic backup /etc --no-cache -v restic unlock restic forget --keep-last 25 --prune # backup /opt -export RESTIC_REPOSITORY="sftp:root@resticssftp:/mnt/data/backups/resticbackups/changemepls/opt" +export RESTIC_REPOSITORY="sftp:root@resticsftp:/mnt/data/backups/resticbackups/changemepls/opt" restic unlock restic backup /opt --no-cache -v restic unlock restic forget --keep-last 25 --prune # backup /root -export RESTIC_REPOSITORY="sftp:root@resticssftp:/mnt/data/backups/resticbackups/changemepls/root" +export RESTIC_REPOSITORY="sftp:root@resticsftp:/mnt/data/backups/resticbackups/changemepls/root" restic unlock restic backup /root --no-cache -v restic unlock diff --git a/restic/restic-sftp/restic-sftp-init.sh b/restic/restic-sftp/restic-sftp-init.sh index 4b6346c..ddd0a3d 100755 --- a/restic/restic-sftp/restic-sftp-init.sh +++ b/restic/restic-sftp/restic-sftp-init.sh @@ -2,7 +2,7 @@ export RESTIC_PASSWORD="8ung1e1!" -restic -r sftp:root@resticssftp:/mnt/data/backups/resticbackups/changemepls/home/akanealw init -restic -r sftp:root@resticssftp:/mnt/data/backups/resticbackups/changemepls/etc init -restic -r sftp:root@resticssftp:/mnt/data/backups/resticbackups/changemepls/opt init -restic -r sftp:root@resticssftp:/mnt/data/backups/resticbackups/changemepls/root init +restic -r sftp:root@resticsftp:/mnt/data/backups/resticbackups/changemepls/home/akanealw init +restic -r sftp:root@resticsftp:/mnt/data/backups/resticbackups/changemepls/etc init +restic -r sftp:root@resticsftp:/mnt/data/backups/resticbackups/changemepls/opt init +restic -r sftp:root@resticsftp:/mnt/data/backups/resticbackups/changemepls/root init