From f11884e91f4548e1cf7f5290ce33984a8579dbe9 Mon Sep 17 00:00:00 2001 From: matthias Date: Mon, 25 May 2026 15:20:28 +0200 Subject: [PATCH] Update jenkins/backupWinschoten.yml --- jenkins/backupWinschoten.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/backupWinschoten.yml b/jenkins/backupWinschoten.yml index b6801ed..1508eae 100644 --- a/jenkins/backupWinschoten.yml +++ b/jenkins/backupWinschoten.yml @@ -6,7 +6,7 @@ pipeline { script { withCredentials([sshUserPrivateKey(credentialsId: 'backupwinschoten', keyFileVariable: 'keyfile', passphraseVariable: 'passphrase', usernameVariable: 'user')]) { sh "cp ${keyfile} ${WORKSPACE}/keyfile" - sh "rsync -v -a -e 'ssh -i /home/backupwinschoten/.ssh/id_rsa -p 9897' --delete --info=progress2 ${env.borglocation} backupwinschoten@localhost:/storage/" + sh "rsync -v -a -e 'ssh -i /home/backupwinschoten/.ssh/id_rsa -p 9897' --delete --info=progress2 ${env.julienbackuplocation} backupwinschoten@localhost:/storage/backup_julien" } } }