From 19d2077dd34b0da2b46ea82c2a0bc6bac4881d34 Mon Sep 17 00:00:00 2001 From: akanealw Date: Thu, 14 Mar 2024 10:45:07 -0500 Subject: [PATCH] testing --- restic/restic-sftp/install-restic-sftp.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/restic/restic-sftp/install-restic-sftp.sh b/restic/restic-sftp/install-restic-sftp.sh index 2203fbc..ca4844d 100644 --- a/restic/restic-sftp/install-restic-sftp.sh +++ b/restic/restic-sftp/install-restic-sftp.sh @@ -3,13 +3,14 @@ mkdir -p /root/scripts/restic rm /root/scripts/restic/* wget -q http://192.168.1.50/scripts/restic/restic-sftp/restic-sftp-backup.sh -wget -q http://192.168.1.50/scripts/restic/restic-sftp/restic-sftp-export-etc.sh -wget -q http://192.168.1.50/scripts/restic/restic-sftp/restic-sftp-export-home-akanealw.sh -wget -q http://192.168.1.50/scripts/restic/restic-sftp/restic-sftp-export-opt.sh -wget -q http://192.168.1.50/scripts/restic/restic-sftp/restic-sftp-export-root.sh +wget -q http://192.168.1.50/scripts/restic/restic-sftp/export-etc.sh +wget -q http://192.168.1.50/scripts/restic/restic-sftp/export-home-akanealw.sh +wget -q http://192.168.1.50/scripts/restic/restic-sftp/sftp-export-opt.sh +wget -q http://192.168.1.50/scripts/restic/restic-sftp/sftp-export-root.sh wget -q http://192.168.1.50/scripts/restic/restic-sftp/restic-sftp-init.sh mv /root/restic-sftp-* /root/scripts/restic +mv /root/export-* /root/scripts/restic chmod +x /root/scripts/restic/* isInFile=$(cat /root/.ssh/config | grep -c "truenas")