From 59d49fe43d43ac40b7812db8afd8c330e3e00e6d Mon Sep 17 00:00:00 2001 From: akanealw Date: Thu, 30 Apr 2026 01:34:00 +0000 Subject: [PATCH] updated port --- restic/restic-sftp/install-restic-sftp.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/restic/restic-sftp/install-restic-sftp.sh b/restic/restic-sftp/install-restic-sftp.sh index a72ce58..4ca749b 100755 --- a/restic/restic-sftp/install-restic-sftp.sh +++ b/restic/restic-sftp/install-restic-sftp.sh @@ -2,12 +2,12 @@ mkdir -p /root/scripts/restic > /dev/null 2>&1 rm /root/scripts/restic/* > /dev/null 2>&1 -wget -q http://192.168.1.50:81/restic/restic-sftp/restic-sftp-backup.sh -P /root/scripts/restic -wget -q http://192.168.1.50:81/restic/restic-sftp/export-etc.sh -P /root/scripts/restic -wget -q http://192.168.1.50:81/restic/restic-sftp/export-home-akanealw.sh -P /root/scripts/restic -wget -q http://192.168.1.50:81/restic/restic-sftp/export-opt.sh -P /root/scripts/restic -wget -q http://192.168.1.50:81/restic/restic-sftp/export-root.sh -P /root/scripts/restic -wget -q http://192.168.1.50:81/restic/restic-sftp/restic-sftp-init.sh -P /root/scripts/restic +wget -q http://192.168.1.50:83/restic/restic-sftp/restic-sftp-backup.sh -P /root/scripts/restic +wget -q http://192.168.1.50:83/restic/restic-sftp/export-etc.sh -P /root/scripts/restic +wget -q http://192.168.1.50:83/restic/restic-sftp/export-home-akanealw.sh -P /root/scripts/restic +wget -q http://192.168.1.50:83/restic/restic-sftp/export-opt.sh -P /root/scripts/restic +wget -q http://192.168.1.50:83/restic/restic-sftp/export-root.sh -P /root/scripts/restic +wget -q http://192.168.1.50:83/restic/restic-sftp/restic-sftp-init.sh -P /root/scripts/restic chmod +x /root/scripts/restic/* sed -i "s/changemepls/$(cat /etc/hostname | tr '[:upper:]' '[:lower:]')/g" /root/scripts/restic/*