fixed remote location

This commit is contained in:
matthias
2026-05-08 14:00:32 +02:00
parent 00a769135d
commit ac1687c402
2 changed files with 1 additions and 17 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ pipeline {
steps {
script {
if (params.backuptodavid) {
sh "rsync -v -a -e 'ssh -p 664' --delete --bwlimit=3000 --info=progress2 ${env.borglocation}/${directory} matthias@home.daf2000.nl:/media/disk/borgbackup/"
sh "rsync -v -a -e 'ssh -p 664' --delete --bwlimit=3000 --info=progress2 ${env.borglocation}/${directory} matthias@home.daf2000.nl:/media/disk/borgbackups/"
} else {
echo "Backup to David is skipped"
}