Merge pull request #135 from jkaninda/refactor

fix: add identifyFile
This commit is contained in:
2024-10-23 09:37:56 +02:00
committed by GitHub

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,
})