fix: add identifyFile

This commit is contained in:
Jonas Kaninda
2024-10-23 09:36:58 +02:00
parent 221079e0ea
commit 3911296921

View File

@@ -369,6 +369,7 @@ func sshBackup(db *dbConfig, config *BackupConfig) {
Port: sshConfig.port,
User: sshConfig.user,
Password: sshConfig.password,
IdentifyFile: sshConfig.identifyFile,
RemotePath: config.remotePath,
LocalPath: tmpPath,
})